/linux/arch/riscv/include/asm/ |
H A D | word-at-a-time.h | 23 unsigned long *bits, const struct word_at_a_time *c) in has_zero() 31 unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
|
/linux/arch/arm64/include/asm/ |
H A D | word-at-a-time.h | 22 const struct word_at_a_time *c) in has_zero() 29 #define prep_zero_mask(a, bits, c) (bits) argument
|
/linux/arch/sh/include/asm/ |
H A D | word-at-a-time.h | 29 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero() 36 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
|
/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_utils.c | 14 u8 c[4]; in msm_dp_utils_get_g0_value() local 35 u8 c[4]; in msm_dp_utils_get_g1_value() local
|
/linux/arch/mips/kernel/ |
H A D | cacheinfo.c | 22 struct cpuinfo_mips *c = ¤t_cpu_data; in init_cache_level() local 79 struct cpuinfo_mips *c = ¤t_cpu_data; in populate_cache_leaves() local
|
/linux/lib/crc/ |
H A D | gen_crc64table.c | 20 uint64_t i, j, c, crc; in generate_reflected_crc64_table() local 38 uint64_t i, j, c, crc; in generate_crc64_table() local
|
/linux/fs/overlayfs/ |
H A D | copy_up.c | 597 static int ovl_link_up(struct ovl_copy_up_ctx *c) in ovl_link_up() 642 static int ovl_copy_up_data(struct ovl_copy_up_ctx *c, const struct path *temp) in ovl_copy_up_data() 662 static int ovl_copy_up_metadata(struct ovl_copy_up_ctx *c, struct dentry *temp) in ovl_copy_up_metadata() 762 static int ovl_copy_up_workdir(struct ovl_copy_up_ctx *c) in ovl_copy_up_workdir() 863 static int ovl_copy_up_tmpfile(struct ovl_copy_up_ctx *c) in ovl_copy_up_tmpfile() 937 static int ovl_do_copy_up(struct ovl_copy_up_ctx *c) in ovl_do_copy_up() 1087 static int ovl_copy_up_meta_inode_data(struct ovl_copy_up_ctx *c) in ovl_copy_up_meta_inode_data()
|
/linux/arch/x86/events/ |
H A D | perf_event.h | 65 static inline bool constraint_match(struct event_constraint *c, u64 ecode) in constraint_match() 375 #define __EVENT_CONSTRAINT_RANGE(c, e, n, m, w, o, f) { \ argument 385 #define __EVENT_CONSTRAINT(c, n, m, w, o, f) \ argument 388 #define EVENT_CONSTRAINT(c, n, m) \ argument 395 #define EVENT_CONSTRAINT_RANGE(c, e, n, m) \ argument 398 #define INTEL_EXCLEVT_CONSTRAINT(c, n) \ argument 423 #define EVENT_CONSTRAINT_OVERLAP(c, n, m) \ argument 429 #define INTEL_EVENT_CONSTRAINT(c, n) \ argument 435 #define INTEL_EVENT_CONSTRAINT_RANGE(c, e, n) \ argument 452 #define FIXED_EVENT_CONSTRAINT(c, n) \ argument [all …]
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | udbg_scc.c | 23 static void udbg_scc_putc(char c) in udbg_scc_putc() 166 static void udbg_real_scc_putc(char c) in udbg_real_scc_putc()
|
/linux/arch/arm/include/asm/ |
H A D | word-at-a-time.h | 21 const struct word_at_a_time *c) in has_zero() 28 #define prep_zero_mask(a, bits, c) (bits) argument
|
H A D | cpuidle.h | 55 #define arm_cpuidle_save_irq_context(c) (void)c argument 56 #define arm_cpuidle_restore_irq_context(c) (void)c argument
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | gf100.c | 43 int c, s; in gf100_ltc_cbc_wait() local 93 gf100_ltc_lts_intr(struct nvkm_ltc *ltc, int c, int s) in gf100_ltc_lts_intr() 118 u32 s, c = __ffs(mask); in gf100_ltc_intr() local
|
/linux/sound/firewire/fireface/ |
H A D | amdtp-ff.c | 40 int i, c; in write_pcm_s32() local 70 int i, c; in read_pcm_s32() local 94 unsigned int i, c, channels = p->pcm_channels; in write_pcm_silence() local
|
/linux/arch/m68k/include/asm/ |
H A D | bootstd.h | 85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
|
/linux/drivers/input/serio/ |
H A D | xilinx_ps2.c | 108 u8 c; in xps2_interrupt() local 155 static int sxps2_write(struct serio *pserio, unsigned char c) in sxps2_write() 181 u8 c; in sxps2_open() local
|
/linux/scripts/gendwarfksyms/examples/ |
H A D | kabi_ex.h | 172 int c; member 189 int c; member 208 int c; member
|
/linux/tools/testing/selftests/net/bench/page_pool/ |
H A D | time_bench.c | 305 struct time_bench_cpu *c = &cpu_tasks[cpu]; in time_bench_print_stats_cpumask() local 347 struct time_bench_cpu *c = &cpu_tasks[cpu]; in time_bench_run_concurrent() local 386 struct time_bench_cpu *c = &cpu_tasks[cpu]; in time_bench_run_concurrent() local
|
/linux/drivers/media/dvb-frontends/ |
H A D | stb6100_cfg.h | 33 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stb6100_set_frequency() local 71 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stb6100_set_bandwidth() local
|
H A D | stb6100_proc.h | 38 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stb6100_set_freq() local 91 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in stb6100_set_bandw() local
|
/linux/arch/arm/include/asm/vdso/ |
H A D | cp15.h | 19 #define __read_sysreg(r, w, c, t) ({ \ argument 26 #define __write_sysreg(v, r, w, c, t) asm volatile(w " " c : : "r" ((t)(v))) argument
|
/linux/arch/nios2/mm/ |
H A D | mmu_context.c | 30 #define CTX_VERSION(c) (((c) >> VERSION_SHIFT) & VERSION_MASK) argument 33 #define CTX_PID(c) (((c) >> PID_SHIFT) & PID_MASK) argument
|
/linux/fs/jffs2/ |
H A D | read.c | 23 int jffs2_read_dnode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_read_dnode() 157 int jffs2_read_inode_range(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_read_inode_range()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vf_error.h | 27 #define AMDGIM_ERROR_CODE_FLAGS_TO_MAILBOX(c,f) (((c & 0xFFFF) << 16) | (f & 0xFFFF)) argument 28 #define AMDGIM_ERROR_CODE(t,c) (((t&0xF)<<12)|(c&0xFFF)) argument
|
/linux/drivers/ipack/ |
H A D | ipack.c | 108 unsigned int i, c, l, s; in id_show() local 265 static u16 ipack_crc_byte(u16 crc, u8 c) in ipack_crc_byte() 281 u8 c; in ipack_calc_crc1() local 296 u8 c; in ipack_calc_crc2() local
|
/linux/drivers/md/persistent-data/ |
H A D | dm-btree.c | 1467 static void prefetch_values(struct dm_btree_cursor *c) in prefetch_values() 1484 static bool leaf_node(struct dm_btree_cursor *c) in leaf_node() 1492 static int push_node(struct dm_btree_cursor *c, dm_block_t b) in push_node() 1515 static void pop_node(struct dm_btree_cursor *c) in pop_node() 1521 static int inc_or_backtrack(struct dm_btree_cursor *c) in inc_or_backtrack() 1543 static int find_leaf(struct dm_btree_cursor *c) in find_leaf() 1572 bool prefetch_leaves, struct dm_btree_cursor *c) in dm_btree_cursor_begin() 1589 void dm_btree_cursor_end(struct dm_btree_cursor *c) in dm_btree_cursor_end() 1596 int dm_btree_cursor_next(struct dm_btree_cursor *c) in dm_btree_cursor_next() 1610 int dm_btree_cursor_skip(struct dm_btree_cursor *c, uint32_t count) in dm_btree_cursor_skip() [all …]
|