| /include/linux/ | 
| 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() 42 static inline int skb_array_produce(struct skb_array *a, struct sk_buff *skb)  in skb_array_produce() 47 static inline int skb_array_produce_irq(struct skb_array *a, struct sk_buff *skb)  in skb_array_produce_irq() 52 static inline int skb_array_produce_bh(struct skb_array *a, struct sk_buff *skb)  in skb_array_produce_bh() 57 static inline int skb_array_produce_any(struct skb_array *a, struct sk_buff *skb)  in skb_array_produce_any() 66 static inline bool __skb_array_empty(struct skb_array *a)  in __skb_array_empty() 71 static inline struct sk_buff *__skb_array_peek(struct skb_array *a)  in __skb_array_peek() 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() [all …] 
 | 
| 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 …] 
 | 
| 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
  | 
| 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()
  | 
| 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
  | 
| 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()
  | 
| D | tnum.h | 59 static inline bool tnum_is_const(struct tnum a)  in tnum_is_const() 65 static inline bool tnum_equals_const(struct tnum a, u64 b)  in tnum_equals_const() 71 static inline bool tnum_is_unknown(struct tnum a)  in tnum_is_unknown() 116 static inline bool tnum_subreg_is_const(struct tnum a)  in tnum_subreg_is_const()
  | 
| /include/net/tc_act/ | 
| D | tc_skbedit.h | 29 #define to_skbedit(a) ((struct tcf_skbedit *)a)  argument 32 static inline bool is_tcf_skbedit_with_flag(const struct tc_action *a, u32 flag)  in is_tcf_skbedit_with_flag() 48 static inline bool is_tcf_skbedit_mark(const struct tc_action *a)  in is_tcf_skbedit_mark() 53 static inline u32 tcf_skbedit_mark(const struct tc_action *a)  in tcf_skbedit_mark() 65 static inline bool is_tcf_skbedit_ptype(const struct tc_action *a)  in is_tcf_skbedit_ptype() 70 static inline u32 tcf_skbedit_ptype(const struct tc_action *a)  in tcf_skbedit_ptype() 82 static inline bool is_tcf_skbedit_priority(const struct tc_action *a)  in is_tcf_skbedit_priority() 87 static inline u32 tcf_skbedit_priority(const struct tc_action *a)  in tcf_skbedit_priority() 98 static inline u16 tcf_skbedit_rx_queue_mapping(const struct tc_action *a)  in tcf_skbedit_rx_queue_mapping() 110 static inline bool is_tcf_skbedit_queue_mapping(const struct tc_action *a)  in is_tcf_skbedit_queue_mapping() [all …] 
 | 
| 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()
  | 
| 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() [all …] 
 | 
| D | tc_pedit.h | 28 #define to_pedit(a) ((struct tcf_pedit *)a)  argument 29 #define to_pedit_parms(a) (rcu_dereference(to_pedit(a)->parms))  argument 31 static inline bool is_tcf_pedit(const struct tc_action *a)  in is_tcf_pedit() 40 static inline int tcf_pedit_nkeys(const struct tc_action *a)  in tcf_pedit_nkeys() 53 static inline u32 tcf_pedit_htype(const struct tc_action *a, int index)  in tcf_pedit_htype() 67 static inline u32 tcf_pedit_cmd(const struct tc_action *a, int index)  in tcf_pedit_cmd() 81 static inline u32 tcf_pedit_mask(const struct tc_action *a, int index)  in tcf_pedit_mask() 94 static inline u32 tcf_pedit_val(const struct tc_action *a, int index)  in tcf_pedit_val() 107 static inline u32 tcf_pedit_offset(const struct tc_action *a, int index)  in tcf_pedit_offset()
  | 
| D | tc_mpls.h | 28 #define to_mpls(a) ((struct tcf_mpls *)a)  argument 30 static inline bool is_tcf_mpls(const struct tc_action *a)  in is_tcf_mpls() 39 static inline u32 tcf_mpls_action(const struct tc_action *a)  in tcf_mpls_action() 50 static inline __be16 tcf_mpls_proto(const struct tc_action *a)  in tcf_mpls_proto() 61 static inline u32 tcf_mpls_label(const struct tc_action *a)  in tcf_mpls_label() 72 static inline u8 tcf_mpls_tc(const struct tc_action *a)  in tcf_mpls_tc() 83 static inline u8 tcf_mpls_bos(const struct tc_action *a)  in tcf_mpls_bos() 94 static inline u8 tcf_mpls_ttl(const struct tc_action *a)  in tcf_mpls_ttl()
  | 
| 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()
  | 
| D | tc_vlan.h | 27 #define to_vlan(a) ((struct tcf_vlan *)a)  argument 29 static inline bool is_tcf_vlan(const struct tc_action *a)  in is_tcf_vlan() 38 static inline u32 tcf_vlan_action(const struct tc_action *a)  in tcf_vlan_action() 49 static inline u16 tcf_vlan_push_vid(const struct tc_action *a)  in tcf_vlan_push_vid() 60 static inline __be16 tcf_vlan_push_proto(const struct tc_action *a)  in tcf_vlan_push_proto() 71 static inline u8 tcf_vlan_push_prio(const struct tc_action *a)  in tcf_vlan_push_prio() 83 				     const struct tc_action *a)  in tcf_vlan_push_eth()
  | 
| D | tc_sample.h | 18 #define to_sample(a) ((struct tcf_sample *)a)  argument 20 static inline bool is_tcf_sample(const struct tc_action *a)  in is_tcf_sample() 29 static inline __u32 tcf_sample_rate(const struct tc_action *a)  in tcf_sample_rate() 34 static inline bool tcf_sample_truncate(const struct tc_action *a)  in tcf_sample_truncate() 39 static inline int tcf_sample_trunc_size(const struct tc_action *a)  in tcf_sample_trunc_size()
  | 
| /include/linux/decompress/ | 
| 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/ | 
| 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/trace/events/ | 
| 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
  | 
| D | geniezone.h | 29 #define EM(a) TRACE_DEFINE_ENUM(GZVM_EXIT_##a);  argument 30 #define EMe(a) TRACE_DEFINE_ENUM(GZVM_EXIT_##a);  argument 37 #define EM(a)       { GZVM_EXIT_##a, #a },  argument 38 #define EMe(a)      { GZVM_EXIT_##a, #a }  argument
  | 
| 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
  | 
| 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
  | 
| 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
  | 
| D | kmem.h | 451 #define EM(a)	TRACE_DEFINE_ENUM(a);  argument 452 #define EMe(a)	TRACE_DEFINE_ENUM(a);  argument 459 #define EM(a)	{ a, #a },  argument 460 #define EMe(a)	{ a, #a }  argument
  | 
| 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/media/i2c/ | 
| 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
  |