Searched refs:__ (Results 1 – 20 of 20) sorted by relevance
| /include/trace/stages/ |
| A D | init.h | 16 __##TRACE_SYSTEM##_##a = \ 24 *TRACE_SYSTEM##_##a = &__##TRACE_SYSTEM##_##a 29 __##TRACE_SYSTEM##_##a = \ 37 *TRACE_SYSTEM##_##a = &__##TRACE_SYSTEM##_##a
|
| /include/linux/ |
| A D | bitfield.h | 192 static __always_inline __##type __must_check type##_encode_bits(base v, base field) \ 198 static __always_inline __##type __must_check type##_replace_bits(__##type old, \ 203 static __always_inline void type##p_replace_bits(__##type *p, \ 208 static __always_inline base __must_check type##_get_bits(__##type v, base field) \
|
| A D | cookie.h | 23 static DEFINE_PER_CPU(struct pcpu_gen_cookie, __##name); \ 25 .local = &__##name, \
|
| A D | btf_ids.h | 65 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__), "") 68 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__), ".long " #flags "\n")
|
| A D | math.h | 124 __##type numerator; \ 125 __##type denominator; \
|
| A D | init.h | 212 __PASTE(__, \ 220 __PASTE(__, \ 222 __PASTE(__, \
|
| A D | genl_magic_func.h | 140 static int __ ## s_name ## _from_attrs(struct s_name *s, \ 162 return __ ## s_name ## _from_attrs(s, info, false); \ 167 return __ ## s_name ## _from_attrs(s, info, true); \
|
| A D | module.h | 250 static typeof(name) __mod_device_table__##type##__##name \
|
| A D | acpi.h | 1409 #define ACPI_PROBE_TABLE(name) __##name##_acpi_probe_table 1410 #define ACPI_PROBE_TABLE_END(name) __##name##_acpi_probe_table_end
|
| A D | clk-provider.h | 1476 static void __init __##name##_of_clk_init_declare(struct device_node *np) \ 1481 OF_DECLARE_1(clk, name, compat, __##name##_of_clk_init_declare)
|
| A D | netdevice.h | 190 atomic_long_t __##FIELD; \ 5563 #define DEV_STATS_INC(DEV, FIELD) atomic_long_inc(&(DEV)->stats.__##FIELD) 5565 atomic_long_add((VAL), &(DEV)->stats.__##FIELD) 5566 #define DEV_STATS_READ(DEV, FIELD) atomic_long_read(&(DEV)->stats.__##FIELD)
|
| /include/linux/sched/ |
| A D | topology.h | 14 #define SD_FLAG(name, mflags) __##name, 21 #define SD_FLAG(name, mflags) name = 1 << __##name,
|
| /include/crypto/internal/ |
| A D | hash.h | 27 char __##name##_req[sizeof(struct ahash_request) + \ 30 __##name##_req, (req)) 354 memzero_explicit(__##name##_req, sizeof(__##name##_req))
|
| A D | acompress.h | 21 char __##name##_req[sizeof(struct acomp_req) + \ 24 __##name##_req, (req))
|
| /include/crypto/ |
| A D | hash.h | 192 char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ 194 struct shash_desc *shash = (struct shash_desc *)__##shash##_desc 197 char __##name##_req[sizeof(struct ahash_request) + \ 200 ahash_request_on_stack_init(__##name##_req, (_tfm)) 203 hash_request_clone(name, sizeof(__##name##_req), gfp)
|
| A D | acompress.h | 45 char __##name##_req[sizeof(struct acomp_req) + \ 48 __##name##_req, (tfm)) 51 acomp_request_clone(name, sizeof(__##name##_req), gfp)
|
| A D | skcipher.h | 221 char __##name##_desc[sizeof(struct skcipher_request) + \ 225 (((struct skcipher_request *)__##name##_desc)->base.tfm = \ 227 (void *)__##name##_desc)
|
| /include/asm-generic/ |
| A D | vmlinux.lds.h | 316 __##name##_of_table = .; \ 317 KEEP(*(__##name##_of_table)) \ 318 KEEP(*(__##name##_of_table_end)) 330 BOUNDED_SECTION_POST_LABEL(__##name##_acpi_probe_table, \ 331 __##name##_acpi_probe_table,, _end) 339 BOUNDED_SECTION_POST_LABEL(__##name##_thermal_table, \ 340 __##name##_thermal_table,, _end)
|
| /include/net/ |
| A D | ipv6.h | 270 _DEVINC(net, ipv6, __, idev, field) 274 _DEVADD(net, ipv6, __, idev, field, val) 278 _DEVUPD(net, ipv6, __, idev, field, val) 282 _DEVINCATOMIC(net, icmpv6, __, idev, field)
|
| A D | xdp.h | 552 #define XDP_METADATA_KFUNC(name, _, __, ___) name, argument
|
Completed in 60 milliseconds