Home
last modified time | relevance | path

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

1234567891011

/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
Dnolibc-test.c165 #define EXPECT_ZR(cond, expr) \ argument
169 int expect_zr(int expr, int llen) in expect_zr()
179 #define EXPECT_NZ(cond, expr, val) \ argument
183 int expect_nz(int expr, int llen) in expect_nz()
193 #define EXPECT_EQ(cond, expr, val) \ argument
197 int expect_eq(uint64_t expr, int llen, uint64_t val) in expect_eq()
207 #define EXPECT_NE(cond, expr, val) \ argument
211 int expect_ne(int expr, int llen, int val) in expect_ne()
221 #define EXPECT_GE(cond, expr, val) \ argument
225 int expect_ge(int expr, int llen, int val) in expect_ge()
[all …]
/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-6.6/net/netfilter/
Dnft_objref.c14 #define nft_objref_priv(expr) *((struct nft_object **)nft_expr_priv(expr)) argument
16 void nft_objref_eval(const struct nft_expr *expr, in nft_objref_eval()
26 const struct nft_expr *expr, in nft_objref_init()
53 const struct nft_expr *expr, bool reset) in nft_objref_dump()
69 const struct nft_expr *expr, in nft_objref_deactivate()
81 const struct nft_expr *expr) in nft_objref_activate()
105 void nft_objref_map_eval(const struct nft_expr *expr, in nft_objref_map_eval()
129 const struct nft_expr *expr, in nft_objref_map_init()
162 const struct nft_expr *expr, bool reset) in nft_objref_map_dump()
177 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()
47 const struct nft_expr *expr, in nft_immediate_init()
96 const struct nft_expr *expr) in nft_immediate_activate()
143 const struct nft_expr *expr, in nft_immediate_deactivate()
187 const struct nft_expr *expr) in nft_immediate_destroy()
232 const struct nft_expr *expr, bool reset) in nft_immediate_dump()
247 const struct nft_expr *expr, in nft_immediate_validate()
302 const struct nft_expr *expr) in nft_immediate_offload()
314 static bool nft_immediate_offload_action(const struct nft_expr *expr) in nft_immediate_offload_action()
325 const struct nft_expr *expr) in nft_immediate_reduce()
Dnft_fwd_netdev.c24 static void nft_fwd_netdev_eval(const struct nft_expr *expr, in nft_fwd_netdev_eval()
47 const struct nft_expr *expr, in nft_fwd_netdev_init()
60 const struct nft_expr *expr, bool reset) in nft_fwd_netdev_dump()
75 const struct nft_expr *expr) in nft_fwd_netdev_offload()
83 static bool nft_fwd_netdev_offload_action(const struct nft_expr *expr) in nft_fwd_netdev_offload_action()
94 static void nft_fwd_neigh_eval(const struct nft_expr *expr, in nft_fwd_neigh_eval()
156 const struct nft_expr *expr, in nft_fwd_neigh_init()
191 const struct nft_expr *expr, bool reset) in nft_fwd_neigh_dump()
207 const struct nft_expr *expr, in nft_fwd_validate()
Dnft_dynset.c22 bool expr; member
33 struct nft_expr *expr; in nft_dynset_expr_setup() local
47 static void *nft_dynset_new(struct nft_set *set, const struct nft_expr *expr, in nft_dynset_new()
80 void nft_dynset_eval(const struct nft_expr *expr, in nft_dynset_eval()
128 struct nft_expr *expr; in nft_dynset_expr_alloc() local
161 const struct nft_expr *expr, in nft_dynset_init()
340 const struct nft_expr *expr, in nft_dynset_deactivate()
349 const struct nft_expr *expr) in nft_dynset_activate()
357 const struct nft_expr *expr) in nft_dynset_destroy()
369 const struct nft_expr *expr, bool reset) in nft_dynset_dump()
Dnft_lookup.c58 void nft_lookup_eval(const struct nft_expr *expr, in nft_lookup_eval()
98 const struct nft_expr *expr, in nft_lookup_init()
163 const struct nft_expr *expr, in nft_lookup_deactivate()
172 const struct nft_expr *expr) in nft_lookup_activate()
180 const struct nft_expr *expr) in nft_lookup_destroy()
188 const struct nft_expr *expr, bool reset) in nft_lookup_dump()
209 const struct nft_expr *expr, in nft_lookup_validate()
237 const struct nft_expr *expr) in nft_lookup_reduce()
Dnft_numgen.c36 static void nft_ng_inc_eval(const struct nft_expr *expr, in nft_ng_inc_eval()
53 const struct nft_expr *expr, in nft_ng_inc_init()
88 const struct nft_expr *expr) in nft_ng_inc_reduce()
116 const struct nft_expr *expr, bool reset) in nft_ng_inc_dump()
125 const struct nft_expr *expr) in nft_ng_inc_destroy()
143 static void nft_ng_random_eval(const struct nft_expr *expr, in nft_ng_random_eval()
153 const struct nft_expr *expr, in nft_ng_random_init()
173 const struct nft_expr *expr, bool reset) in nft_ng_random_dump()
182 const struct nft_expr *expr) in nft_ng_random_reduce()
Dnft_redir.c30 const struct nft_expr *expr, in nft_redir_validate()
45 const struct nft_expr *expr, in nft_redir_init()
79 const struct nft_expr *expr, bool reset) in nft_redir_dump()
102 static void nft_redir_eval(const struct nft_expr *expr, in nft_redir_eval()
136 nft_redir_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv4_destroy()
164 nft_redir_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv6_destroy()
193 nft_redir_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_inet_destroy()
Dnft_exthdr.c46 static void nft_exthdr_ipv6_eval(const struct nft_expr *expr, in nft_exthdr_ipv6_eval()
139 static void nft_exthdr_ipv4_eval(const struct nft_expr *expr, in nft_exthdr_ipv4_eval()
188 static void nft_exthdr_tcp_eval(const struct nft_expr *expr, in nft_exthdr_tcp_eval()
232 static void nft_exthdr_tcp_set_eval(const struct nft_expr *expr, in nft_exthdr_tcp_set_eval()
312 static void nft_exthdr_tcp_strip_eval(const struct nft_expr *expr, in nft_exthdr_tcp_strip_eval()
369 static void nft_exthdr_sctp_eval(const struct nft_expr *expr, in nft_exthdr_sctp_eval()
410 static void nft_exthdr_dccp_eval(const struct nft_expr *expr, in nft_exthdr_dccp_eval()
497 const struct nft_expr *expr, in nft_exthdr_init()
545 const struct nft_expr *expr, in nft_exthdr_tcp_set_init()
594 const struct nft_expr *expr, in nft_exthdr_tcp_strip_init()
[all …]
Dnft_compat.c73 static void nft_target_eval_xt(const struct nft_expr *expr, in nft_target_eval_xt()
100 static void nft_target_eval_bridge(const struct nft_expr *expr, in nft_target_eval_bridge()
243 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init()
292 static void __nft_mt_tg_destroy(struct module *me, const struct nft_expr *expr) in __nft_mt_tg_destroy()
299 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_target_destroy()
335 const struct nft_expr *expr, bool reset) in nft_target_dump()
353 const struct nft_expr *expr, in nft_target_validate()
392 static void __nft_match_eval(const struct nft_expr *expr, in __nft_match_eval()
421 static void nft_match_large_eval(const struct nft_expr *expr, in nft_match_large_eval()
430 static void nft_match_eval(const struct nft_expr *expr, in nft_match_eval()
[all …]
Dnft_tproxy.c21 static void nft_tproxy_eval_v4(const struct nft_expr *expr, in nft_tproxy_eval_v4()
84 static void nft_tproxy_eval_v6(const struct nft_expr *expr, in nft_tproxy_eval_v6()
157 static void nft_tproxy_eval(const struct nft_expr *expr, in nft_tproxy_eval()
192 const struct nft_expr *expr, in nft_tproxy_init()
274 const struct nft_expr *expr) in nft_tproxy_destroy()
297 const struct nft_expr *expr, bool reset) in nft_tproxy_dump()
316 const struct nft_expr *expr, in nft_tproxy_validate()
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()
72 const struct nft_expr *expr, in nft_queue_validate()
104 const struct nft_expr *expr, in nft_queue_init()
133 const struct nft_expr *expr, in nft_queue_sreg_init()
156 const struct nft_expr *expr, bool reset) in nft_queue_dump()
173 const struct nft_expr *expr, bool reset) in nft_queue_sreg_dump()
Dnft_hash.c26 static void nft_jhash_eval(const struct nft_expr *expr, in nft_jhash_eval()
46 static void nft_symhash_eval(const struct nft_expr *expr, in nft_symhash_eval()
70 const struct nft_expr *expr, in nft_jhash_init()
117 const struct nft_expr *expr, in nft_symhash_init()
142 const struct nft_expr *expr, bool reset) in nft_jhash_dump()
169 const struct nft_expr *expr) in nft_jhash_reduce()
179 const struct nft_expr *expr, bool reset) in nft_symhash_dump()
199 const struct nft_expr *expr) in nft_symhash_reduce()
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()
96 const struct nft_expr *expr, bool reset) in nft_cmp_dump()
180 const struct nft_expr *expr) in nft_cmp_offload()
210 const struct nft_expr *expr, in nft_cmp_fast_init()
240 const struct nft_expr *expr) in nft_cmp_fast_offload()
258 const struct nft_expr *expr, bool reset) in nft_cmp_fast_dump()
312 const struct nft_expr *expr, in nft_cmp16_fast_init()
339 const struct nft_expr *expr) in nft_cmp16_fast_offload()
353 const struct nft_expr *expr, bool reset) in nft_cmp16_fast_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()
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_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()
76 static int nft_masq_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_masq_dump()
98 static void nft_masq_ipv4_eval(const struct nft_expr *expr, in nft_masq_ipv4_eval()
118 nft_masq_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv4_destroy()
144 static void nft_masq_ipv6_eval(const struct nft_expr *expr, in nft_masq_ipv6_eval()
164 nft_masq_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv6_destroy()
204 static void nft_masq_inet_eval(const struct nft_expr *expr, in nft_masq_inet_eval()
219 nft_masq_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_inet_destroy()
Dnft_immediate.c18 void nft_immediate_eval(const struct nft_expr *expr, in nft_immediate_eval()
47 const struct nft_expr *expr, in nft_immediate_init()
96 const struct nft_expr *expr) in nft_immediate_activate()
143 const struct nft_expr *expr, in nft_immediate_deactivate()
187 const struct nft_expr *expr) in nft_immediate_destroy()
231 static int nft_immediate_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_immediate_dump()
246 const struct nft_expr *expr, in nft_immediate_validate()
301 const struct nft_expr *expr) in nft_immediate_offload()
313 static bool nft_immediate_offload_action(const struct nft_expr *expr) in nft_immediate_offload_action()
Dnft_dynset.c26 struct nft_expr *expr; member
30 static void *nft_dynset_new(struct nft_set *set, const struct nft_expr *expr, in nft_dynset_new()
64 void nft_dynset_eval(const struct nft_expr *expr, in nft_dynset_eval()
109 const struct nft_expr *expr, in nft_dynset_init()
230 const struct nft_expr *expr, in nft_dynset_deactivate()
239 const struct nft_expr *expr) in nft_dynset_activate()
247 const struct nft_expr *expr) in nft_dynset_destroy()
257 static int nft_dynset_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dynset_dump()
Dnft_redir.c29 const struct nft_expr *expr, in nft_redir_validate()
44 const struct nft_expr *expr, in nft_redir_init()
80 static int nft_redir_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_redir_dump()
103 static void nft_redir_eval(const struct nft_expr *expr, in nft_redir_eval()
137 nft_redir_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv4_destroy()
164 nft_redir_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv6_destroy()
192 nft_redir_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_inet_destroy()
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()
95 static int nft_cmp_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_dump()
179 const struct nft_expr *expr) in nft_cmp_offload()
196 const struct nft_expr *expr, in nft_cmp_fast_init()
226 const struct nft_expr *expr) in nft_cmp_fast_offload()
243 static int nft_cmp_fast_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_fast_dump()
296 const struct nft_expr *expr, in nft_cmp16_fast_init()
323 const struct nft_expr *expr) in nft_cmp16_fast_offload()
336 static int nft_cmp16_fast_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp16_fast_dump()
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()
235 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init()
270 static void __nft_mt_tg_destroy(struct module *me, const struct nft_expr *expr) in __nft_mt_tg_destroy()
277 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_target_destroy()
312 static int nft_target_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_target_dump()
330 const struct nft_expr *expr, in nft_target_validate()
359 static void __nft_match_eval(const struct nft_expr *expr, in __nft_match_eval()
387 static void nft_match_large_eval(const struct nft_expr *expr, in nft_match_large_eval()
396 static void nft_match_eval(const struct nft_expr *expr, in nft_match_eval()
[all …]
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()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
Di915_gem.h104 #define GEM_WARN_ON(expr) WARN_ON(expr) argument
106 #define GEM_DEBUG_WARN_ON(expr) GEM_WARN_ON(expr) argument
112 #define GEM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
113 #define GEM_WARN_ON(expr) ({ unlikely(!!(expr)); }) argument
115 #define GEM_DEBUG_WARN_ON(expr) ({ BUILD_BUG_ON_INVALID(expr); 0; }) argument
126 #define GEM_TRACE_DUMP_ON(expr) \ argument
132 #define GEM_TRACE_DUMP_ON(expr) BUILD_BUG_ON_INVALID(expr) argument

1234567891011