Home
last modified time | relevance | path

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

12345

/Linux-v4.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
/Linux-v4.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_destroy()
91 static void nft_objref_map_eval(const struct nft_expr *expr, in nft_objref_map_eval()
112 const struct nft_expr *expr, in nft_objref_map_init()
144 static int nft_objref_map_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_objref_map_dump()
159 const struct nft_expr *expr) in nft_objref_map_destroy()
Dnft_numgen.c42 static void nft_ng_inc_eval(const struct nft_expr *expr, in nft_ng_inc_eval()
51 static void nft_ng_inc_map_eval(const struct nft_expr *expr, in nft_ng_inc_map_eval()
82 const struct nft_expr *expr, in nft_ng_inc_init()
105 const struct nft_expr *expr, in nft_ng_inc_map_init()
138 static int nft_ng_inc_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ng_inc_dump()
147 const struct nft_expr *expr) in nft_ng_inc_map_dump()
177 static void nft_ng_random_eval(const struct nft_expr *expr, in nft_ng_random_eval()
186 static void nft_ng_random_map_eval(const struct nft_expr *expr, in nft_ng_random_map_eval()
206 const struct nft_expr *expr, in nft_ng_random_init()
230 const struct nft_expr *expr, in nft_ng_random_map_init()
[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_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_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()
82 static int nft_immediate_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_immediate_dump()
97 const struct nft_expr *expr, in nft_immediate_validate()
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_destroy()
248 static int nft_dynset_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dynset_dump()
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_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()
138 const struct nft_expr *expr, in nft_fwd_neigh_init()
174 static int nft_fwd_neigh_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_fwd_neigh_dump()
Dnft_compat.c89 static void nft_target_eval_xt(const struct nft_expr *expr, in nft_target_eval_xt()
115 static void nft_target_eval_bridge(const struct nft_expr *expr, in nft_target_eval_bridge()
239 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init()
276 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_target_destroy()
293 static int nft_target_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_target_dump()
310 const struct nft_expr *expr, in nft_target_validate()
334 static void __nft_match_eval(const struct nft_expr *expr, in __nft_match_eval()
362 static void nft_match_large_eval(const struct nft_expr *expr, in nft_match_large_eval()
371 static void nft_match_eval(const struct nft_expr *expr, in nft_match_eval()
438 __nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in __nft_match_init()
[all …]
Dnft_nat.c39 static void nft_nat_eval(const struct nft_expr *expr, in nft_nat_eval()
91 const struct nft_expr *expr, in nft_nat_validate()
117 static int nft_nat_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_nat_init()
211 static int nft_nat_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_nat_dump()
257 nft_nat_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_nat_destroy()
Dnft_cmp.c27 static void nft_cmp_eval(const struct nft_expr *expr, in nft_cmp_eval()
73 static int nft_cmp_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_cmp_init()
94 static int nft_cmp_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_dump()
121 const struct nft_expr *expr, in nft_cmp_fast_init()
147 static int nft_cmp_fast_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_fast_dump()
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()
125 const struct nft_expr *expr) in nft_lookup_destroy()
132 static int nft_lookup_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_lookup_dump()
184 const struct nft_expr *expr, in nft_lookup_validate()
Dnft_tproxy.c21 static void nft_tproxy_eval_v4(const struct nft_expr *expr, in nft_tproxy_eval_v4()
78 static void nft_tproxy_eval_v6(const struct nft_expr *expr, in nft_tproxy_eval_v6()
150 static void nft_tproxy_eval(const struct nft_expr *expr, in nft_tproxy_eval()
185 const struct nft_expr *expr, in nft_tproxy_init()
267 const struct nft_expr *expr) in nft_tproxy_dump()
Dnft_exthdr.c39 static void nft_exthdr_ipv6_eval(const struct nft_expr *expr, in nft_exthdr_ipv6_eval()
85 static void nft_exthdr_tcp_eval(const struct nft_expr *expr, in nft_exthdr_tcp_eval()
128 static void nft_exthdr_tcp_set_eval(const struct nft_expr *expr, in nft_exthdr_tcp_set_eval()
221 const struct nft_expr *expr, in nft_exthdr_init()
269 const struct nft_expr *expr, in nft_exthdr_tcp_set_init()
335 static int nft_exthdr_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_exthdr_dump()
345 static int nft_exthdr_dump_set(struct sk_buff *skb, const struct nft_expr *expr) in nft_exthdr_dump_set()
Dnft_rt.c56 static void nft_rt_get_eval(const struct nft_expr *expr, in nft_rt_get_eval()
109 const struct nft_expr *expr, in nft_rt_get_init()
143 const struct nft_expr *expr) in nft_rt_get_dump()
157 static int nft_rt_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_rt_validate()
Dnft_redir.c27 const struct nft_expr *expr, in nft_redir_validate()
43 const struct nft_expr *expr, in nft_redir_init()
82 int nft_redir_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_redir_dump()
Dnft_masq.c27 const struct nft_expr *expr, in nft_masq_validate()
42 const struct nft_expr *expr, in nft_masq_init()
80 int nft_masq_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_masq_dump()
Dnft_flow_offload.c63 static void nft_flow_offload_eval(const struct nft_expr *expr, in nft_flow_offload_eval()
126 const struct nft_expr *expr, in nft_flow_offload_validate()
135 const struct nft_expr *expr, in nft_flow_offload_init()
157 const struct nft_expr *expr) in nft_flow_offload_destroy()
165 static int nft_flow_offload_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_flow_offload_dump()
Dnft_payload.c73 static void nft_payload_eval(const struct nft_expr *expr, in nft_payload_eval()
127 const struct nft_expr *expr, in nft_payload_init()
141 static int nft_payload_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_payload_dump()
269 static void nft_payload_set_eval(const struct nft_expr *expr, in nft_payload_set_eval()
325 const struct nft_expr *expr, in nft_payload_set_init()
362 static int nft_payload_set_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_payload_set_dump()
Dnft_reject.c30 const struct nft_expr *expr, in nft_reject_validate()
41 const struct nft_expr *expr, in nft_reject_init()
65 int nft_reject_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_reject_dump()
Dnft_connlimit.c173 static void nft_connlimit_eval(const struct nft_expr *expr, in nft_connlimit_eval()
182 static int nft_connlimit_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_connlimit_dump()
190 const struct nft_expr *expr, in nft_connlimit_init()
199 const struct nft_expr *expr) in nft_connlimit_destroy()
219 const struct nft_expr *expr) in nft_connlimit_destroy_clone()
226 static bool nft_connlimit_gc(struct net *net, const struct nft_expr *expr) in nft_connlimit_gc()
Dnft_reject_inet.c20 static void nft_reject_inet_eval(const struct nft_expr *expr, in nft_reject_inet_eval()
65 const struct nft_expr *expr, in nft_reject_inet_init()
97 const struct nft_expr *expr) in nft_reject_inet_dump()
/Linux-v4.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
/Linux-v4.19/drivers/pinctrl/aspeed/
Dpinctrl-aspeed.c151 static int aspeed_sig_expr_eval(const struct aspeed_sig_expr *expr, in aspeed_sig_expr_eval()
181 static int aspeed_sig_expr_set(const struct aspeed_sig_expr *expr, in aspeed_sig_expr_set()
254 static int aspeed_sig_expr_enable(const struct aspeed_sig_expr *expr, in aspeed_sig_expr_enable()
269 static int aspeed_sig_expr_disable(const struct aspeed_sig_expr *expr, in aspeed_sig_expr_disable()
337 const struct aspeed_sig_expr ***prios, **funcs, *expr; in get_defined_attribute() local
375 static const char *aspeed_sig_expr_function(const struct aspeed_sig_expr *expr) in aspeed_sig_expr_function()
385 static const char *aspeed_sig_expr_signal(const struct aspeed_sig_expr *expr) in aspeed_sig_expr_signal()
409 const struct aspeed_sig_expr *expr = NULL; in aspeed_pinmux_set_mux() local
458 static bool aspeed_expr_is_gpio(const struct aspeed_sig_expr *expr) in aspeed_expr_is_gpio()
492 const struct aspeed_sig_expr ***prios, **funcs, *expr; in aspeed_gpio_request_enable() local

12345