Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 25 of 249) sorted by relevance

12345678910

/kernel/linux/linux-4.19/drivers/gpu/drm/i915/
Di915_gem.h45 #define GEM_WARN_ON(expr) WARN_ON(expr) argument
48 #define GEM_DEBUG_EXEC(expr) expr argument
49 #define GEM_DEBUG_BUG_ON(expr) GEM_BUG_ON(expr) argument
55 #define GEM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
56 #define GEM_WARN_ON(expr) (BUILD_BUG_ON_INVALID(expr), 0) argument
59 #define GEM_DEBUG_EXEC(expr) do { } while (0) argument
60 #define GEM_DEBUG_BUG_ON(expr) argument
66 #define GEM_TRACE_DUMP_ON(expr) \ argument
71 #define GEM_TRACE_DUMP_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_gem.h48 #define GEM_WARN_ON(expr) WARN_ON(expr) argument
51 #define GEM_DEBUG_EXEC(expr) expr argument
52 #define GEM_DEBUG_BUG_ON(expr) GEM_BUG_ON(expr) argument
53 #define GEM_DEBUG_WARN_ON(expr) GEM_WARN_ON(expr) argument
59 #define GEM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
60 #define GEM_WARN_ON(expr) ({ unlikely(!!(expr)); }) argument
63 #define GEM_DEBUG_EXEC(expr) do { } while (0) argument
64 #define GEM_DEBUG_BUG_ON(expr) argument
65 #define GEM_DEBUG_WARN_ON(expr) ({ BUILD_BUG_ON_INVALID(expr); 0; }) argument
76 #define GEM_TRACE_DUMP_ON(expr) \ argument
[all …]
/kernel/linux/linux-4.19/net/netfilter/
Dnft_objref.c17 #define nft_objref_priv(expr) *((struct nft_object **)nft_expr_priv(expr)) argument
19 static void nft_objref_eval(const struct nft_expr *expr, in nft_objref_eval()
29 const struct nft_expr *expr, in nft_objref_init()
52 static int nft_objref_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_objref_dump()
68 const struct nft_expr *expr, in nft_objref_deactivate()
80 const struct nft_expr *expr) in nft_objref_activate()
104 static void nft_objref_map_eval(const struct nft_expr *expr, in nft_objref_map_eval()
125 const struct nft_expr *expr, in nft_objref_map_init()
157 static int nft_objref_map_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_objref_map_dump()
172 const struct nft_expr *expr, in nft_objref_map_deactivate()
[all …]
Dnft_hash.c31 static void nft_jhash_eval(const struct nft_expr *expr, in nft_jhash_eval()
45 static void nft_jhash_map_eval(const struct nft_expr *expr, in nft_jhash_map_eval()
74 static void nft_symhash_eval(const struct nft_expr *expr, in nft_symhash_eval()
87 static void nft_symhash_map_eval(const struct nft_expr *expr, in nft_symhash_map_eval()
123 const struct nft_expr *expr, in nft_jhash_init()
170 const struct nft_expr *expr, in nft_jhash_map_init()
184 const struct nft_expr *expr, in nft_symhash_init()
210 const struct nft_expr *expr, in nft_symhash_map_init()
224 const struct nft_expr *expr) in nft_jhash_dump()
251 const struct nft_expr *expr) in nft_jhash_map_dump()
[all …]
Dnft_immediate.c20 static void nft_immediate_eval(const struct nft_expr *expr, in nft_immediate_eval()
35 const struct nft_expr *expr, in nft_immediate_init()
67 const struct nft_expr *expr) in nft_immediate_activate()
75 const struct nft_expr *expr, in nft_immediate_deactivate()
86 static int nft_immediate_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_immediate_dump()
101 const struct nft_expr *expr, in nft_immediate_validate()
Dnft_meta.c44 void nft_meta_get_eval(const struct nft_expr *expr, in nft_meta_get_eval()
257 static void nft_meta_set_eval(const struct nft_expr *expr, in nft_meta_set_eval()
299 const struct nft_expr *expr, in nft_meta_get_init()
367 const struct nft_expr *expr, in nft_meta_get_validate()
399 const struct nft_expr *expr, in nft_meta_set_validate()
428 const struct nft_expr *expr, in nft_meta_set_init()
463 const struct nft_expr *expr) in nft_meta_get_dump()
477 static int nft_meta_set_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_meta_set_dump()
493 const struct nft_expr *expr) in nft_meta_set_destroy()
Dnft_dynset.c27 struct nft_expr *expr; member
31 static void *nft_dynset_new(struct nft_set *set, const struct nft_expr *expr, in nft_dynset_new()
65 static void nft_dynset_eval(const struct nft_expr *expr, in nft_dynset_eval()
112 const struct nft_expr *expr, in nft_dynset_init()
239 const struct nft_expr *expr, in nft_dynset_deactivate()
248 const struct nft_expr *expr) in nft_dynset_activate()
256 const struct nft_expr *expr) in nft_dynset_destroy()
266 static int nft_dynset_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dynset_dump()
Dnft_fwd_netdev.c26 static void nft_fwd_netdev_eval(const struct nft_expr *expr, in nft_fwd_netdev_eval()
44 const struct nft_expr *expr, in nft_fwd_netdev_init()
58 static int nft_fwd_netdev_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_fwd_netdev_dump()
77 static void nft_fwd_neigh_eval(const struct nft_expr *expr, in nft_fwd_neigh_eval()
139 const struct nft_expr *expr, in nft_fwd_neigh_init()
175 static int nft_fwd_neigh_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_fwd_neigh_dump()
191 const struct nft_expr *expr, in nft_fwd_validate()
Dnft_lookup.c29 void nft_lookup_eval(const struct nft_expr *expr, in nft_lookup_eval()
61 const struct nft_expr *expr, in nft_lookup_init()
122 const struct nft_expr *expr, in nft_lookup_deactivate()
131 const struct nft_expr *expr) in nft_lookup_activate()
139 const struct nft_expr *expr) in nft_lookup_destroy()
146 static int nft_lookup_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_lookup_dump()
198 const struct nft_expr *expr, in nft_lookup_validate()
Dnft_compat.c70 static void nft_target_eval_xt(const struct nft_expr *expr, in nft_target_eval_xt()
96 static void nft_target_eval_bridge(const struct nft_expr *expr, in nft_target_eval_bridge()
220 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init()
254 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_target_destroy()
290 static int nft_target_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_target_dump()
308 const struct nft_expr *expr, in nft_target_validate()
331 static void __nft_match_eval(const struct nft_expr *expr, in __nft_match_eval()
359 static void nft_match_large_eval(const struct nft_expr *expr, in nft_match_large_eval()
368 static void nft_match_eval(const struct nft_expr *expr, in nft_match_eval()
435 __nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in __nft_match_init()
[all …]
Dnft_queue.c31 static void nft_queue_eval(const struct nft_expr *expr, in nft_queue_eval()
58 static void nft_queue_sreg_eval(const struct nft_expr *expr, in nft_queue_sreg_eval()
82 const struct nft_expr *expr, in nft_queue_init()
111 const struct nft_expr *expr, in nft_queue_sreg_init()
133 static int nft_queue_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_queue_dump()
149 nft_queue_sreg_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_queue_sreg_dump()
Dnft_numgen.c41 static void nft_ng_inc_eval(const struct nft_expr *expr, in nft_ng_inc_eval()
58 const struct nft_expr *expr, in nft_ng_inc_init()
98 static int nft_ng_inc_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ng_inc_dump()
120 static void nft_ng_random_eval(const struct nft_expr *expr, in nft_ng_random_eval()
130 const struct nft_expr *expr, in nft_ng_random_init()
153 static int nft_ng_random_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ng_random_dump()
/kernel/linux/linux-5.10/net/netfilter/
Dnft_objref.c14 #define nft_objref_priv(expr) *((struct nft_object **)nft_expr_priv(expr)) argument
16 static void nft_objref_eval(const struct nft_expr *expr, in nft_objref_eval()
26 const struct nft_expr *expr, in nft_objref_init()
50 static int nft_objref_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_objref_dump()
66 const struct nft_expr *expr, in nft_objref_deactivate()
78 const struct nft_expr *expr) in nft_objref_activate()
102 static void nft_objref_map_eval(const struct nft_expr *expr, in nft_objref_map_eval()
123 const struct nft_expr *expr, in nft_objref_map_init()
155 static int nft_objref_map_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_objref_map_dump()
170 const struct nft_expr *expr, in nft_objref_map_deactivate()
[all …]
Dnft_immediate.c18 void nft_immediate_eval(const struct nft_expr *expr, in nft_immediate_eval()
33 const struct nft_expr *expr, in nft_immediate_init()
82 const struct nft_expr *expr) in nft_immediate_activate()
90 const struct nft_expr *expr, in nft_immediate_deactivate()
102 const struct nft_expr *expr) in nft_immediate_destroy()
134 static int nft_immediate_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_immediate_dump()
149 const struct nft_expr *expr, in nft_immediate_validate()
204 const struct nft_expr *expr) in nft_immediate_offload()
216 static bool nft_immediate_offload_action(const struct nft_expr *expr) in nft_immediate_offload_action()
Dnft_redir.c29 const struct nft_expr *expr, in nft_redir_validate()
44 const struct nft_expr *expr, in nft_redir_init()
82 static int nft_redir_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_redir_dump()
105 static void nft_redir_ipv4_eval(const struct nft_expr *expr, in nft_redir_ipv4_eval()
127 nft_redir_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv4_destroy()
153 static void nft_redir_ipv6_eval(const struct nft_expr *expr, in nft_redir_ipv6_eval()
176 nft_redir_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv6_destroy()
203 static void nft_redir_inet_eval(const struct nft_expr *expr, in nft_redir_inet_eval()
218 nft_redir_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_inet_destroy()
Dnft_fwd_netdev.c24 static void nft_fwd_netdev_eval(const struct nft_expr *expr, in nft_fwd_netdev_eval()
45 const struct nft_expr *expr, in nft_fwd_netdev_init()
57 static int nft_fwd_netdev_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_fwd_netdev_dump()
72 const struct nft_expr *expr) in nft_fwd_netdev_offload()
80 static bool nft_fwd_netdev_offload_action(const struct nft_expr *expr) in nft_fwd_netdev_offload_action()
91 static void nft_fwd_neigh_eval(const struct nft_expr *expr, in nft_fwd_neigh_eval()
153 const struct nft_expr *expr, in nft_fwd_neigh_init()
187 static int nft_fwd_neigh_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_fwd_neigh_dump()
203 const struct nft_expr *expr, in nft_fwd_validate()
Dnft_masq.c29 const struct nft_expr *expr, in nft_masq_validate()
43 const struct nft_expr *expr, in nft_masq_init()
80 static int nft_masq_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_masq_dump()
102 static void nft_masq_ipv4_eval(const struct nft_expr *expr, in nft_masq_ipv4_eval()
122 nft_masq_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv4_destroy()
148 static void nft_masq_ipv6_eval(const struct nft_expr *expr, in nft_masq_ipv6_eval()
168 nft_masq_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv6_destroy()
208 static void nft_masq_inet_eval(const struct nft_expr *expr, in nft_masq_inet_eval()
223 nft_masq_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_inet_destroy()
Dnft_dynset.c23 struct nft_expr *expr; member
27 static void *nft_dynset_new(struct nft_set *set, const struct nft_expr *expr, in nft_dynset_new()
61 void nft_dynset_eval(const struct nft_expr *expr, in nft_dynset_eval()
106 const struct nft_expr *expr, in nft_dynset_init()
232 const struct nft_expr *expr, in nft_dynset_deactivate()
241 const struct nft_expr *expr) in nft_dynset_activate()
249 const struct nft_expr *expr) in nft_dynset_destroy()
259 static int nft_dynset_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dynset_dump()
Dnft_lookup.c26 void nft_lookup_eval(const struct nft_expr *expr, in nft_lookup_eval()
61 const struct nft_expr *expr, in nft_lookup_init()
122 const struct nft_expr *expr, in nft_lookup_deactivate()
131 const struct nft_expr *expr) in nft_lookup_activate()
139 const struct nft_expr *expr) in nft_lookup_destroy()
146 static int nft_lookup_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_lookup_dump()
198 const struct nft_expr *expr, in nft_lookup_validate()
Dnft_compat.c67 static void nft_target_eval_xt(const struct nft_expr *expr, in nft_target_eval_xt()
93 static void nft_target_eval_bridge(const struct nft_expr *expr, in nft_target_eval_bridge()
228 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init()
263 static void __nft_mt_tg_destroy(struct module *me, const struct nft_expr *expr) in __nft_mt_tg_destroy()
270 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_target_destroy()
305 static int nft_target_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_target_dump()
323 const struct nft_expr *expr, in nft_target_validate()
346 static void __nft_match_eval(const struct nft_expr *expr, in __nft_match_eval()
374 static void nft_match_large_eval(const struct nft_expr *expr, in nft_match_large_eval()
383 static void nft_match_eval(const struct nft_expr *expr, in nft_match_eval()
[all …]
Dnft_dup_netdev.c20 static void nft_dup_netdev_eval(const struct nft_expr *expr, in nft_dup_netdev_eval()
35 const struct nft_expr *expr, in nft_dup_netdev_init()
47 static int nft_dup_netdev_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dup_netdev_dump()
62 const struct nft_expr *expr) in nft_dup_netdev_offload()
70 static bool nft_dup_netdev_offload_action(const struct nft_expr *expr) in nft_dup_netdev_offload_action()
Dnft_flow_offload.c70 static void nft_flow_offload_eval(const struct nft_expr *expr, in nft_flow_offload_eval()
148 const struct nft_expr *expr, in nft_flow_offload_validate()
162 const struct nft_expr *expr, in nft_flow_offload_init()
184 const struct nft_expr *expr, in nft_flow_offload_deactivate()
193 const struct nft_expr *expr) in nft_flow_offload_activate()
201 const struct nft_expr *expr) in nft_flow_offload_destroy()
206 static int nft_flow_offload_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_flow_offload_dump()
Dnft_queue.c28 static void nft_queue_eval(const struct nft_expr *expr, in nft_queue_eval()
55 static void nft_queue_sreg_eval(const struct nft_expr *expr, in nft_queue_sreg_eval()
79 const struct nft_expr *expr, in nft_queue_init()
108 const struct nft_expr *expr, in nft_queue_sreg_init()
130 static int nft_queue_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_queue_dump()
146 nft_queue_sreg_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_queue_sreg_dump()
Dnft_cmp.c26 void nft_cmp_eval(const struct nft_expr *expr, in nft_cmp_eval()
72 static int nft_cmp_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_cmp_init()
100 static int nft_cmp_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_dump()
184 const struct nft_expr *expr) in nft_cmp_offload()
201 const struct nft_expr *expr, in nft_cmp_fast_init()
230 const struct nft_expr *expr) in nft_cmp_fast_offload()
247 static int nft_cmp_fast_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_fast_dump()
/kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/
Dos_types.h61 #define ASSERT_CRITICAL(expr) do { \ argument
67 #define ASSERT_CRITICAL(expr) do { \ argument
75 #define ASSERT(expr) ASSERT_CRITICAL(expr) argument
78 #define ASSERT(expr) WARN_ON(!(expr)) argument

12345678910