/linux-6.8/kernel/printk/ |
D | braille.h | 8 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.8/drivers/usb/gadget/ |
D | composite.c | 363 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 1067 struct usb_configuration *c; in usb_add_config_only() local 1273 struct usb_configuration *c; in get_string() local 1560 int usb_string_ids_n(struct usb_composite_dev *c, unsigned n) in usb_string_ids_n() [all …]
|
/linux-6.8/fs/bcachefs/ |
D | journal.c | 130 struct bch_fs *c = container_of(j, struct bch_fs, journal); in journal_error_check_stuck() local 184 struct bch_fs *c = container_of(j, struct bch_fs, journal); in bch2_journal_buf_put_final() local 202 struct bch_fs *c = container_of(j, struct bch_fs, journal); in __journal_entry_close() local 323 struct bch_fs *c = container_of(j, struct bch_fs, journal); in journal_entry_open() local 448 struct bch_fs *c = container_of(j, struct bch_fs, journal); in journal_write_work() local 468 struct bch_fs *c = container_of(j, struct bch_fs, journal); in __journal_res_get() local 755 struct bch_fs *c = container_of(j, struct bch_fs, journal); in bch2_journal_noflush_seq() local 879 struct bch_fs *c = ca->fs; in __bch2_set_nr_journal_buckets() local 1011 int bch2_set_nr_journal_buckets(struct bch_fs *c, struct bch_dev *ca, in bch2_set_nr_journal_buckets() 1089 int bch2_fs_journal_alloc(struct bch_fs *c) in bch2_fs_journal_alloc() [all …]
|
D | btree_io.h | 18 static inline void set_btree_node_dirty_acct(struct bch_fs *c, struct btree *b) in set_btree_node_dirty_acct() 24 static inline void clear_btree_node_dirty_acct(struct bch_fs *c, struct btree *b) in clear_btree_node_dirty_acct() 38 struct bch_fs *c; member 82 static inline bool bch2_maybe_compact_whiteouts(struct bch_fs *c, struct btree *b) in bch2_maybe_compact_whiteouts() 103 static inline int bset_encrypt(struct bch_fs *c, struct bset *i, unsigned offset) in bset_encrypt() 150 static inline void btree_node_write_if_need(struct bch_fs *c, struct btree *b, in btree_node_write_if_need()
|
D | checksum.h | 92 static inline int bch2_encrypt_bio(struct bch_fs *c, unsigned type, in bch2_encrypt_bio() 128 static inline enum bch_csum_type bch2_data_checksum_type(struct bch_fs *c, in bch2_data_checksum_type() 142 static inline enum bch_csum_type bch2_meta_checksum_type(struct bch_fs *c) in bch2_meta_checksum_type() 150 static inline bool bch2_checksum_type_valid(const struct bch_fs *c, in bch2_checksum_type_valid() 224 static inline struct nonce bch2_sb_key_nonce(struct bch_fs *c) in bch2_sb_key_nonce()
|
D | journal_seq_blacklist.c | 47 blacklist_entry_try_merge(struct bch_fs *c, in blacklist_entry_try_merge() 75 int bch2_journal_seq_blacklist_add(struct bch_fs *c, u64 start, u64 end) in bch2_journal_seq_blacklist_add() 131 bool bch2_journal_seq_is_blacklisted(struct bch_fs *c, u64 seq, in bch2_journal_seq_is_blacklisted() 158 int bch2_blacklist_table_initialize(struct bch_fs *c) in bch2_blacklist_table_initialize() 248 struct bch_fs *c = container_of(work, struct bch_fs, in bch2_blacklist_entries_gc() local
|
D | journal_reclaim.c | 56 struct bch_fs *c = container_of(j, struct bch_fs, journal); in bch2_journal_set_watermark() local 138 struct bch_fs *c = container_of(j, struct bch_fs, journal); in __journal_space_available() local 173 struct bch_fs *c = container_of(j, struct bch_fs, journal); in bch2_journal_space_available() local 261 struct bch_fs *c = container_of(j, struct bch_fs, journal); in bch2_journal_do_discards() local 579 struct bch_fs *c = container_of(j, struct bch_fs, journal); in journal_seq_to_flush() local 634 struct bch_fs *c = container_of(j, struct bch_fs, journal); in __bch2_journal_reclaim() local 715 struct bch_fs *c = container_of(j, struct bch_fs, journal); in bch2_journal_reclaim_thread() local 778 struct bch_fs *c = container_of(j, struct bch_fs, journal); in bch2_journal_reclaim_start() local 850 struct bch_fs *c = container_of(j, struct bch_fs, journal); in bch2_journal_flush_device_pins() local
|
D | btree_write_buffer.h | 7 static inline bool bch2_btree_write_buffer_should_flush(struct bch_fs *c) in bch2_btree_write_buffer_should_flush() 14 static inline bool bch2_btree_write_buffer_must_wait(struct bch_fs *c) in bch2_btree_write_buffer_must_wait() 36 static inline int bch2_journal_key_to_wb(struct bch_fs *c, in bch2_journal_key_to_wb()
|
D | opts.c | 97 static int bch2_opt_fix_errors_parse(struct bch_fs *c, const char *val, u64 *res, in bch2_opt_fix_errors_parse() 116 struct bch_fs *c, in bch2_opt_fix_errors_to_text() 298 int bch2_opt_parse(struct bch_fs *c, in bch2_opt_parse() 368 struct bch_fs *c, struct bch_sb *sb, in bch2_opt_to_text() 405 int bch2_opt_check_may_set(struct bch_fs *c, int id, u64 v) in bch2_opt_check_may_set() 423 int bch2_opts_check_may_set(struct bch_fs *c) in bch2_opts_check_may_set() 438 int bch2_parse_mount_opts(struct bch_fs *c, struct bch_opts *opts, in bch2_parse_mount_opts() 566 void bch2_opt_set_sb(struct bch_fs *c, const struct bch_option *opt, u64 v) in bch2_opt_set_sb()
|
/linux-6.8/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_ctl.c | 80 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_get_flush_register() local 374 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_poll_reset_status() local 396 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_reset_control() local 408 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_wait_reset_status() local 427 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_clear_all_blendstages() local 470 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_setup_blendstage() local 533 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg_v1() local 575 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg() local 608 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_reset_intf_cfg_v1() local 725 struct dpu_hw_ctl *c; in dpu_hw_ctl_init() local
|
/linux-6.8/drivers/gpu/drm/amd/display/dc/dml/ |
D | dml_inline_defs.h | 37 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.8/arch/arm/boot/compressed/ |
D | decompress.c | 20 # 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.8/drivers/media/dvb-core/ |
D | dvb_frontend.c | 241 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 904 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_get_frequency_limits() local 949 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_get_stepsize() local 971 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_check_parameters() local 1013 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_clear_cache() local 1178 struct dtv_frontend_properties *c, in dtv_property_cache_sync() 1254 const struct dtv_frontend_properties *c, in dtv_property_legacy_params_sync() [all …]
|
/linux-6.8/tools/testing/selftests/bpf/bpf_testmod/ |
D | bpf_testmod.c | 45 bpf_testmod_test_struct_arg_1(struct bpf_testmod_struct_arg_2 a, int b, int c) { in bpf_testmod_test_struct_arg_1() 51 bpf_testmod_test_struct_arg_2(int a, struct bpf_testmod_struct_arg_2 b, int c) { in bpf_testmod_test_struct_arg_2() 57 bpf_testmod_test_struct_arg_3(int a, int b, struct bpf_testmod_struct_arg_2 c) { in bpf_testmod_test_struct_arg_3() 64 int c, int d, struct bpf_testmod_struct_arg_2 e) { in bpf_testmod_test_struct_arg_4() 82 bpf_testmod_test_struct_arg_7(u64 a, void *b, short c, int d, void *e, in bpf_testmod_test_struct_arg_7() 91 bpf_testmod_test_struct_arg_8(u64 a, void *b, short c, int d, void *e, in bpf_testmod_test_struct_arg_8() 220 noinline int bpf_testmod_fentry_test3(char a, int b, u64 c) in bpf_testmod_fentry_test3() 225 noinline int bpf_testmod_fentry_test7(u64 a, void *b, short c, int d, in bpf_testmod_fentry_test7() 231 noinline int bpf_testmod_fentry_test11(u64 a, void *b, short c, int d, in bpf_testmod_fentry_test11() 356 __bpf_kfunc u64 bpf_kfunc_call_test1(struct sock *sk, u32 a, u64 b, u32 c, u64 d) in bpf_kfunc_call_test1() [all …]
|
/linux-6.8/drivers/scsi/ |
D | hpsa.c | 347 static inline bool hpsa_is_cmd_idle(struct CommandList *c) in hpsa_is_cmd_idle() 375 struct CommandList *c) in check_for_unit_attention() 427 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy() 1051 static void set_performant_mode(struct ctlr_info *h, struct CommandList *c, in set_performant_mode() 1063 struct CommandList *c, in set_ioaccel1_performant_mode() 1084 struct CommandList *c, in set_ioaccel2_tmf_performant_mode() 1103 struct CommandList *c, in set_ioaccel2_performant_mode() 1136 struct CommandList *c) in dial_down_lockup_detection_during_fw_flash() 1145 struct CommandList *c) in dial_up_lockup_detection_on_fw_flash_complete() 1153 struct CommandList *c, int reply_queue) in __enqueue_cmd_and_start_io() [all …]
|
/linux-6.8/fs/ubifs/ |
D | debug.h | 142 #define ubifs_assert(c, expr) do { \ argument 149 #define ubifs_assert_cmt_locked(c) do { \ argument 204 static inline int dbg_is_chk_gen(const struct ubifs_info *c) in dbg_is_chk_gen() 208 static inline int dbg_is_chk_index(const struct ubifs_info *c) in dbg_is_chk_index() 212 static inline int dbg_is_chk_orph(const struct ubifs_info *c) in dbg_is_chk_orph() 216 static inline int dbg_is_chk_lprops(const struct ubifs_info *c) in dbg_is_chk_lprops() 220 static inline int dbg_is_chk_fs(const struct ubifs_info *c) in dbg_is_chk_fs() 224 static inline int dbg_is_tst_rcvry(const struct ubifs_info *c) in dbg_is_tst_rcvry() 228 static inline int dbg_is_power_cut(const struct ubifs_info *c) in dbg_is_power_cut()
|
/linux-6.8/include/linux/ |
D | debug_locks.h | 24 #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
|
/linux-6.8/arch/x86/kernel/ |
D | smpboot.c | 430 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_boot_cpu_info() local 445 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info() local 460 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node() 468 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane() 484 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt() 510 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die() 518 static bool match_l2c(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_l2c() 538 static bool match_pkg(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_pkg() 566 static bool match_llc(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_llc() 675 struct cpuinfo_x86 *c = &cpu_data(cpu); in set_cpu_sibling_map() local [all …]
|
/linux-6.8/kernel/ |
D | stacktrace.c | 84 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.8/arch/powerpc/platforms/powernv/ |
D | opal-lpc.c | 116 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.8/arch/x86/kernel/cpu/ |
D | cpuid-deps.c | 88 static inline void clear_feature(struct cpuinfo_x86 *c, unsigned int feature) in clear_feature() 106 static void do_clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in do_clear_cpu_cap() 136 void clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in clear_cpu_cap()
|
D | centaur.c | 22 static void init_c3(struct cpuinfo_x86 *c) in init_c3() 94 static void early_init_centaur(struct cpuinfo_x86 *c) in early_init_centaur() 114 static void init_centaur(struct cpuinfo_x86 *c) in init_centaur() 222 centaur_size_cache(struct cpuinfo_x86 *c, unsigned int size) in centaur_size_cache()
|
/linux-6.8/include/linux/mfd/ |
D | ingenic-tcu.h | 51 #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
|
/linux-6.8/tools/testing/selftests/powerpc/pmu/ |
D | lib.c | 22 char c = PARENT_TOKEN; in sync_with_child() local 34 char c; in wait_for_parent() local 44 char c = CHILD_TOKEN; in notify_parent() local 53 char c = ~CHILD_TOKEN; in notify_parent_of_error() local
|
/linux-6.8/drivers/clk/ti/ |
D | autoidle.c | 85 struct clk_hw_omap *c = to_clk_hw_omap(hw); in omap2_clk_deny_idle() local 109 struct clk_hw_omap *c = to_clk_hw_omap(hw); in omap2_clk_allow_idle() local 153 struct clk_ti_autoidle *c; in _clk_generic_allow_autoidle_all() local 167 struct clk_ti_autoidle *c; in _clk_generic_deny_autoidle_all() local
|