Home
last modified time | relevance | path

Searched refs:__flags (Results 1 – 11 of 11) sorted by relevance

/include/asm-generic/
Dpercpu.h146 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/
Dnf_tables_offload.h79 #define NFT_OFFLOAD_MATCH_FLAGS(__key, __base, __field, __len, __reg, __flags) \ argument
86 (__reg)->flags = __flags;
/include/linux/
Dkfifo.h257 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); \
Dslab.h166 #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), \
Defi.h1140 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)); \
Dbpf-cgroup.h318 u32 __flags = 0; \
323 NULL, &__flags); \
325 if (__flags & BPF_RET_BIND_NO_CAP_NET_BIND_SERVICE) \
Dscatterlist.h540 unsigned int __flags; member
/include/uapi/linux/netfilter/
Dxt_set.h22 __u32 __flags[IPSET_DIM_MAX]; member
/include/uapi/linux/
Dfscrypt.h134 __u32 __flags; member
/include/linux/mtd/
Dspinand.h378 __flags, ...) \ argument
385 .flags = __flags, \
/include/trace/
Dtrace_events.h373 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); \