Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 193) sorted by relevance

12345678

/include/linux/
Dskb_array.h32 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 …]
Djiffies.h104 #define time_after(a,b) \ argument
108 #define time_before(a,b) time_after(b,a) argument
110 #define time_after_eq(a,b) \ argument
114 #define time_before_eq(a,b) time_after_eq(b,a) argument
119 #define time_in_range(a,b,c) \ argument
126 #define time_in_range_open(a,b,c) \ argument
133 #define time_after64(a,b) \ argument
137 #define time_before64(a,b) time_after64(b,a) argument
139 #define time_after_eq64(a,b) \ argument
143 #define time_before_eq64(a,b) time_after_eq64(b,a) argument
[all …]
Dhid-debug.h40 #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
Djhash.h35 #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()
Dalign.h8 #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
Dtnum.h59 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()
112 static inline bool tnum_subreg_is_const(struct tnum a) in tnum_subreg_is_const()
Doverflow.h41 #define is_non_negative(a) ((a) > 0 || (a) == 0) argument
42 #define is_negative(a) (!(is_non_negative(a))) argument
66 #define check_add_overflow(a, b, d) \ argument
81 #define check_sub_overflow(a, b, d) \ argument
96 #define check_mul_overflow(a, b, d) \ argument
119 #define check_shl_overflow(a, s, d) __must_check_overflow(({ \ argument
248 #define array_size(a, b) size_mul(a, b) argument
261 #define array3_size(a, b, c) size_mul(size_mul(a, b), c) argument
/include/net/tc_act/
Dtc_gact.h17 #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()
Dtc_skbedit.h29 #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()
99 static inline bool is_tcf_skbedit_queue_mapping(const struct tc_action *a) in is_tcf_skbedit_queue_mapping()
105 static inline bool is_tcf_skbedit_inheritdsfield(const struct tc_action *a) in is_tcf_skbedit_inheritdsfield()
Dtc_ct.h38 #define to_ct(a) ((struct tcf_ct *)a) argument
39 #define to_ct_params(a) \ argument
44 static inline uint16_t tcf_ct_zone(const struct tc_action *a) in tcf_ct_zone()
49 static inline int tcf_ct_action(const struct tc_action *a) in tcf_ct_action()
54 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft()
60 static inline uint16_t tcf_ct_zone(const struct tc_action *a) { return 0; } in tcf_ct_zone()
61 static inline int tcf_ct_action(const struct tc_action *a) { return 0; } in tcf_ct_action()
62 static inline struct nf_flowtable *tcf_ct_ft(const struct tc_action *a) in tcf_ct_ft()
84 static inline bool is_tcf_ct(const struct tc_action *a) in is_tcf_ct()
Dtc_pedit.h28 #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()
Dtc_mpls.h28 #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()
Dtc_mirred.h16 #define to_mirred(a) ((struct tcf_mirred *)a) argument
18 static inline bool is_tcf_mirred_egress_redirect(const struct tc_action *a) in is_tcf_mirred_egress_redirect()
27 static inline bool is_tcf_mirred_egress_mirror(const struct tc_action *a) in is_tcf_mirred_egress_mirror()
36 static inline bool is_tcf_mirred_ingress_redirect(const struct tc_action *a) in is_tcf_mirred_ingress_redirect()
45 static inline bool is_tcf_mirred_ingress_mirror(const struct tc_action *a) in is_tcf_mirred_ingress_mirror()
54 static inline struct net_device *tcf_mirred_dev(const struct tc_action *a) in tcf_mirred_dev()
Dtc_vlan.h27 #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()
Dtc_sample.h18 #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/
Dmm.h70 #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/
D9p.h90 #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
Dnetfs.h89 #define EM(a, b) a, argument
90 #define E_(a, b) a argument
106 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
107 #define E_(a, b) TRACE_DEFINE_ENUM(a); argument
124 #define EM(a, b) { a, b }, argument
125 #define E_(a, b) { a, b } argument
Drpm.h114 #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
Dhuge_memory.h43 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
44 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
50 #define EM(a, b) {a, b}, argument
51 #define EMe(a, b) {a, b} argument
Dtlb.h24 #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
Dmigrate.h33 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
34 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
45 #define EM(a, b) {a, b}, argument
46 #define EMe(a, b) {a, b} argument
Dkmem.h373 #define EM(a) TRACE_DEFINE_ENUM(a); argument
374 #define EMe(a) TRACE_DEFINE_ENUM(a); argument
381 #define EM(a) { a, #a }, argument
382 #define EMe(a) { a, #a } argument
/include/trace/
Dbpf_probe.h65 #define __CAST1(a,...) __CAST_TO_U64(a) argument
66 #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) argument
67 #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) argument
68 #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) argument
69 #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) argument
70 #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) argument
71 #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) argument
72 #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) argument
73 #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) argument
74 #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) argument
[all …]
/include/media/i2c/
Dlm3560.h26 #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

12345678