Home
last modified time | relevance | path

Searched defs:c (Results 276 – 300 of 2688) sorted by relevance

1...<<11121314151617181920>>...108

/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
Dcrb.h135 #define crb_csb_addr(c) __be64_to_cpu(c->csb_addr) argument
136 #define crb_nx_fault_addr(c) __be64_to_cpu(c->stamp.nx.fault_storage_addr) argument
137 #define crb_nx_flags(c) c->stamp.nx.flags argument
138 #define crb_nx_fault_status(c) c->stamp.nx.fault_status argument
139 #define crb_nx_pswid(c) c->stamp.nx.pswid argument
/linux-5.10/include/linux/
Dslub_def.h55 #define slub_percpu_partial(c) ((c)->partial) argument
57 #define slub_set_percpu_partial(c, p) \ argument
62 #define slub_percpu_partial_read_once(c) READ_ONCE(slub_percpu_partial(c)) argument
64 #define slub_percpu_partial(c) NULL argument
66 #define slub_set_percpu_partial(c, p) argument
68 #define slub_percpu_partial_read_once(c) NULL argument
/linux-5.10/drivers/media/dvb-frontends/
Dcxd2820r_c.c15 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend_c() local
89 struct dtv_frontend_properties *c) in cxd2820r_get_frontend_c()
146 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_read_status_c() local
Dcxd2820r_t.c15 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend_t() local
127 struct dtv_frontend_properties *c) in cxd2820r_get_frontend_t()
251 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_read_status_t() local
Daf9033.c72 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9033_init() local
358 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9033_set_frontend() local
486 struct dtv_frontend_properties *c) in af9033_get_frontend()
615 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in af9033_read_status() local
822 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in af9033_read_snr() local
872 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in af9033_read_signal_strength() local
Drtl2830.c51 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2830_init() local
162 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_set_frontend() local
269 struct dtv_frontend_properties *c) in rtl2830_get_frontend()
385 struct dtv_frontend_properties *c = &dev->fe.dtv_property_cache; in rtl2830_read_status() local
501 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_read_snr() local
531 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in rtl2830_read_signal_strength() local
/linux-5.10/arch/parisc/include/asm/
Dhash.h33 u32 a, b, c; in __hash_32() local
120 u64 b, c, d; in hash_64() local
/linux-5.10/net/ipv6/
Dip6mr.c346 struct mfc6_cache *c = (struct mfc6_cache *)ptr; in ip6mr_hash_cmp() local
756 struct mr_mfc *c = container_of(head, struct mr_mfc, rcu); in ip6mr_cache_free_rcu() local
761 static inline void ip6mr_cache_free(struct mfc6_cache *c) in ip6mr_cache_free()
770 static void ip6mr_destroy_unres(struct mr_table *mrt, struct mfc6_cache *c) in ip6mr_destroy_unres()
800 struct mr_mfc *c, *next; in ipmr_do_expire_process() local
980 struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL); in ip6mr_cache_alloc() local
992 struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC); in ip6mr_cache_alloc_unres() local
1005 struct mfc6_cache *uc, struct mfc6_cache *c) in ip6mr_cache_resolve()
1137 struct mfc6_cache *c; in ip6mr_cache_unresolved() local
1214 struct mfc6_cache *c; in ip6mr_mfc_delete() local
[all …]
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c481 #define VNIC_ENV_OFF(c) MLX5_BYTE_OFF(query_vnic_env_out, c) argument
546 #define VPORT_COUNTER_OFF(c) MLX5_BYTE_OFF(query_vport_counter_out, c) argument
626 #define PPORT_802_3_OFF(c) \ argument
696 #define MLX5E_READ_CTR64_BE_F(ptr, c) \ argument
725 #define PPORT_2863_OFF(c) \ argument
774 #define PPORT_2819_OFF(c) \ argument
836 #define PPORT_PHY_STATISTICAL_OFF(c) \ argument
943 #define PPORT_ETH_EXT_OFF(c) \ argument
1000 #define PCIE_PERF_OFF(c) \ argument
1007 #define PCIE_PERF_OFF64(c) \ argument
[all …]
/linux-5.10/drivers/md/persistent-data/
Ddm-btree.c996 static void prefetch_values(struct dm_btree_cursor *c) in prefetch_values()
1013 static bool leaf_node(struct dm_btree_cursor *c) in leaf_node()
1021 static int push_node(struct dm_btree_cursor *c, dm_block_t b) in push_node()
1044 static void pop_node(struct dm_btree_cursor *c) in pop_node()
1050 static int inc_or_backtrack(struct dm_btree_cursor *c) in inc_or_backtrack()
1072 static int find_leaf(struct dm_btree_cursor *c) in find_leaf()
1101 bool prefetch_leaves, struct dm_btree_cursor *c) in dm_btree_cursor_begin()
1118 void dm_btree_cursor_end(struct dm_btree_cursor *c) in dm_btree_cursor_end()
1125 int dm_btree_cursor_next(struct dm_btree_cursor *c) in dm_btree_cursor_next()
1138 int dm_btree_cursor_skip(struct dm_btree_cursor *c, uint32_t count) in dm_btree_cursor_skip()
[all …]
/linux-5.10/arch/x86/kernel/cpu/mce/
Dintel.c473 static void intel_ppin_init(struct cpuinfo_x86 *c) in intel_ppin_init()
512 void mce_intel_feature_init(struct cpuinfo_x86 *c) in mce_intel_feature_init()
520 void mce_intel_feature_clear(struct cpuinfo_x86 *c) in mce_intel_feature_clear()
527 struct cpuinfo_x86 *c = &boot_cpu_data; in intel_filter_mce() local
/linux-5.10/drivers/tty/serial/
Dkgdb_nmi.c58 static void kgdb_nmi_console_write(struct console *co, const char *s, uint c) in kgdb_nmi_console_write()
101 char c = ch; in kgdb_tty_recv() local
118 int c = -1; in kgdb_nmi_poll_one_knock() local
307 static int kgdb_nmi_tty_write(struct tty_struct *tty, const unchar *buf, int c) in kgdb_nmi_tty_write()
/linux-5.10/drivers/hid/
Dhid-ezkey.c22 #define ez_map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c)) argument
23 #define ez_map_key(c) hid_map_usage(hi, usage, bit, max, EV_KEY, (c)) argument
/linux-5.10/net/netfilter/ipset/
Dpfxlen.c142 #define E(a, b, c, d) \ argument
157 #define E(a, b, c, d) \ argument
/linux-5.10/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c139 static int maven_get_reg(struct i2c_client* c, char reg) { in maven_get_reg()
163 static int maven_set_reg(struct i2c_client* c, int reg, int val) { in maven_set_reg()
172 static int maven_set_reg_pair(struct i2c_client* c, int reg, int val) { in maven_set_reg_pair()
361 const int c = md->primary_head->altout.tvo_params.contrast; in maven_compute_bwlevel() local
525 static void maven_init_TV(struct i2c_client* c, const struct mavenregs* m) { in maven_init_TV()
734 unsigned int c; in maven_find_exact_clocks() local
759 unsigned int a, bv, c; in maven_compute_timming() local
991 struct i2c_client *c = md->client; in maven_program_timming() local
1028 struct i2c_client *c = md->client; in maven_resync() local
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dgm107.c42 int c, s; in gm107_ltc_cbc_wait() local
72 gm107_ltc_intr_lts(struct nvkm_ltc *ltc, int c, int s) in gm107_ltc_intr_lts()
97 u32 s, c = __ffs(mask); in gm107_ltc_intr() local
/linux-5.10/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_packing.c34 char c; member
42 char c: 1; member
50 int c; member
/linux-5.10/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_top.c565 struct dtv_frontend_properties *c = NULL; in cxd2880_read_signal_strength() local
608 struct dtv_frontend_properties *c = NULL; in cxd2880_read_snr() local
646 struct dtv_frontend_properties *c = NULL; in cxd2880_read_ucblocks() local
1037 struct dtv_frontend_properties *c; in cxd2880_set_frontend() local
1124 struct dtv_frontend_properties *c = NULL; in cxd2880_get_stats() local
1310 struct dtv_frontend_properties *c = NULL; in cxd2880_read_status() local
1408 struct dtv_frontend_properties *c) in cxd2880_get_frontend_t()
1609 struct dtv_frontend_properties *c) in cxd2880_get_frontend_t2()
/linux-5.10/drivers/base/
Dcomponent.c164 struct component *c; in find_component() local
193 struct component *c; in find_components() local
217 static void remove_component(struct master *master, struct component *c) in remove_component()
446 struct component *c = match->compare[i].component; in free_master() local
552 struct component *c; in component_unbind_all() local
635 struct component *c; in component_bind_all() local
759 struct component *c, *component = NULL; in component_del() local
/linux-5.10/drivers/media/pci/bt8xx/
Ddvb-bt8xx.c145 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in thomson_dtt7579_tuner_calc_regs() local
189 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24108_tuner_set_params() local
264 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in microtune_mt7202dtf_tuner_set_params() local
340 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs() local
456 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vp3021_alps_tded4_tuner_set_params() local
510 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in digitv_alps_tded4_tuner_calc_regs() local
/linux-5.10/arch/x86/kernel/cpu/
Dfeat_ctl.c23 static void init_vmx_capabilities(struct cpuinfo_x86 *c) in init_vmx_capabilities()
96 void init_ia32_feat_ctl(struct cpuinfo_x86 *c) in init_ia32_feat_ctl()
/linux-5.10/arch/alpha/include/asm/
Dword-at-a-time.h22 …line unsigned long has_zero(unsigned long val, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
29 …unsigned long prep_zero_mask(unsigned long val, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
/linux-5.10/scripts/mod/
Dsumversion.c67 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
68 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument
69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
90 uint32_t a, b, c, d; in md4_transform() local
225 static inline void add_char(unsigned char c, struct md4_ctx *md) in add_char()
/linux-5.10/arch/powerpc/crypto/
Dmd5-asm.S65 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument
89 #define R_16_31(a, b, c, d, w0, w1, p, q, k0h, k0l, k1h, k1l) \ argument
109 #define R_32_47(a, b, c, d, w0, w1, p, q, k0h, k0l, k1h, k1l) \ argument
126 #define R_48_63(a, b, c, d, w0, w1, p, q, k0h, k0l, k1h, k1l) \ argument
/linux-5.10/drivers/video/logo/
Dpnmtologo.c86 int c, val; in get_number() local
208 static inline int is_black(struct color c) in is_black()
213 static inline int is_white(struct color c) in is_white()
218 static inline int is_gray(struct color c) in is_gray()

1...<<11121314151617181920>>...108