Searched refs:__flags (Results 1 – 11 of 11) sorted by relevance
/include/asm-generic/ |
D | percpu.h | 146 unsigned long __flags; \ 147 raw_local_irq_save(__flags); \ 149 raw_local_irq_restore(__flags); \ 156 unsigned long __flags; \ 157 raw_local_irq_save(__flags); \ 159 raw_local_irq_restore(__flags); \ 166 unsigned long __flags; \ 167 raw_local_irq_save(__flags); \ 169 raw_local_irq_restore(__flags); \ 176 unsigned long __flags; \ [all …]
|
/include/net/netfilter/ |
D | nf_tables_offload.h | 79 #define NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, __flags) \ argument 86 (__reg)->flags = __flags;
|
/include/linux/ |
D | kfifo.h | 257 unsigned long __flags; \ 259 spin_lock_irqsave(lock, __flags); \ 261 spin_unlock_irqrestore(lock, __flags); \ 543 unsigned long __flags; \ 545 spin_lock_irqsave(lock, __flags); \ 547 spin_unlock_irqrestore(lock, __flags); \ 614 unsigned long __flags; \ 616 spin_lock_irqsave(lock, __flags); \ 618 spin_unlock_irqrestore(lock, __flags); \
|
D | slab.h | 166 #define KMEM_CACHE(__struct, __flags) \ argument 168 __alignof__(struct __struct), (__flags), NULL) 174 #define KMEM_CACHE_USERCOPY(__struct, __flags, __field) \ argument 177 __alignof__(struct __struct), (__flags), \
|
D | efi.h | 1140 unsigned long __flags; \ 1144 __flags = efi_call_virt_save_flags(); \ 1146 efi_call_virt_check_flags(__flags, __stringify(f)); \ 1155 unsigned long __flags; \ 1159 __flags = efi_call_virt_save_flags(); \ 1161 efi_call_virt_check_flags(__flags, __stringify(f)); \
|
D | bpf-cgroup.h | 318 u32 __flags = 0; \ 323 NULL, &__flags); \ 325 if (__flags & BPF_RET_BIND_NO_CAP_NET_BIND_SERVICE) \
|
D | scatterlist.h | 540 unsigned int __flags; member
|
/include/uapi/linux/netfilter/ |
D | xt_set.h | 22 __u32 __flags[IPSET_DIM_MAX]; member
|
/include/uapi/linux/ |
D | fscrypt.h | 134 __u32 __flags; member
|
/include/linux/mtd/ |
D | spinand.h | 378 __flags, ...) \ argument 385 .flags = __flags, \
|
/include/trace/ |
D | trace_events.h | 373 static const struct trace_print_flags __flags[] = \ 375 trace_print_flags_seq(p, delim, flag, __flags); \ 391 static const struct trace_print_flags_u64 __flags[] = \ 393 trace_print_flags_seq_u64(p, delim, flag, __flags); \
|