| /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 | overflow.h | 43 #define is_non_negative(a) ((a) > 0 || (a) == 0) argument 44 #define is_negative(a) (!(is_non_negative(a))) argument 55 #define check_add_overflow(a, b, d) ({ \ argument 64 #define check_sub_overflow(a, b, d) ({ \ argument 73 #define check_mul_overflow(a, b, d) ({ \ argument 86 #define __unsigned_add_overflow(a, b, d) ({ \ argument 95 #define __unsigned_sub_overflow(a, b, d) ({ \ argument 107 #define __unsigned_mul_overflow(a, b, d) ({ \ argument 135 #define __signed_add_overflow(a, b, d) ({ \ argument 151 #define __signed_sub_overflow(a, b, d) ({ \ argument [all …]
|
| D | jiffies.h | 105 #define time_after(a,b) \ argument 109 #define time_before(a,b) time_after(b,a) argument 111 #define time_after_eq(a,b) \ argument 115 #define time_before_eq(a,b) time_after_eq(b,a) argument 120 #define time_in_range(a,b,c) \ argument 127 #define time_in_range_open(a,b,c) \ argument 134 #define time_after64(a,b) \ argument 138 #define time_before64(a,b) time_after64(b,a) argument 140 #define time_after_eq64(a,b) \ argument 144 #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 118 u32 a, b, c; in jhash2() local 148 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords() 159 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words() 164 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() 169 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word()
|
| D | capability.h | 102 #define CAP_BOP_ALL(c, a, b, OP) \ argument 110 #define CAP_UOP_ALL(c, a, OP) \ argument 118 static inline kernel_cap_t cap_combine(const kernel_cap_t a, in cap_combine() 126 static inline kernel_cap_t cap_intersect(const kernel_cap_t a, in cap_intersect() 134 static inline kernel_cap_t cap_drop(const kernel_cap_t a, in cap_drop() 149 static inline bool cap_isclear(const kernel_cap_t a) in cap_isclear() 166 static inline bool cap_issubset(const kernel_cap_t a, const kernel_cap_t set) in cap_issubset() 175 static inline kernel_cap_t cap_drop_fs_set(const kernel_cap_t a) in cap_drop_fs_set() 181 static inline kernel_cap_t cap_raise_fs_set(const kernel_cap_t a, in cap_raise_fs_set() 189 static inline kernel_cap_t cap_drop_nfsd_set(const kernel_cap_t a) in cap_drop_nfsd_set() [all …]
|
| /include/net/tc_act/ |
| D | tc_pedit.h | 21 #define to_pedit(a) ((struct tcf_pedit *)a) argument 23 static inline bool is_tcf_pedit(const struct tc_action *a) in is_tcf_pedit() 32 static inline int tcf_pedit_nkeys(const struct tc_action *a) in tcf_pedit_nkeys() 37 static inline u32 tcf_pedit_htype(const struct tc_action *a, int index) in tcf_pedit_htype() 45 static inline u32 tcf_pedit_cmd(const struct tc_action *a, int index) in tcf_pedit_cmd() 53 static inline u32 tcf_pedit_mask(const struct tc_action *a, int index) in tcf_pedit_mask() 58 static inline u32 tcf_pedit_val(const struct tc_action *a, int index) in tcf_pedit_val() 63 static inline u32 tcf_pedit_offset(const struct tc_action *a, int index) in tcf_pedit_offset()
|
| 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()
|
| D | tc_mirred.h | 15 #define to_mirred(a) ((struct tcf_mirred *)a) argument 17 static inline bool is_tcf_mirred_egress_redirect(const struct tc_action *a) in is_tcf_mirred_egress_redirect() 26 static inline bool is_tcf_mirred_egress_mirror(const struct tc_action *a) in is_tcf_mirred_egress_mirror() 35 static inline bool is_tcf_mirred_ingress_redirect(const struct tc_action *a) in is_tcf_mirred_ingress_redirect() 44 static inline bool is_tcf_mirred_ingress_mirror(const struct tc_action *a) in is_tcf_mirred_ingress_mirror() 53 static inline struct net_device *tcf_mirred_dev(const struct tc_action *a) in tcf_mirred_dev()
|
| 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_ct.h | 35 #define to_ct(a) ((struct tcf_ct *)a) argument 36 #define to_ct_params(a) ((struct tcf_ct_params *) \ argument 39 static inline uint16_t tcf_ct_zone(const struct tc_action *a) in tcf_ct_zone() 44 static inline int tcf_ct_action(const struct tc_action *a) in tcf_ct_action() 50 static inline uint16_t tcf_ct_zone(const struct tc_action *a) { return 0; } in tcf_ct_zone() 51 static inline int tcf_ct_action(const struct tc_action *a) { return 0; } in tcf_ct_action() 54 static inline bool is_tcf_ct(const struct tc_action *a) in is_tcf_ct()
|
| D | tc_vlan.h | 24 #define to_vlan(a) ((struct tcf_vlan *)a) argument 26 static inline bool is_tcf_vlan(const struct tc_action *a) in is_tcf_vlan() 35 static inline u32 tcf_vlan_action(const struct tc_action *a) in tcf_vlan_action() 46 static inline u16 tcf_vlan_push_vid(const struct tc_action *a) in tcf_vlan_push_vid() 57 static inline __be16 tcf_vlan_push_proto(const struct tc_action *a) in tcf_vlan_push_proto() 68 static inline u8 tcf_vlan_push_prio(const struct tc_action *a) in tcf_vlan_push_prio()
|
| 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()
|
| 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() 39 static inline bool is_tcf_tunnel_release(const struct tc_action *a) in is_tcf_tunnel_release() 51 static inline struct ip_tunnel_info *tcf_tunnel_info(const struct tc_action *a) in tcf_tunnel_info() 64 tcf_tunnel_info_copy(const struct tc_action *a) in tcf_tunnel_info_copy()
|
| D | tc_skbedit.h | 28 #define to_skbedit(a) ((struct tcf_skbedit *)a) argument 31 static inline bool is_tcf_skbedit_mark(const struct tc_action *a) in is_tcf_skbedit_mark() 46 static inline u32 tcf_skbedit_mark(const struct tc_action *a) in tcf_skbedit_mark() 58 static inline bool is_tcf_skbedit_ptype(const struct tc_action *a) in is_tcf_skbedit_ptype() 73 static inline u32 tcf_skbedit_ptype(const struct tc_action *a) in tcf_skbedit_ptype()
|
| /include/linux/decompress/ |
| D | mm.h | 62 #define large_malloc(a) malloc(a) argument 63 #define large_free(a) free(a) argument 81 #define malloc(a) kmalloc(a, GFP_KERNEL) argument 82 #define free(a) kfree(a) argument 84 #define large_malloc(a) vmalloc(a) argument 85 #define large_free(a) vfree(a) argument
|
| /include/trace/ |
| D | bpf_probe.h | 43 #define __CAST1(a,...) __CAST_TO_U64(a) argument 44 #define __CAST2(a,...) __CAST_TO_U64(a), __CAST1(__VA_ARGS__) argument 45 #define __CAST3(a,...) __CAST_TO_U64(a), __CAST2(__VA_ARGS__) argument 46 #define __CAST4(a,...) __CAST_TO_U64(a), __CAST3(__VA_ARGS__) argument 47 #define __CAST5(a,...) __CAST_TO_U64(a), __CAST4(__VA_ARGS__) argument 48 #define __CAST6(a,...) __CAST_TO_U64(a), __CAST5(__VA_ARGS__) argument 49 #define __CAST7(a,...) __CAST_TO_U64(a), __CAST6(__VA_ARGS__) argument 50 #define __CAST8(a,...) __CAST_TO_U64(a), __CAST7(__VA_ARGS__) argument 51 #define __CAST9(a,...) __CAST_TO_U64(a), __CAST8(__VA_ARGS__) argument 52 #define __CAST10(a,...) __CAST_TO_U64(a), __CAST9(__VA_ARGS__) argument [all …]
|
| /include/trace/events/ |
| D | ufs.h | 33 #define EM(a) TRACE_DEFINE_ENUM(a); argument 34 #define EMe(a) TRACE_DEFINE_ENUM(a); argument 46 #define EM(a) { a, #a }, argument 47 #define EMe(a) { 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 | huge_memory.h | 39 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument 40 #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
|
| D | migrate.h | 31 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument 32 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument 43 #define EM(a, b) {a, b}, argument 44 #define EMe(a, b) {a, b} argument
|
| D | 9p.h | 83 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument 84 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument 94 #define EM(a, b) { a, b }, argument 95 #define EMe(a, b) { a, b } argument
|
| D | cachefiles.h | 55 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument 56 #define E_(a, b) TRACE_DEFINE_ENUM(a); argument 67 #define EM(a, b) { a, b }, argument 68 #define E_(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
|
| /include/ras/ |
| D | ras_event.h | 384 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument 385 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument 396 #define EM(a, b) { a, b }, argument 397 #define EMe(a, b) { a, b } argument
|