Home
last modified time | relevance | path

Searched defs:c (Results 101 – 125 of 2227) sorted by relevance

12345678910>>...90

/linux/kernel/locking/
H A Dlock_events.h44 #define lockevent_cond_inc(ev, c) __lockevent_inc(LOCKEVENT_ ##ev, c) argument
51 #define lockevent_add(ev, c) __lockevent_add(LOCKEVENT_ ##ev, c) argument
56 #define lockevent_add(ev, c) do { (void)(c); } while (0) argument
57 #define lockevent_cond_inc(ev, c) do { (void)(c); } while (0) argument
/linux/lib/
H A Dstring.c150 unsigned long c, data; in sized_strscpy() local
175 char c; in sized_strscpy() local
329 char *strchr(const char *s, int c) in strchr()
348 char *strchrnul(const char *s, int c) in strchrnul()
367 char *strnchrnul(const char *s, size_t count, int c) in strnchrnul()
380 char *strrchr(const char *s, int c) in strrchr()
402 char *strnchr(const char *s, size_t count, int c) in strnchr()
534 void *memset(void *s, int c, size_t count) in memset()
730 void *memscan(void *addr, int c, size_t size) in memscan()
805 void *memchr(const void *s, int c, size_t n) in memchr()
[all …]
/linux/tools/testing/selftests/powerpc/primitives/
H A Dword-at-a-time.h21 …ic inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time *c) in prep_zero_mask()
37 …line unsigned long has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero()
60 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
71 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
139 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
146 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
/linux/arch/powerpc/include/asm/
H A Dword-at-a-time.h21 …ic inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time *c) in prep_zero_mask()
37 …line unsigned long has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero()
60 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
71 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
139 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero()
146 …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/usb/gadget/
H A 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
1250 struct usb_configuration *c; in get_string() local
1537 int usb_string_ids_n(struct usb_composite_dev *c, unsigned n) in usb_string_ids_n()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_jhash.h12 #define __jhash_mix(a, b, c) \ argument
22 #define __jhash_final(a, b, c) \ argument
38 u32 a, b, c; in jhash() local
75 u32 a, b, c; in jhash2() local
H A Dtracing_struct.c30 BPF_PROG2(test_struct_arg_1,struct bpf_testmod_struct_arg_2,a,int,b,int,c) BPF_PROG2() argument
40 BPF_PROG2(test_struct_arg_2,struct bpf_testmod_struct_arg_2,a,int,b,int,c,int,ret) BPF_PROG2() argument
59 BPF_PROG2(test_struct_arg_3,int,a,struct bpf_testmod_struct_arg_2,b,int,c) BPF_PROG2() argument
69 BPF_PROG2(test_struct_arg_4,int,a,struct bpf_testmod_struct_arg_2,b,int,c,int,ret) BPF_PROG2() argument
76 BPF_PROG2(test_struct_arg_5,int,a,int,b,struct bpf_testmod_struct_arg_2,c) BPF_PROG2() argument
86 BPF_PROG2(test_struct_arg_6,int,a,int,b,struct bpf_testmod_struct_arg_2,c,int,ret) BPF_PROG2() argument
93 BPF_PROG2(test_struct_arg_7,struct bpf_testmod_struct_arg_1,a,int,b,int,c,int,d,struct bpf_testmod_struct_arg_2,e) BPF_PROG2() argument
106 BPF_PROG2(test_struct_arg_8,struct bpf_testmod_struct_arg_1,a,int,b,int,c,int,d,struct bpf_testmod_struct_arg_2,e,int,ret) BPF_PROG2() argument
[all...]
/linux/drivers/md/bcache/
H A Dextents.c42 int64_t c = bkey_cmp(l.k, r.k); in bch_key_sort_cmp() local
47 static bool __ptr_invalid(struct cache_set *c, const struct bkey *k) in __ptr_invalid()
68 static const char *bch_ptr_status(struct cache_set *c, const struct bkey *k) in bch_ptr_status()
149 bool __bch_btree_ptr_invalid(struct cache_set *c, const struct bkey *k) in __bch_btree_ptr_invalid()
261 int64_t c = bkey_cmp(&START_KEY(l.k), &START_KEY(r.k)); in bch_extent_sort_cmp() local
314 struct cache_set *c, in bch_subtract_dirty()
328 struct cache_set *c = container_of(b, struct btree, keys)->c; in bch_extent_insert_fixup() local
480 bool __bch_extent_invalid(struct cache_set *c, const struct bkey *k) in __bch_extent_invalid()
H A Dalloc.c86 void bch_rescale_priorities(struct cache_set *c, int sectors) in bch_rescale_priorities()
477 void bch_bucket_free(struct cache_set *c, struct bkey *k) in bch_bucket_free()
485 int __bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, in __bch_bucket_alloc_set()
513 int bch_bucket_alloc_set(struct cache_set *c, unsigned int reserve, in bch_bucket_alloc_set()
558 static struct open_bucket *pick_data_bucket(struct cache_set *c, in pick_data_bucket()
599 bool bch_alloc_sectors(struct cache_set *c, in bch_alloc_sectors()
690 void bch_open_buckets_free(struct cache_set *c) in bch_open_buckets_free()
702 int bch_open_buckets_alloc(struct cache_set *c) in bch_open_buckets_alloc()
/linux/tools/lib/bpf/
H A Dbpf_core_read.h359 #define ___last4(a, b, c, x) x argument
360 #define ___last5(a, b, c, d, x) x argument
361 #define ___last6(a, b, c, d, e, x) x argument
362 #define ___last7(a, b, c, d, e, f, x) x argument
363 #define ___last8(a, b, c, d, e, f, g, x) x argument
364 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
365 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument
370 #define ___nolast4(a, b, c, _) a, b, c argument
371 #define ___nolast5(a, b, c, argument
372 ___nolast6(a,b,c,d,e,_) global() argument
373 ___nolast7(a,b,c,d,e,f,_) global() argument
374 ___nolast8(a,b,c,d,e,f,g,_) global() argument
375 ___nolast9(a,b,c,d,e,f,g,h,_) global() argument
376 ___nolast10(a,b,c,d,e,f,g,h,i,_) global() argument
381 ___arrow3(a,b,c) global() argument
382 ___arrow4(a,b,c,d) global() argument
383 ___arrow5(a,b,c,d,e) global() argument
384 ___arrow6(a,b,c,d,e,f) global() argument
385 ___arrow7(a,b,c,d,e,f,g) global() argument
386 ___arrow8(a,b,c,d,e,f,g,h) global() argument
387 ___arrow9(a,b,c,d,e,f,g,h,i) global() argument
388 ___arrow10(a,b,c,d,e,f,g,h,i,j) global() argument
[all...]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.h23 #define CONN_MSG(c,l,f,a...) do { \ argument
28 #define CONN_ERR(c,f,a...) CONN_MSG((c), error, f, ##a) argument
29 #define CONN_DBG(c,f,a...) CONN_MSG((c), debug, f, ##a) argument
30 #define CONN_TRACE(c,f,a...) CONN_MSG((c), trace, f, ##a) argument
/linux/arch/x86/math-emu/
H A Dreg_compare.c172 int f, c; in FPU_compare_st_data() local
209 int f, c; in compare_st_st() local
255 int f, c; in compare_i_st_st() local
303 int f = 0, c; in compare_u_st_st() local
353 int f = 0, c; in compare_ui_st_st() local
/linux/net/ipv4/
H A Dipmr_base.c67 struct mr_mfc *c; in mr_mfc_find_parent() local
81 struct mr_mfc *c; in mr_mfc_find_any_parent() local
96 struct mr_mfc *c, *proxy; in mr_mfc_find_any() local
178 struct mr_mfc *c = v; in mr_mfc_seq_next() local
209 struct mr_mfc *c, struct rtmsg *rtm) in mr_fill_mroute()
280 const struct mr_mfc *c, in mr_mfc_uses_dev()
301 u32 portid, u32 seq, struct mr_mfc *c, in mr_table_dump()
356 u32 portid, u32 seq, struct mr_mfc *c, in mr_rtm_dumproute()
/linux/arch/powerpc/platforms/ps3/
H A 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/arch/nios2/boot/compressed/
H A 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/arch/arm/mach-meson/
H A 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/arch/x86/kernel/cpu/
H A 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()
/linux/drivers/media/dvb-core/
H A 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/tools/include/nolibc/
H A Dstring.h97 char *strchr(const char *s, int c) in strchr()
110 unsigned int c; in strcmp() local
261 unsigned int c; in strncmp() local
283 char *strrchr(const char *s, int c) in strrchr()
316 int tolower(int c) in tolower()
324 int toupper(int c) in toupper()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A 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/fs/ubifs/
H A 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/arch/arm/boot/compressed/
H A 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/kernel/printk/
H A 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/kernel/
H A 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/arch/powerpc/platforms/powernv/
H A 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()

12345678910>>...90