/linux-6.14.4/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.14.4/fs/bcachefs/ |
D | super-io.c | 72 bool bch2_set_version_incompat(struct bch_fs *c, enum bcachefs_metadata_version version) in bch2_set_version_incompat() 242 struct bch_fs *c = container_of(sb, struct bch_fs, disk_sb); in bch2_sb_field_resize_id() local 556 static void bch2_sb_update(struct bch_fs *c) in bch2_sb_update() 657 int bch2_sb_to_fs(struct bch_fs *c, struct bch_sb *src) in bch2_sb_to_fs() 674 int bch2_sb_from_fs(struct bch_fs *c, struct bch_dev *ca) in bch2_sb_from_fs() 936 static void read_back_super(struct bch_fs *c, struct bch_dev *ca) in read_back_super() 955 static void write_one_super(struct bch_fs *c, struct bch_dev *ca, unsigned idx) in write_one_super() 981 int bch2_write_super(struct bch_fs *c) in bch2_write_super() 1180 void __bch2_check_set_feature(struct bch_fs *c, unsigned feat) in __bch2_check_set_feature() 1192 bool bch2_check_version_downgrade(struct bch_fs *c) in bch2_check_version_downgrade() [all …]
|
/linux-6.14.4/arch/x86/kernel/cpu/ |
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() 218 centaur_size_cache(struct cpuinfo_x86 *c, unsigned int size) in centaur_size_cache()
|
/linux-6.14.4/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
|
/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 47 #define nvif_rd(a,f,b,c) ({ \ argument 51 #define nvif_wr(a,f,b,c,d) ({ \ argument 57 #define nvif_wr08(a,b,c) nvif_wr((a), iowrite8, 1, (b), (u8)(c)) argument 58 #define nvif_wr16(a,b,c) nvif_wr((a), iowrite16_native, 2, (b), (u16)(c)) argument 59 #define nvif_wr32(a,b,c) nvif_wr((a), iowrite32_native, 4, (b), (u32)(c)) argument 60 #define nvif_mask(a,b,c,d) ({ \ argument 67 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d)) argument
|
/linux-6.14.4/arch/alpha/boot/ |
D | misc.c | 69 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} argument 70 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} argument 76 # define Tracec(c,x) argument 77 # define Tracecv(c,x) argument 123 ulg c = crc; in flush_window() local
|
/linux-6.14.4/drivers/usb/gadget/legacy/ |
D | g_ffs.c | 115 struct usb_configuration c; member 402 struct gfs_configuration *c = gfs_configurations + i; in gfs_bind() local 471 static int gfs_do_config(struct usb_configuration *c) in gfs_do_config() 530 static int eth_bind_config(struct usb_configuration *c) in eth_bind_config() 559 static int bind_rndis_config(struct usb_configuration *c) in bind_rndis_config()
|
/linux-6.14.4/net/ceph/ |
D | ceph_hash.c | 10 #define mix(a, b, c) \ argument 26 __u32 a, b, c; /* the internal state */ in ceph_str_hash_rjenkins() local 97 unsigned char c; in ceph_str_hash_linux() local
|
/linux-6.14.4/sound/aoa/core/ |
D | core.c | 23 static int attach_codec_to_fabric(struct aoa_codec *c) in attach_codec_to_fabric() 86 struct aoa_codec *c; in aoa_fabric_register() local 117 struct aoa_codec *c; in aoa_fabric_unregister() local
|
/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | os.h | 19 #define nvkm_list_find_next(p,h,m,c) ({ \ argument 29 #define nvkm_list_find(p,h,m,c) \ argument 31 #define nvkm_list_foreach(p,h,m,c) \ argument
|
/linux-6.14.4/include/asm-generic/ |
D | word-at-a-time.h | 18 …ic inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time *c) in prep_zero_mask() 42 …line unsigned long has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero() 94 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero() 101 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | btf_data.c | 6 int c; member 12 int c; member 18 int c; member 24 int c; member
|
D | fentry_test.c | 27 int BPF_PROG(test3, char a, int b, __u64 c) in BPF_PROG() 35 int BPF_PROG(test4, void *a, char b, int c, __u64 d) in BPF_PROG() 43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG() 52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG()
|
/linux-6.14.4/drivers/nvme/host/ |
D | zns.c | 12 struct nvme_command c = { }; in nvme_set_max_append() local 42 struct nvme_command c = { }; in nvme_query_zone_info() local 180 struct nvme_command c = { }; in nvme_ns_report_zones() local 237 struct nvme_command *c, enum nvme_zone_mgmt_action action) in nvme_setup_zone_mgmt_send()
|
/linux-6.14.4/drivers/gpu/drm/imx/dcss/ |
D | dcss-dev.h | 19 #define dcss_writel(v, c) writel((v), (c)) argument 20 #define dcss_readl(c) readl(c) argument 21 #define dcss_set(v, c) writel((v), (c) + SET) argument 22 #define dcss_clr(v, c) writel((v), (c) + CLR) argument 23 #define dcss_toggle(v, c) writel((v), (c) + TGL) argument 25 static inline void dcss_update(u32 v, u32 m, void __iomem *c) in dcss_update()
|
/linux-6.14.4/tools/testing/selftests/powerpc/stringloops/ |
D | strlen.c | 66 char c; in testcase() local 79 char c; in testcase() local 93 char c; in testcase() local
|
/linux-6.14.4/security/selinux/ss/ |
D | context.h | 37 static inline void mls_context_init(struct context *c) in mls_context_init() 144 static inline void mls_context_destroy(struct context *c) in mls_context_destroy() 151 static inline void context_init(struct context *c) in context_init() 182 static inline void context_destroy(struct context *c) in context_destroy()
|
/linux-6.14.4/arch/arm/boot/compressed/ |
D | string.c | 126 void *memchr(const void *s, int c, size_t count) in memchr() 136 char *strchr(const char *s, int c) in strchr() 144 char *strrchr(const char *s, int c) in strrchr() 156 void *memset(void *s, int c, size_t count) in memset()
|
/linux-6.14.4/arch/x86/kernel/ |
D | smpboot.c | 324 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info() local 339 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node() 347 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane() 363 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt() 390 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die() 401 static bool match_l2c(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_l2c() 421 static bool match_pkg(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_pkg() 449 static bool match_llc(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_llc() 544 struct cpuinfo_x86 *c = &cpu_data(cpu); in set_cpu_sibling_map() local 1164 struct cpuinfo_x86 *c = &cpu_data(cpu); in remove_siblinginfo() local
|
/linux-6.14.4/drivers/md/bcache/ |
D | features.c | 56 int bch_print_cache_set_feature_compat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_compat() 63 int bch_print_cache_set_feature_ro_compat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_ro_compat() 70 int bch_print_cache_set_feature_incompat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_incompat()
|
/linux-6.14.4/arch/m68k/include/asm/ |
D | atomic.h | 146 char c; in arch_atomic_dec_and_test() local 154 char c; in arch_atomic_dec_and_test_lt() local 164 char c; in arch_atomic_inc_and_test() local 203 char c; in arch_atomic_sub_and_test() local 213 char c; in arch_atomic_add_negative() local
|
/linux-6.14.4/crypto/ |
D | twofish_generic.c | 53 #define ENCROUND(n, a, b, c, d) \ argument 60 #define DECROUND(n, a, b, c, d) \ argument 100 u32 a, b, c, d; in twofish_encrypt() local 135 u32 a, b, c, d; in twofish_decrypt() local
|
/linux-6.14.4/arch/arm/mach-sunxi/ |
D | mc_smp.c | 37 #define CPUCFG_CX_CTRL_REG0(c) (0x10 * (c)) argument 42 #define CPUCFG_CX_CTRL_REG1(c) (0x10 * (c) + 0x4) argument 44 #define CPUCFG_CX_STATUS(c) (0x30 + 0x4 * (c)) argument 47 #define CPUCFG_CX_RST_CTRL(c) (0x80 + 0x4 * (c)) argument 59 #define PRCM_CPU_PO_RST_CTRL(c) (0x4 + 0x4 * (c)) argument 62 #define PRCM_PWROFF_GATING_REG(c) (0x100 + 0x4 * (c)) argument 67 #define PRCM_PWR_SWITCH_REG(c, cpu) (0x140 + 0x10 * (c) + 0x4 * (cpu)) argument 71 #define R_CPUCFG_CLUSTER_PO_RST_CTRL(c) (0x30 + (c) * 0x4) argument
|
/linux-6.14.4/include/linux/ |
D | rbtree.h | 229 int c; in rb_find_add_cached() local 265 int c; in rb_find_add() local 301 int c; in rb_find_add_rcu() local 335 int c = cmp(key, node); in rb_find() local 366 int c = cmp(key, node); in rb_find_rcu() local 395 int c = cmp(key, node); in rb_find_first() local
|
/linux-6.14.4/drivers/md/persistent-data/ |
D | dm-bitset.c | 215 static int cursor_next_array_entry(struct dm_bitset_cursor *c) in cursor_next_array_entry() 233 struct dm_bitset_cursor *c) in dm_bitset_cursor_begin() 257 void dm_bitset_cursor_end(struct dm_bitset_cursor *c) in dm_bitset_cursor_end() 263 int dm_bitset_cursor_next(struct dm_bitset_cursor *c) in dm_bitset_cursor_next() 278 int dm_bitset_cursor_skip(struct dm_bitset_cursor *c, uint32_t count) in dm_bitset_cursor_skip() 313 bool dm_bitset_cursor_get_value(struct dm_bitset_cursor *c) in dm_bitset_cursor_get_value()
|