Home
last modified time | relevance | path

Searched defs:c (Results 226 – 250 of 3030) sorted by relevance

12345678910>>...122

/linux-6.14.4/fs/bcachefs/
Dchardev.h17 static inline long bch2_fs_ioctl(struct bch_fs *c, in bch2_fs_ioctl()
23 static inline void bch2_fs_chardev_exit(struct bch_fs *c) {} in bch2_fs_chardev_exit()
24 static inline int bch2_fs_chardev_init(struct bch_fs *c) { return 0; } in bch2_fs_chardev_init()
Dsb-downgrade.c165 static int have_stripes(struct bch_fs *c) in have_stripes()
173 int bch2_sb_set_upgrade_extra(struct bch_fs *c) in bch2_sb_set_upgrade_extra()
199 void bch2_sb_set_upgrade(struct bch_fs *c, in bch2_sb_set_upgrade()
240 static int downgrade_table_extra(struct bch_fs *c, darray_char *table) in downgrade_table_extra()
353 int bch2_sb_downgrade_update(struct bch_fs *c) in bch2_sb_downgrade_update()
414 void bch2_sb_set_downgrade(struct bch_fs *c, unsigned new_minor, unsigned old_minor) in bch2_sb_set_downgrade()
Dchecksum.h93 static inline int bch2_encrypt_bio(struct bch_fs *c, unsigned type, in bch2_encrypt_bio()
129 static inline enum bch_csum_type bch2_data_checksum_type(struct bch_fs *c, in bch2_data_checksum_type()
143 static inline enum bch_csum_type bch2_meta_checksum_type(struct bch_fs *c) in bch2_meta_checksum_type()
151 static inline bool bch2_checksum_type_valid(const struct bch_fs *c, in bch2_checksum_type_valid()
225 static inline struct nonce bch2_sb_key_nonce(struct bch_fs *c) in bch2_sb_key_nonce()
Dlru.c14 int bch2_lru_validate(struct bch_fs *c, struct bkey_s_c k, in bch2_lru_validate()
26 void bch2_lru_to_text(struct printbuf *out, struct bch_fs *c, in bch2_lru_to_text()
85 struct bch_fs *c = trans->c; in bch2_lru_check_set() local
124 struct bch_fs *c = trans->c; in bch2_check_lru_key() local
185 int bch2_check_lrus(struct bch_fs *c) in bch2_check_lrus()
Dopts.c122 static int bch2_opt_fix_errors_parse(struct bch_fs *c, const char *val, u64 *res, in bch2_opt_fix_errors_parse()
141 struct bch_fs *c, in bch2_opt_fix_errors_to_text()
328 int bch2_opt_parse(struct bch_fs *c, in bch2_opt_parse()
410 struct bch_fs *c, struct bch_sb *sb, in bch2_opt_to_text()
454 struct bch_fs *c, struct bch_sb *sb, in bch2_opts_to_text()
478 int bch2_opt_check_may_set(struct bch_fs *c, int id, u64 v) in bch2_opt_check_may_set()
496 int bch2_opts_check_may_set(struct bch_fs *c) in bch2_opts_check_may_set()
511 int bch2_parse_one_mount_opt(struct bch_fs *c, struct bch_opts *opts, in bch2_parse_one_mount_opt()
580 int bch2_parse_mount_opts(struct bch_fs *c, struct bch_opts *opts, in bch2_parse_mount_opts()
703 void bch2_opt_set_sb(struct bch_fs *c, struct bch_dev *ca, in bch2_opt_set_sb()
/linux-6.14.4/arch/arm/mach-meson/
Dplatsmp.c23 #define MESON_SMP_SRAM_CPU_CTRL_ADDR_REG(c) (0x04 + ((c - 1) << 2)) argument
29 #define MESON_CPU_PWR_A9_CNTL0_M(c) (0x03 << ((c * 2) + 16)) argument
30 #define MESON_CPU_PWR_A9_CNTL1_M(c) (0x03 << ((c + 1) << 1)) argument
31 #define MESON_CPU_PWR_A9_MEM_PD0_M(c) (0x0f << (32 - (c * 4))) argument
32 #define MESON_CPU_PWR_A9_CNTL1_ST(c) (0x01 << (c + 16)) argument
/linux-6.14.4/arch/x86/kernel/cpu/
Dcyrix.c94 static void check_cx686_slop(struct cpuinfo_x86 *c) in check_cx686_slop()
173 static void early_init_cyrix(struct cpuinfo_x86 *c) in early_init_cyrix()
192 static void init_cyrix(struct cpuinfo_x86 *c) in init_cyrix()
364 static void init_nsc(struct cpuinfo_x86 *c) in init_nsc()
413 static void cyrix_identify(struct cpuinfo_x86 *c) in cyrix_identify()
Dcpuid-deps.c90 static inline void clear_feature(struct cpuinfo_x86 *c, unsigned int feature) in clear_feature()
108 static void do_clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in do_clear_cpu_cap()
141 void clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in clear_cpu_cap()
/linux-6.14.4/arch/powerpc/platforms/ps3/
Dmm.c383 static void _dma_dump_chunk (const struct dma_chunk* c, const char* func, in _dma_dump_chunk()
400 struct dma_chunk *c; in dma_find_chunk() local
429 struct dma_chunk *c; in dma_find_chunk_lpar() local
457 static int dma_sb_free_chunk(struct dma_chunk *c) in dma_sb_free_chunk()
471 static int dma_ioc0_free_chunk(struct dma_chunk *c) in dma_ioc0_free_chunk()
517 struct dma_chunk *c; in dma_sb_map_pages() local
558 struct dma_chunk *c, *last; in dma_ioc0_map_pages() local
711 struct dma_chunk *c; in dma_sb_region_free() local
742 struct dma_chunk *c, *n; in dma_ioc0_region_free() local
779 struct dma_chunk *c; in dma_sb_map_area() local
[all …]
/linux-6.14.4/arch/nios2/boot/compressed/
Dmisc.c59 # define Tracec(c, x) {if (verbose && (c)) fprintf x ; } argument
60 # define Tracecv(c, x) {if (verbose > 1 && (c)) fprintf x ; } argument
66 # define Tracec(c, x) argument
67 # define Tracecv(c, x) argument
94 void *memset(void *s, int c, size_t n) in memset()
135 ulg c = crc; /* temporary variable */ in flush_window() local
/linux-6.14.4/drivers/usb/gadget/
Dcomposite.c363 void usb_remove_function(struct usb_configuration *c, struct usb_function *f) in usb_remove_function()
530 struct usb_configuration *c) in encode_bMaxPower()
551 struct usb_configuration *c) in check_remote_wakeup_config()
566 struct usb_config_descriptor *c = buf; in config_buf() local
617 struct usb_configuration *c; in config_desc() local
680 struct usb_configuration *c; in count_configs() local
951 struct usb_configuration *c = NULL, *iter; in set_config() local
1068 struct usb_configuration *c; in usb_add_config_only() local
1274 struct usb_configuration *c; in get_string() local
1561 int usb_string_ids_n(struct usb_composite_dev *c, unsigned n) in usb_string_ids_n()
[all …]
/linux-6.14.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_merge3d.c22 struct dpu_hw_blk_reg_map *c; in dpu_hw_merge_3d_setup_3d_mode() local
36 static void _setup_merge_3d_ops(struct dpu_hw_merge_3d *c, in _setup_merge_3d_ops()
54 struct dpu_hw_merge_3d *c; in dpu_hw_merge_3d_init() local
Ddpu_hw_ctl.c82 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_get_flush_register() local
387 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_poll_reset_status() local
409 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_reset_control() local
421 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_wait_reset_status() local
440 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_clear_all_blendstages() local
483 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_setup_blendstage() local
546 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg_v1() local
591 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg() local
624 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_reset_intf_cfg_v1() local
754 struct dpu_hw_ctl *c; in dpu_hw_ctl_init() local
/linux-6.14.4/kernel/printk/
Dbraille.h8 braille_set_options(struct console_cmdline *c, char *brl_options) in braille_set_options()
32 braille_set_options(struct console_cmdline *c, char *brl_options) in braille_set_options()
43 _braille_register_console(struct console *console, struct console_cmdline *c) in _braille_register_console()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml/
Ddml_inline_defs.h37 static inline double dml_min3(double a, double b, double c) in dml_min3()
42 static inline double dml_min4(double a, double b, double c, double d) in dml_min4()
52 static inline double dml_max3(double a, double b, double c) in dml_max3()
57 static inline double dml_max4(double a, double b, double c, double d) in dml_max4()
62 static inline double dml_max5(double a, double b, double c, double d, double e) in dml_max5()
/linux-6.14.4/arch/arm/boot/compressed/
Ddecompress.c20 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} argument
21 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} argument
27 # define Tracec(c,x) argument
28 # define Tracecv(c,x) argument
/linux-6.14.4/drivers/media/dvb-core/
Ddvb_frontend.c241 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_add_event() local
394 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag_autotune() local
491 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag() local
661 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_thread() local
899 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_get_frequency_limits() local
944 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_get_stepsize() local
966 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_check_parameters() local
1008 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_clear_cache() local
1173 struct dtv_frontend_properties *c, in dtv_property_cache_sync()
1249 const struct dtv_frontend_properties *c, in dtv_property_legacy_params_sync()
[all …]
/linux-6.14.4/drivers/scsi/
Dhpsa.c348 static inline bool hpsa_is_cmd_idle(struct CommandList *c) in hpsa_is_cmd_idle()
376 struct CommandList *c) in check_for_unit_attention()
428 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy()
1052 static void set_performant_mode(struct ctlr_info *h, struct CommandList *c, in set_performant_mode()
1064 struct CommandList *c, in set_ioaccel1_performant_mode()
1085 struct CommandList *c, in set_ioaccel2_tmf_performant_mode()
1104 struct CommandList *c, in set_ioaccel2_performant_mode()
1137 struct CommandList *c) in dial_down_lockup_detection_during_fw_flash()
1146 struct CommandList *c) in dial_up_lockup_detection_on_fw_flash_complete()
1154 struct CommandList *c, int reply_queue) in __enqueue_cmd_and_start_io()
[all …]
/linux-6.14.4/fs/ubifs/
Ddebug.h143 #define ubifs_assert(c, expr) do { \ argument
150 #define ubifs_assert_cmt_locked(c) do { \ argument
205 static inline int dbg_is_chk_gen(const struct ubifs_info *c) in dbg_is_chk_gen()
209 static inline int dbg_is_chk_index(const struct ubifs_info *c) in dbg_is_chk_index()
213 static inline int dbg_is_chk_orph(const struct ubifs_info *c) in dbg_is_chk_orph()
217 static inline int dbg_is_chk_lprops(const struct ubifs_info *c) in dbg_is_chk_lprops()
221 static inline int dbg_is_chk_fs(const struct ubifs_info *c) in dbg_is_chk_fs()
225 static inline int dbg_is_tst_rcvry(const struct ubifs_info *c) in dbg_is_tst_rcvry()
229 static inline int dbg_is_power_cut(const struct ubifs_info *c) in dbg_is_power_cut()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dchannels.c22 struct mlx5e_channel *c = mlx5e_channels_get(chs, ix); in mlx5e_channels_is_xsk() local
30 struct mlx5e_channel *c = mlx5e_channels_get(chs, ix); in mlx5e_channels_get_regular_rqn() local
40 struct mlx5e_channel *c = mlx5e_channels_get(chs, ix); in mlx5e_channels_get_xsk_rqn() local
51 struct mlx5e_ptp *c = chs->ptp; in mlx5e_channels_get_ptp_rqn() local
/linux-6.14.4/include/linux/
Ddebug_locks.h24 #define DEBUG_LOCKS_WARN_ON(c) \ argument
39 # define SMP_DEBUG_LOCKS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c) argument
41 # define SMP_DEBUG_LOCKS_WARN_ON(c) do { } while (0) argument
Drcupdate.h150 #define RCU_NOCB_LOCKDEP_WARN(c, s) RCU_LOCKDEP_WARN(c, s) argument
159 #define RCU_NOCB_LOCKDEP_WARN(c, s) argument
402 #define RCU_LOCKDEP_WARN(c, s) \ argument
434 static inline bool lockdep_assert_rcu_helper(bool c) in lockdep_assert_rcu_helper()
489 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) argument
535 #define __rcu_dereference_check(p, local, c, space) \ argument
543 #define __rcu_dereference_protected(p, local, c, space) \ argument
616 #define rcu_replace_pointer(rcu_ptr, ptr, c) \ argument
685 #define rcu_dereference_check(p, c) \ argument
701 #define rcu_dereference_bh_check(p, c) \ argument
[all …]
/linux-6.14.4/arch/powerpc/platforms/powernv/
Dopal-lpc.c116 static void opal_lpc_insb(unsigned long p, void *b, unsigned long c) in opal_lpc_insb()
124 static void opal_lpc_insw(unsigned long p, void *b, unsigned long c) in opal_lpc_insw()
132 static void opal_lpc_insl(unsigned long p, void *b, unsigned long c) in opal_lpc_insl()
140 static void opal_lpc_outsb(unsigned long p, const void *b, unsigned long c) in opal_lpc_outsb()
148 static void opal_lpc_outsw(unsigned long p, const void *b, unsigned long c) in opal_lpc_outsw()
156 static void opal_lpc_outsl(unsigned long p, const void *b, unsigned long c) in opal_lpc_outsl()
/linux-6.14.4/kernel/
Dstacktrace.c84 struct stacktrace_cookie *c = cookie; in stack_trace_consume_entry() local
116 struct stacktrace_cookie c = { in stack_trace_save() local
140 struct stacktrace_cookie c = { in stack_trace_save_tsk() local
169 struct stacktrace_cookie c = { in stack_trace_save_regs() local
196 struct stacktrace_cookie c = { in stack_trace_save_tsk_reliable() local
226 struct stacktrace_cookie c = { in stack_trace_save_user() local
/linux-6.14.4/include/linux/mfd/
Dingenic-tcu.h51 #define TCU_REG_TDFRc(c) (TCU_REG_TDFR0 + ((c) * TCU_CHANNEL_STRIDE)) argument
52 #define TCU_REG_TDHRc(c) (TCU_REG_TDHR0 + ((c) * TCU_CHANNEL_STRIDE)) argument
53 #define TCU_REG_TCNTc(c) (TCU_REG_TCNT0 + ((c) * TCU_CHANNEL_STRIDE)) argument
54 #define TCU_REG_TCSRc(c) (TCU_REG_TCSR0 + ((c) * TCU_CHANNEL_STRIDE)) argument

12345678910>>...122