/include/linux/ |
D | ctype.h | 25 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument 26 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument 27 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument 28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument 29 #define islower(c) ((__ismask(c)&(_L)) != 0) argument 30 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument 31 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument 33 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument 34 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument 35 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0) argument [all …]
|
D | jhash.h | 35 #define __jhash_mix(a, b, c) \ argument 46 #define __jhash_final(a, b, c) \ argument 72 u32 a, b, c; in jhash() local 119 u32 a, b, c; in jhash2() local 150 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords() 161 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
|
D | atomic.h | 28 #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) argument 29 #define atomic_cond_read_relaxed(v, c) smp_cond_load_relaxed(&(v)->counter, (c)) argument 31 #define atomic64_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) argument 32 #define atomic64_cond_read_relaxed(v, c) smp_cond_load_relaxed(&(v)->counter, (c)) argument
|
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
|
D | consolemap.h | 31 #define conv_8bit_to_uni(c) ((uint32_t)(c)) argument 32 #define conv_uni_to_8bit(c) ((int) ((c) & 0xff)) argument 33 #define console_map_init(c) do { ; } while (0) argument
|
D | capability.h | 96 # define cap_clear(c) do { (c) = __cap_empty_set; } while (0) argument 98 #define cap_raise(c, flag) ((c).cap[CAP_TO_INDEX(flag)] |= CAP_TO_MASK(flag)) argument 99 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag)) argument 100 #define cap_raised(c, flag) ((c).cap[CAP_TO_INDEX(flag)] & CAP_TO_MASK(flag)) argument 102 #define CAP_BOP_ALL(c, a, b, OP) \ argument 110 #define CAP_UOP_ALL(c, a, OP) \ argument 142 static inline kernel_cap_t cap_invert(const kernel_cap_t c) in cap_invert()
|
D | crc-ccitt.h | 13 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte() 18 static inline u16 crc_ccitt_false_byte(u16 crc, const u8 c) in crc_ccitt_false_byte()
|
D | instrumentation.h | 10 #define __instrumentation_begin(c) ({ \ argument 49 #define __instrumentation_end(c) ({ \ argument
|
D | hid-debug.h | 40 #define hid_dump_input(a,b,c) do { } while (0) argument 41 #define hid_dump_report(a,b,c,d) do { } while (0) argument 43 #define hid_dump_field(a,b,c) do { } while (0) argument
|
D | rcupdate.h | 323 #define RCU_LOCKDEP_WARN(c, s) \ argument 355 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) argument 395 #define __rcu_dereference_check(p, c, space) \ argument 403 #define __rcu_dereference_protected(p, c, space) \ argument 475 #define rcu_replace_pointer(rcu_ptr, ptr, c) \ argument 536 #define rcu_dereference_check(p, c) \ argument 551 #define rcu_dereference_bh_check(p, c) \ argument 566 #define rcu_dereference_sched_check(p, c) \ argument 595 #define rcu_dereference_protected(p, c) \ argument
|
D | intel-iommu.h | 148 #define cap_5lp_support(c) (((c) >> 60) & 1) argument 149 #define cap_pi_support(c) (((c) >> 59) & 1) argument 150 #define cap_fl1gp_support(c) (((c) >> 56) & 1) argument 151 #define cap_read_drain(c) (((c) >> 55) & 1) argument 152 #define cap_write_drain(c) (((c) >> 54) & 1) argument 153 #define cap_max_amask_val(c) (((c) >> 48) & 0x3f) argument 154 #define cap_num_fault_regs(c) ((((c) >> 40) & 0xff) + 1) argument 155 #define cap_pgsel_inv(c) (((c) >> 39) & 1) argument 157 #define cap_super_page_val(c) (((c) >> 34) & 0xf) argument 158 #define cap_super_offset(c) (((find_first_bit(&cap_super_page_val(c), 4)) \ argument [all …]
|
D | slub_def.h | 62 #define slub_percpu_partial(c) ((c)->partial) argument 64 #define slub_set_percpu_partial(c, p) \ argument 69 #define slub_percpu_partial_read_once(c) READ_ONCE(slub_percpu_partial(c)) argument 71 #define slub_percpu_partial(c) NULL argument 73 #define slub_set_percpu_partial(c, p) argument 75 #define slub_percpu_partial_read_once(c) NULL argument
|
D | siphash.h | 47 static inline u64 siphash_4u32(const u32 a, const u32 b, const u32 c, in siphash_4u32() 145 #define SIPHASH_PERMUTATION(a, b, c, d) ( \ argument 156 #define HSIPHASH_PERMUTATION(a, b, c, d) ( \ argument
|
D | fortify-string.h | 167 __FORTIFY_INLINE void *memset(void *p, int c, __kernel_size_t size) in memset() 211 __FORTIFY_INLINE void *memscan(void *p, int c, __kernel_size_t size) in memscan() 238 __FORTIFY_INLINE void *memchr(const void *p, int c, __kernel_size_t size) in memchr() 250 __FORTIFY_INLINE void *memchr_inv(const void *p, int c, size_t size) in memchr_inv()
|
D | ppp_defs.h | 13 #define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) argument
|
D | memfd.h | 10 static inline long memfd_fcntl(struct file *f, unsigned int c, unsigned long a) in memfd_fcntl()
|
D | nls.h | 62 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower() 69 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper()
|
D | prandom.h | 22 #define PRANDOM_ADD_NOISE(a, b, c, d) \ argument 51 unsigned long c, unsigned long d) in prandom_u32_add_noise()
|
D | rbtree.h | 228 int c; in rb_find_add() local 262 int c = cmp(key, node); in rb_find() local 291 int c = cmp(key, node); in rb_find_first() local
|
D | jiffies.h | 119 #define time_in_range(a,b,c) \ argument 126 #define time_in_range_open(a,b,c) \ argument 145 #define time_in_range64(a, b, c) \ argument
|
D | stringhash.h | 43 partial_name_hash(unsigned long c, unsigned long prevhash) in partial_name_hash()
|
/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
|
/include/asm-generic/ |
D | word-at-a-time.h | 17 …ic inline long prep_zero_mask(unsigned long val, unsigned long rhs, const struct word_at_a_time *c) in prep_zero_mask() 41 …line unsigned long has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c) in has_zero() 93 …inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_time *c) in has_zero() 100 …e unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask()
|
/include/uapi/linux/ |
D | uuid.h | 27 #define GUID_INIT(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 36 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
|
D | map_to_7segment.h | 70 static __inline__ int map_to_seg7(struct seg7_conversion_map *map, int c) in map_to_seg7() 89 #define _SEG7(l,a,b,c,d,e,f,g) \ argument
|