| /include/linux/ |
| D | build_bug.h | 10 #define BUILD_BUG_ON_ZERO(e) (0) argument 11 #define BUILD_BUG_ON_NULL(e) ((void *)0) argument 12 #define BUILD_BUG_ON_INVALID(e) (0) argument 30 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:(-!!(e)); })) argument 31 #define BUILD_BUG_ON_NULL(e) ((void *)sizeof(struct { int:(-!!(e)); })) argument 38 #define BUILD_BUG_ON_INVALID(e) ((void)(sizeof((__force long)(e)))) argument
|
| D | intel-iommu.h | 115 #define ecap_dit(e) ((e >> 41) & 0x1) argument 116 #define ecap_pasid(e) ((e >> 40) & 0x1) argument 117 #define ecap_pss(e) ((e >> 35) & 0x1f) argument 118 #define ecap_eafs(e) ((e >> 34) & 0x1) argument 119 #define ecap_nwfs(e) ((e >> 33) & 0x1) argument 120 #define ecap_srs(e) ((e >> 31) & 0x1) argument 121 #define ecap_ers(e) ((e >> 30) & 0x1) argument 122 #define ecap_prs(e) ((e >> 29) & 0x1) argument 123 #define ecap_broken_pasid(e) ((e >> 28) & 0x1) argument 124 #define ecap_dis(e) ((e >> 27) & 0x1) argument [all …]
|
| D | netfilter_ingress.h | 21 struct nf_hook_entries *e = rcu_dereference(skb->dev->nf_hooks_ingress); in nf_hook_ingress() local
|
| D | suspend.h | 375 static inline void __init register_nosave_region(unsigned long b, unsigned long e) in register_nosave_region() 379 static inline void __init register_nosave_region_late(unsigned long b, unsigned long e) in register_nosave_region_late() 397 static inline void register_nosave_region(unsigned long b, unsigned long e) {} in register_nosave_region() 398 static inline void register_nosave_region_late(unsigned long b, unsigned long e) {} in register_nosave_region_late()
|
| D | swapops.h | 20 #define SWP_TYPE_SHIFT(e) ((sizeof(e.val) * 8) - \ argument 22 #define SWP_OFFSET_MASK(e) ((1UL << SWP_TYPE_SHIFT(e)) - 1) argument
|
| D | genl_magic_func.h | 142 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:-!!(e); })) argument 143 #define BUILD_BUG_ON_NULL(e) ((void *)sizeof(struct { int:-!!(e); })) argument
|
| D | swap.h | 498 #define free_swap_and_cache(e) ({(is_migration_entry(e) || is_device_private_entry(e));}) argument 499 #define swapcache_prepare(e) ({(is_migration_entry(e) || is_device_private_entry(e));}) argument
|
| /include/net/netfilter/ |
| D | nf_conntrack_ecache.h | 46 struct nf_conntrack_ecache *e; in nf_ct_ecache_ext_add() local 91 struct nf_conntrack_ecache *e; in nf_conntrack_event_cache() local 180 static inline void nf_ct_expect_event_report(enum ip_conntrack_expect_events e, in nf_ct_expect_event_report()
|
| /include/linux/netfilter_ipv6/ |
| D | ip6_tables.h | 64 compat_ip6t_get_target(struct compat_ip6t_entry *e) in compat_ip6t_get_target()
|
| /include/sound/ |
| D | emu8000_reg.h | 29 #define EMU8000_DATA0(e) ((e)->port1) argument 30 #define EMU8000_DATA1(e) ((e)->port2) argument 31 #define EMU8000_DATA2(e) ((e)->port2+2) argument 32 #define EMU8000_DATA3(e) ((e)->port3) argument 33 #define EMU8000_PTR(e) ((e)->port3+2) argument
|
| /include/linux/netfilter_arp/ |
| D | arp_tables.h | 74 compat_arpt_get_target(struct compat_arpt_entry *e) in compat_arpt_get_target()
|
| /include/linux/netfilter_ipv4/ |
| D | ip_tables.h | 87 compat_ipt_get_target(struct compat_ipt_entry *e) in compat_ipt_get_target()
|
| /include/crypto/internal/ |
| D | rsa.h | 38 const u8 *e; member
|
| /include/uapi/linux/ |
| D | map_to_7segment.h | 98 #define _SEG7(l,a,b,c,d,e,f,g) \ argument
|
| D | coff.h | 247 } e; member 248 } e; member
|
| D | cn_proc.h | 95 } e; member
|
| /include/linux/netfilter/ipset/ |
| D | ip_set.h | 129 #define ext_timeout(e, s) \ argument 131 #define ext_counter(e, s) \ argument 133 #define ext_comment(e, s) \ argument 135 #define ext_skbinfo(e, s) \ argument
|
| /include/linux/amba/ |
| D | clcd.h | 278 #define CHECK(e,l,h) (var->e < l || var->e > h) in clcdfb_check() argument 301 #define CHECK(e) (var->e != fb->fb.var.e) in clcdfb_check() argument
|
| /include/uapi/linux/netfilter_ipv4/ |
| D | ip_tables.h | 62 #define IPT_MATCH_ITERATE(e, fn, args...) \ argument 223 ipt_get_target(struct ipt_entry *e) in ipt_get_target()
|
| /include/uapi/linux/netfilter_ipv6/ |
| D | ip6_tables.h | 57 #define IP6T_MATCH_ITERATE(e, fn, args...) \ argument 263 ip6t_get_target(struct ip6t_entry *e) in ip6t_get_target()
|
| /include/uapi/linux/netfilter_bridge/ |
| D | ebtables.h | 200 #define EBT_MATCH_ITERATE(e, fn, args...) \ argument 223 #define EBT_WATCHER_ITERATE(e, fn, args...) \ argument
|
| /include/net/ |
| D | ip6_tunnel.h | 82 static inline int ip6_encap_hlen(struct ip_tunnel_encap *e) in ip6_encap_hlen()
|
| /include/linux/netfilter_bridge/ |
| D | ebtables.h | 79 struct ebt_entry *e; /* pointer to entry data */ member
|
| /include/uapi/linux/netfilter/ |
| D | x_tables.h | 129 #define XT_MATCH_ITERATE(type, e, fn, args...) \ argument
|
| /include/uapi/linux/netfilter_arp/ |
| D | arp_tables.h | 200 static __inline__ struct xt_entry_target *arpt_get_target(struct arpt_entry *e) in arpt_get_target()
|