| /include/linux/ |
| A D | skb_array.h | 32 static inline bool __skb_array_full(struct skb_array *a) in __skb_array_full() 37 static inline bool skb_array_full(struct skb_array *a) in skb_array_full() 66 static inline bool __skb_array_empty(struct skb_array *a) in __skb_array_empty() 76 static inline bool skb_array_empty(struct skb_array *a) in skb_array_empty() 81 static inline bool skb_array_empty_bh(struct skb_array *a) in skb_array_empty_bh() 86 static inline bool skb_array_empty_irq(struct skb_array *a) in skb_array_empty_irq() 91 static inline bool skb_array_empty_any(struct skb_array *a) in skb_array_empty_any() 160 static inline int skb_array_peek_len(struct skb_array *a) in skb_array_peek_len() 170 static inline int skb_array_peek_len_bh(struct skb_array *a) in skb_array_peek_len_bh() 191 static inline void skb_array_unconsume(struct skb_array *a, in skb_array_unconsume() [all …]
|
| A D | jiffies.h | 127 #define time_after(a,b) \ argument 138 #define time_before(a,b) time_after(b,a) argument 147 #define time_after_eq(a,b) \ argument 158 #define time_before_eq(a,b) time_after_eq(b,a) argument 168 #define time_in_range(a,b,c) \ argument 180 #define time_in_range_open(a,b,c) \ argument 198 #define time_after64(a,b) \ argument 212 #define time_before64(a,b) time_after64(b,a) argument 224 #define time_after_eq64(a,b) \ argument 238 #define time_before_eq64(a,b) time_after_eq64(b,a) argument [all …]
|
| A 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 42 #define hid_dump_device(a,b) do { } while (0) argument 43 #define hid_dump_field(a,b,c) do { } while (0) argument 44 #define hid_resolv_usage(a,b) do { } while (0) argument 45 #define hid_debug_register(a, b) do { } while (0) argument 46 #define hid_debug_unregister(a) do { } while (0) argument 49 #define hid_debug_event(a,b) do { } while (0) argument
|
| A 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() 166 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() 171 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word()
|
| A D | capability.h | 77 static inline kernel_cap_t cap_combine(const kernel_cap_t a, in cap_combine() 83 static inline kernel_cap_t cap_intersect(const kernel_cap_t a, in cap_intersect() 89 static inline kernel_cap_t cap_drop(const kernel_cap_t a, in cap_drop() 95 static inline bool cap_isclear(const kernel_cap_t a) in cap_isclear() 100 static inline bool cap_isidentical(const kernel_cap_t a, const kernel_cap_t b) in cap_isidentical() 112 static inline bool cap_issubset(const kernel_cap_t a, const kernel_cap_t set) in cap_issubset() 119 static inline kernel_cap_t cap_drop_fs_set(const kernel_cap_t a) in cap_drop_fs_set() 124 static inline kernel_cap_t cap_raise_fs_set(const kernel_cap_t a, in cap_raise_fs_set() 130 static inline kernel_cap_t cap_drop_nfsd_set(const kernel_cap_t a) in cap_drop_nfsd_set() 135 static inline kernel_cap_t cap_raise_nfsd_set(const kernel_cap_t a, in cap_raise_nfsd_set()
|
| A D | tnum.h | 61 static inline bool tnum_is_const(struct tnum a) in tnum_is_const() 67 static inline bool tnum_equals_const(struct tnum a, u64 b) in tnum_equals_const() 73 static inline bool tnum_is_unknown(struct tnum a) in tnum_is_unknown() 118 static inline bool tnum_subreg_is_const(struct tnum a) in tnum_subreg_is_const()
|
| A D | syscalls.h | 118 #define __MAP1(m,t,a,...) m(t,a) argument 119 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument 120 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument 121 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument 122 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument 126 #define __SC_DECL(t, a) t a argument 132 #define __SC_CAST(t, a) (__force t) a argument 133 #define __SC_TYPE(t, a) t argument 134 #define __SC_ARGS(t, a) a argument 138 #define __SC_STR_ADECL(t, a) #a argument [all …]
|
| /include/net/tc_act/ |
| A D | tc_skbedit.h | 30 #define to_skbedit(a) ((struct tcf_skbedit *)a) argument 33 static inline bool is_tcf_skbedit_with_flag(const struct tc_action *a, u32 flag) in is_tcf_skbedit_with_flag() 49 static inline bool is_tcf_skbedit_mark(const struct tc_action *a) in is_tcf_skbedit_mark() 54 static inline u32 tcf_skbedit_mark(const struct tc_action *a) in tcf_skbedit_mark() 66 static inline bool is_tcf_skbedit_ptype(const struct tc_action *a) in is_tcf_skbedit_ptype() 71 static inline u32 tcf_skbedit_ptype(const struct tc_action *a) in tcf_skbedit_ptype() 83 static inline bool is_tcf_skbedit_priority(const struct tc_action *a) in is_tcf_skbedit_priority() 88 static inline u32 tcf_skbedit_priority(const struct tc_action *a) in tcf_skbedit_priority() 99 static inline u16 tcf_skbedit_rx_queue_mapping(const struct tc_action *a) in tcf_skbedit_rx_queue_mapping() 111 static inline bool is_tcf_skbedit_queue_mapping(const struct tc_action *a) in is_tcf_skbedit_queue_mapping() [all …]
|
| A D | tc_gact.h | 17 #define to_gact(a) ((struct tcf_gact *)a) argument 19 static inline bool __is_tcf_gact_act(const struct tc_action *a, int act, in __is_tcf_gact_act() 37 static inline bool is_tcf_gact_ok(const struct tc_action *a) in is_tcf_gact_ok() 42 static inline bool is_tcf_gact_shot(const struct tc_action *a) in is_tcf_gact_shot() 47 static inline bool is_tcf_gact_trap(const struct tc_action *a) in is_tcf_gact_trap() 52 static inline bool is_tcf_gact_goto_chain(const struct tc_action *a) in is_tcf_gact_goto_chain() 57 static inline u32 tcf_gact_goto_chain_index(const struct tc_action *a) in tcf_gact_goto_chain_index() 62 static inline bool is_tcf_gact_continue(const struct tc_action *a) in is_tcf_gact_continue() 67 static inline bool is_tcf_gact_reclassify(const struct tc_action *a) in is_tcf_gact_reclassify() 72 static inline bool is_tcf_gact_pipe(const struct tc_action *a) in is_tcf_gact_pipe()
|
| A D | tc_ct.h | 40 #define to_ct(a) ((struct tcf_ct *)a) argument 41 #define to_ct_params(a) \ argument 46 static inline uint16_t tcf_ct_zone(const struct tc_action *a) in tcf_ct_zone() 51 static inline int tcf_ct_action(const struct tc_action *a) in tcf_ct_action() 56 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft() 61 static inline struct nf_conntrack_helper *tcf_ct_helper(const struct tc_action *a) in tcf_ct_helper() 67 static inline uint16_t tcf_ct_zone(const struct tc_action *a) { return 0; } in tcf_ct_zone() 68 static inline int tcf_ct_action(const struct tc_action *a) { return 0; } in tcf_ct_action() 69 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft() 73 static inline struct nf_conntrack_helper *tcf_ct_helper(const struct tc_action *a) in tcf_ct_helper()
|
| A D | tc_pedit.h | 29 #define to_pedit(a) ((struct tcf_pedit *)a) argument 30 #define to_pedit_parms(a) (rcu_dereference(to_pedit(a)->parms)) argument 32 static inline bool is_tcf_pedit(const struct tc_action *a) in is_tcf_pedit() 41 static inline int tcf_pedit_nkeys(const struct tc_action *a) in tcf_pedit_nkeys() 54 static inline u32 tcf_pedit_htype(const struct tc_action *a, int index) in tcf_pedit_htype() 68 static inline u32 tcf_pedit_cmd(const struct tc_action *a, int index) in tcf_pedit_cmd() 82 static inline u32 tcf_pedit_mask(const struct tc_action *a, int index) in tcf_pedit_mask() 95 static inline u32 tcf_pedit_val(const struct tc_action *a, int index) in tcf_pedit_val() 108 static inline u32 tcf_pedit_offset(const struct tc_action *a, int index) in tcf_pedit_offset()
|
| A D | tc_mirred.h | 17 #define to_mirred(a) ((struct tcf_mirred *)a) argument 19 static inline bool is_tcf_mirred_egress_redirect(const struct tc_action *a) in is_tcf_mirred_egress_redirect() 28 static inline bool is_tcf_mirred_egress_mirror(const struct tc_action *a) in is_tcf_mirred_egress_mirror() 37 static inline bool is_tcf_mirred_ingress_redirect(const struct tc_action *a) in is_tcf_mirred_ingress_redirect() 46 static inline bool is_tcf_mirred_ingress_mirror(const struct tc_action *a) in is_tcf_mirred_ingress_mirror() 55 static inline struct net_device *tcf_mirred_dev(const struct tc_action *a) in tcf_mirred_dev()
|
| A D | tc_mpls.h | 29 #define to_mpls(a) ((struct tcf_mpls *)a) argument 31 static inline u32 tcf_mpls_action(const struct tc_action *a) in tcf_mpls_action() 42 static inline __be16 tcf_mpls_proto(const struct tc_action *a) in tcf_mpls_proto() 53 static inline u32 tcf_mpls_label(const struct tc_action *a) in tcf_mpls_label() 64 static inline u8 tcf_mpls_tc(const struct tc_action *a) in tcf_mpls_tc() 75 static inline u8 tcf_mpls_bos(const struct tc_action *a) in tcf_mpls_bos() 86 static inline u8 tcf_mpls_ttl(const struct tc_action *a) in tcf_mpls_ttl()
|
| A D | tc_vlan.h | 27 #define to_vlan(a) ((struct tcf_vlan *)a) argument 29 static inline u32 tcf_vlan_action(const struct tc_action *a) in tcf_vlan_action() 40 static inline u16 tcf_vlan_push_vid(const struct tc_action *a) in tcf_vlan_push_vid() 51 static inline __be16 tcf_vlan_push_proto(const struct tc_action *a) in tcf_vlan_push_proto() 62 static inline u8 tcf_vlan_push_prio(const struct tc_action *a) in tcf_vlan_push_prio() 74 const struct tc_action *a) in tcf_vlan_push_eth()
|
| A D | tc_tunnel_key.h | 25 #define to_tunnel_key(a) ((struct tcf_tunnel_key *)a) argument 27 static inline bool is_tcf_tunnel_set(const struct tc_action *a) in is_tcf_tunnel_set() 41 static inline bool is_tcf_tunnel_release(const struct tc_action *a) in is_tcf_tunnel_release() 55 static inline struct ip_tunnel_info *tcf_tunnel_info(const struct tc_action *a) in tcf_tunnel_info() 71 tcf_tunnel_info_copy(const struct tc_action *a) in tcf_tunnel_info_copy()
|
| /include/linux/decompress/ |
| A D | mm.h | 70 #define large_malloc(a) malloc(a) argument 71 #define large_free(a) free(a) argument 89 #define malloc(a) kmalloc(a, GFP_KERNEL) argument 90 #define free(a) kfree(a) argument 92 #define large_malloc(a) vmalloc(a) argument 93 #define large_free(a) vfree(a) argument
|
| /include/trace/events/ |
| A D | 9p.h | 90 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument 91 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument 101 #define EM(a, b) a, argument 102 #define EMe(a, b) a argument 116 #define EM(a, b) { a, b }, argument 117 #define EMe(a, b) { a, b } argument
|
| A D | huge_memory.h | 46 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument 47 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument 53 #define EM(a, b) {a, b}, argument 54 #define EMe(a, b) {a, b} argument
|
| A D | tlb.h | 24 #define EM(a,b) TRACE_DEFINE_ENUM(a); argument 25 #define EMe(a,b) TRACE_DEFINE_ENUM(a); argument 35 #define EM(a,b) { a, b }, argument 36 #define EMe(a,b) { a, b } argument
|
| A D | rpm.h | 114 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument 115 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument 125 #define EM(a, b) { a, b }, argument 126 #define EMe(a, b) { a, b } argument
|
| A D | kmem.h | 413 #define EM(a) TRACE_DEFINE_ENUM(a); argument 414 #define EMe(a) TRACE_DEFINE_ENUM(a); argument 421 #define EM(a) { a, #a }, argument 422 #define EMe(a) { a, #a } argument
|
| A D | migrate.h | 34 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument 35 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument 46 #define EM(a, b) {a, b}, argument 47 #define EMe(a, b) {a, b} argument
|
| /include/vdso/ |
| A D | align.h | 8 #define ALIGN(x, a) __ALIGN_KERNEL((x), (a)) argument 9 #define ALIGN_DOWN(x, a) __ALIGN_KERNEL((x) - ((a) - 1), (a)) argument 11 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) argument 12 #define PTR_ALIGN_DOWN(p, a) ((typeof(p))ALIGN_DOWN((unsigned long)(p), (a))) argument 13 #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) argument
|
| /include/trace/ |
| A D | bpf_probe.h | 30 #define __CAST1(a,...) __CAST_TO_U64(a) argument 31 #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) argument 32 #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) argument 33 #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) argument 34 #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) argument 35 #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) argument 36 #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) argument 37 #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) argument 38 #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) argument 39 #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) argument [all …]
|
| /include/media/i2c/ |
| A D | lm3560.h | 26 #define LM3560_FLASH_BRT_uA_TO_REG(a) \ argument 29 #define LM3560_FLASH_BRT_REG_TO_uA(a) \ argument 38 #define LM3560_FLASH_TOUT_ms_TO_REG(a) \ argument 41 #define LM3560_FLASH_TOUT_REG_TO_ms(a) \ argument 50 #define LM3560_TORCH_BRT_uA_TO_REG(a) \ argument 53 #define LM3560_TORCH_BRT_REG_TO_uA(a) \ argument
|