Home
last modified time | relevance | path

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

1234

/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c200 * expression <expr>, print the status to stdout, and update the "ret" argument
186 EXPECT_ZR(cond,expr) global() argument
190 expect_zr(int expr,int llen) expect_zr() argument
204 expect_nz(int expr,int llen) expect_nz() argument
214 EXPECT_EQ(cond,expr,val) global() argument
218 expect_eq(uint64_t expr,int llen,uint64_t val) expect_eq() argument
228 EXPECT_NE(cond,expr,val) global() argument
232 expect_ne(int expr,int llen,int val) expect_ne() argument
242 EXPECT_GE(cond,expr,val) global() argument
246 expect_ge(int expr,int llen,int val) expect_ge() argument
256 EXPECT_GT(cond,expr,val) global() argument
260 expect_gt(int expr,int llen,int val) expect_gt() argument
270 EXPECT_LE(cond,expr,val) global() argument
274 expect_le(int expr,int llen,int val) expect_le() argument
284 EXPECT_LT(cond,expr,val) global() argument
288 expect_lt(int expr,int llen,int val) expect_lt() argument
298 EXPECT_SYSZR(cond,expr) global() argument
302 expect_syszr(int expr,int llen) expect_syszr() argument
321 EXPECT_SYSEQ(cond,expr,val) global() argument
325 expect_syseq(int expr,int llen,int val) expect_syseq() argument
341 EXPECT_SYSNE(cond,expr,val) global() argument
345 expect_sysne(int expr,int llen,int val) expect_sysne() argument
364 EXPECT_SYSER2(cond,expr,expret,experr1,experr2) global() argument
367 EXPECT_SYSER(cond,expr,expret,experr) global() argument
371 expect_syserr2(int expr,int expret,int experr1,int experr2,int llen) expect_syserr2() argument
393 EXPECT_PTRZR(cond,expr) global() argument
397 expect_ptrzr(const void * expr,int llen) expect_ptrzr() argument
412 EXPECT_PTRNZ(cond,expr) global() argument
416 expect_ptrnz(const void * expr,int llen) expect_ptrnz() argument
430 EXPECT_PTREQ(cond,expr,cmp) global() argument
434 expect_ptreq(const void * expr,int llen,const void * cmp) expect_ptreq() argument
448 EXPECT_PTRNE(cond,expr,cmp) global() argument
452 expect_ptrne(const void * expr,int llen,const void * cmp) expect_ptrne() argument
466 EXPECT_PTRGE(cond,expr,cmp) global() argument
470 expect_ptrge(const void * expr,int llen,const void * cmp) expect_ptrge() argument
479 EXPECT_PTRGT(cond,expr,cmp) global() argument
483 expect_ptrgt(const void * expr,int llen,const void * cmp) expect_ptrgt() argument
493 EXPECT_PTRLE(cond,expr,cmp) global() argument
497 expect_ptrle(const void * expr,int llen,const void * cmp) expect_ptrle() argument
507 EXPECT_PTRLT(cond,expr,cmp) global() argument
511 expect_ptrlt(const void * expr,int llen,const void * cmp) expect_ptrlt() argument
520 EXPECT_PTRER2(cond,expr,expret,experr1,experr2) global() argument
523 EXPECT_PTRER(cond,expr,expret,experr) global() argument
527 expect_ptrerr2(const void * expr,const void * expret,int experr1,int experr2,int llen) expect_ptrerr2() argument
546 EXPECT_STRZR(cond,expr) global() argument
550 expect_strzr(const char * expr,int llen) expect_strzr() argument
565 EXPECT_STRNZ(cond,expr) global() argument
569 expect_strnz(const char * expr,int llen) expect_strnz() argument
584 EXPECT_STREQ(cond,expr,cmp) global() argument
588 expect_streq(const char * expr,int llen,const char * cmp) expect_streq() argument
603 EXPECT_STRNE(cond,expr,cmp) global() argument
607 expect_strne(const char * expr,int llen,const char * cmp) expect_strne() argument
621 EXPECT_STRBUFEQ(cond,expr,buf,val,cmp) global() argument
625 expect_str_buf_eq(size_t expr,const char * buf,size_t val,int llen,const char * cmp) expect_str_buf_eq() argument
[all...]
/linux/net/netfilter/
H A Dnft_fwd_netdev.c24 static void nft_fwd_netdev_eval(const struct nft_expr *expr, in nft_fwd_netdev_eval() argument
47 const struct nft_expr *expr, in nft_fwd_netdev_init() argument
60 const struct nft_expr *expr, bool reset) in nft_fwd_netdev_dump() argument
75 const struct nft_expr *expr) in nft_fwd_netdev_offload() argument
83 static bool nft_fwd_netdev_offload_action(const struct nft_expr *expr) in nft_fwd_netdev_offload_action() argument
94 static void nft_fwd_neigh_eval(const struct nft_expr *expr, in nft_fwd_neigh_eval() argument
187 nft_fwd_neigh_init(const struct nft_ctx * ctx,const struct nft_expr * expr,const struct nlattr * const tb[]) nft_fwd_neigh_init() argument
222 nft_fwd_neigh_dump(struct sk_buff * skb,const struct nft_expr * expr,bool reset) nft_fwd_neigh_dump() argument
238 nft_fwd_validate(const struct nft_ctx * ctx,const struct nft_expr * expr) nft_fwd_validate() argument
[all...]
H A Dnft_dynset.c22 bool expr; member
37 struct nft_expr *expr; in nft_dynset_expr_setup() local
56 const struct nft_expr *expr, in nft_dynset_new()
89 void nft_dynset_eval(const struct nft_expr *expr, in nft_dynset_eval()
138 struct nft_expr *expr; in nft_dynset_expr_alloc() local
172 const struct nft_expr *expr, in nft_dynset_init()
348 const struct nft_expr *expr, in nft_dynset_deactivate()
357 const struct nft_expr *expr) in nft_dynset_activate()
365 const struct nft_expr *expr) in nft_dynset_destroy()
377 const struct nft_expr *expr, bool reset) in nft_dynset_dump()
H A Dnft_exthdr.c46 static void nft_exthdr_ipv6_eval(const struct nft_expr *expr, in nft_exthdr_ipv6_eval() argument
139 static void nft_exthdr_ipv4_eval(const struct nft_expr *expr, in nft_exthdr_ipv4_eval() argument
188 static void nft_exthdr_tcp_eval(const struct nft_expr *expr, in nft_exthdr_tcp_eval() argument
232 static void nft_exthdr_tcp_set_eval(const struct nft_expr *expr, in nft_exthdr_tcp_set_eval() argument
312 static void nft_exthdr_tcp_strip_eval(const struct nft_expr *expr, in nft_exthdr_tcp_strip_eval() argument
369 nft_exthdr_sctp_eval(const struct nft_expr * expr,struct nft_regs * regs,const struct nft_pktinfo * pkt) nft_exthdr_sctp_eval() argument
411 nft_exthdr_dccp_eval(const struct nft_expr * expr,struct nft_regs * regs,const struct nft_pktinfo * pkt) nft_exthdr_dccp_eval() argument
499 nft_exthdr_init(const struct nft_ctx * ctx,const struct nft_expr * expr,const struct nlattr * const tb[]) nft_exthdr_init() argument
547 nft_exthdr_tcp_set_init(const struct nft_ctx * ctx,const struct nft_expr * expr,const struct nlattr * const tb[]) nft_exthdr_tcp_set_init() argument
596 nft_exthdr_tcp_strip_init(const struct nft_ctx * ctx,const struct nft_expr * expr,const struct nlattr * const tb[]) nft_exthdr_tcp_strip_init() argument
618 nft_exthdr_ipv4_init(const struct nft_ctx * ctx,const struct nft_expr * expr,const struct nlattr * const tb[]) nft_exthdr_ipv4_init() argument
641 nft_exthdr_dccp_init(const struct nft_ctx * ctx,const struct nft_expr * expr,const struct nlattr * const tb[]) nft_exthdr_dccp_init() argument
676 nft_exthdr_dump(struct sk_buff * skb,const struct nft_expr * expr,bool reset) nft_exthdr_dump() argument
687 nft_exthdr_dump_set(struct sk_buff * skb,const struct nft_expr * expr,bool reset) nft_exthdr_dump_set() argument
698 nft_exthdr_dump_strip(struct sk_buff * skb,const struct nft_expr * expr,bool reset) nft_exthdr_dump_strip() argument
[all...]
H A Dnft_compat.c73 static void nft_target_eval_xt(const struct nft_expr *expr, in nft_target_eval_xt() argument
100 static void nft_target_eval_bridge(const struct nft_expr *expr, in nft_target_eval_bridge() argument
244 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init() argument
293 static void __nft_mt_tg_destroy(struct module *me, const struct nft_expr *expr) in __nft_mt_tg_destroy() argument
300 nft_target_destroy(const struct nft_ctx * ctx,const struct nft_expr * expr) nft_target_destroy() argument
336 nft_target_dump(struct sk_buff * skb,const struct nft_expr * expr,bool reset) nft_target_dump() argument
354 nft_target_validate(const struct nft_ctx * ctx,const struct nft_expr * expr) nft_target_validate() argument
400 __nft_match_eval(const struct nft_expr * expr,struct nft_regs * regs,const struct nft_pktinfo * pkt,void * info) __nft_match_eval() argument
429 nft_match_large_eval(const struct nft_expr * expr,struct nft_regs * regs,const struct nft_pktinfo * pkt) nft_match_large_eval() argument
438 nft_match_eval(const struct nft_expr * expr,struct nft_regs * regs,const struct nft_pktinfo * pkt) nft_match_eval() argument
506 __nft_match_init(const struct nft_ctx * ctx,const struct nft_expr * expr,const struct nlattr * const tb[],void * info) __nft_match_init() argument
534 nft_match_init(const struct nft_ctx * ctx,const struct nft_expr * expr,const struct nlattr * const tb[]) nft_match_init() argument
541 nft_match_large_init(const struct nft_ctx * ctx,const struct nft_expr * expr,const struct nlattr * const tb[]) nft_match_large_init() argument
559 __nft_match_destroy(const struct nft_ctx * ctx,const struct nft_expr * expr,void * info) __nft_match_destroy() argument
577 nft_match_destroy(const struct nft_ctx * ctx,const struct nft_expr * expr) nft_match_destroy() argument
583 nft_match_large_destroy(const struct nft_ctx * ctx,const struct nft_expr * expr) nft_match_large_destroy() argument
591 __nft_match_dump(struct sk_buff * skb,const struct nft_expr * expr,void * info) __nft_match_dump() argument
609 nft_match_dump(struct sk_buff * skb,const struct nft_expr * expr,bool reset) nft_match_dump() argument
623 nft_match_validate(const struct nft_ctx * ctx,const struct nft_expr * expr) nft_match_validate() argument
[all...]
H A 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()
H A Dnf_tables_core.c74 static void nft_bitwise_fast_eval(const struct nft_expr *expr, in nft_bitwise_fast_eval() argument
84 static void nft_cmp_fast_eval(const struct nft_expr *expr, in nft_cmp_fast_eval() argument
94 static void nft_cmp16_fast_eval(const struct nft_expr *expr, in nft_cmp16_fast_eval() argument
144 static bool nft_payload_fast_eval(const struct nft_expr *expr, in nft_payload_fast_eval() argument
203 static void expr_call_ops_eval(const struct nft_expr *expr, in expr_call_ops_eval() argument
241 nft_rule_expr_next(expr) global() argument
244 nft_rule_dp_for_each_expr(expr,last,rule) global() argument
254 const struct nft_expr *expr, *last; nft_do_chain() local
[all...]
H A Dnft_osf.c20 static void nft_osf_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_osf_eval()
66 const struct nft_expr *expr, in nft_osf_init()
96 const struct nft_expr *expr, bool reset) in nft_osf_dump()
116 const struct nft_expr *expr) in nft_osf_validate()
H A Dnft_reject.c27 const struct nft_expr *expr) in nft_reject_validate() argument
38 const struct nft_expr *expr, in nft_reject_init() argument
72 const struct nft_expr *expr, bool reset) in nft_reject_dump() argument
H A Dnft_payload.c159 void nft_payload_eval(const struct nft_expr *expr, in nft_payload_eval() argument
223 const struct nft_expr *expr, in nft_payload_init() argument
238 nft_payload_dump(struct sk_buff * skb,const struct nft_expr * expr,bool reset) nft_payload_dump() argument
528 nft_payload_offload(struct nft_offload_ctx * ctx,struct nft_flow_rule * flow,const struct nft_expr * expr) nft_payload_offload() argument
568 nft_payload_inner_eval(const struct nft_expr * expr,struct nft_regs * regs,const struct nft_pktinfo * pkt,struct nft_inner_tun_ctx * tun_ctx) nft_payload_inner_eval() argument
620 nft_payload_inner_init(const struct nft_ctx * ctx,const struct nft_expr * expr,const struct nlattr * const tb[]) nft_payload_inner_init() argument
827 nft_payload_set_eval(const struct nft_expr * expr,struct nft_regs * regs,const struct nft_pktinfo * pkt) nft_payload_set_eval() argument
913 nft_payload_set_init(const struct nft_ctx * ctx,const struct nft_expr * expr,const struct nlattr * const tb[]) nft_payload_set_init() argument
972 nft_payload_set_dump(struct sk_buff * skb,const struct nft_expr * expr,bool reset) nft_payload_set_dump() argument
[all...]
H A Dnft_bitwise.c95 void nft_bitwise_eval(const struct nft_expr *expr, in nft_bitwise_eval()
251 const struct nft_expr *expr, in nft_bitwise_init()
352 const struct nft_expr *expr, bool reset) in nft_bitwise_dump()
388 const struct nft_expr *expr) in nft_bitwise_offload()
435 const struct nft_expr *expr, in nft_bitwise_fast_init()
472 const struct nft_expr *expr, bool reset) in nft_bitwise_fast_dump()
501 const struct nft_expr *expr) in nft_bitwise_fast_offload()
H A Dnft_ct.c52 static void nft_ct_get_eval(const struct nft_expr *expr, in nft_ct_get_eval() argument
223 static void nft_ct_set_zone_eval(const struct nft_expr *expr, in nft_ct_set_zone_eval() argument
274 static void nft_ct_set_eval(const struct nft_expr *expr, in nft_ct_set_eval() argument
391 const struct nft_expr *expr, in nft_ct_get_init() argument
558 const struct nft_expr *expr, in nft_ct_set_init() argument
644 nft_ct_get_destroy(const struct nft_ctx * ctx,const struct nft_expr * expr) nft_ct_get_destroy() argument
653 nft_ct_set_destroy(const struct nft_ctx * ctx,const struct nft_expr * expr) nft_ct_set_destroy() argument
662 nft_ct_get_dump(struct sk_buff * skb,const struct nft_expr * expr,bool reset) nft_ct_get_dump() argument
702 nft_ct_set_dump(struct sk_buff * skb,const struct nft_expr * expr,bool reset) nft_ct_set_dump() argument
813 nft_notrack_eval(const struct nft_expr * expr,struct nft_regs * regs,const struct nft_pktinfo * pkt) nft_notrack_eval() argument
[all...]
H A Dnft_byteorder.c25 void nft_byteorder_eval(const struct nft_expr *expr, in nft_byteorder_eval()
84 const struct nft_expr *expr, in nft_byteorder_init()
148 const struct nft_expr *expr, bool reset) in nft_byteorder_dump()
H A Dnft_inner.c55 struct __nft_expr expr; member
290 static void nft_inner_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_inner_eval() argument
336 const struct nft_expr *expr, in nft_inner_init() argument
396 const struct nft_expr *expr, boo in nft_inner_dump() argument
[all...]
/linux/tools/sched_ext/include/scx/
H A Dbpf_arena_common.bpf.h91 __cond_break(expr) global() argument
105 __cond_break(expr) global() argument
129 __cond_break(expr) global() argument
155 __cond_break(expr) global() argument
/linux/scripts/kconfig/
H A Dexpr.h32 struct expr * const expr; member
47 struct expr { struct
49 enum expr_type type; argument
52 union expr_data left, right; argument
60 struct expr *expr; argument
193 struct expr *expr; /* the optional conditional part of the property */ member
H A Dmenu.c161 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop()
221 void menu_add_visibility(struct expr *expr) in menu_add_visibility()
227 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
626 static void get_dep_str(struct gstr *r, const struct expr *expr, in get_dep_str()
/linux/drivers/md/dm-vdo/
H A Dpermassert.h31 #define VDO_ASSERT(expr, ...) vdo_must_use(__VDO_ASSERT(expr, __VA_ARGS__)) argument
34 #define VDO_ASSERT_LOG_ONLY(expr, ...) __VDO_ASSERT(expr, __VA_ARGS__) argument
36 #define __VDO_ASSERT(expr, ...) \ argument
/linux/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.c76 const struct aspeed_sig_expr *expr) in aspeed_sig_expr_enable()
94 const struct aspeed_sig_expr *expr) in aspeed_sig_expr_disable()
165 const struct aspeed_sig_expr ***prios, **funcs, *expr; in get_defined_attribute() local
203 static const char *aspeed_sig_expr_function(const struct aspeed_sig_expr *expr) in aspeed_sig_expr_function()
213 static const char *aspeed_sig_expr_signal(const struct aspeed_sig_expr *expr) in aspeed_sig_expr_signal()
236 const struct aspeed_sig_expr *expr = NULL; in aspeed_pinmux_set_mux() local
288 static bool aspeed_expr_is_gpio(const struct aspeed_sig_expr *expr) in aspeed_expr_is_gpio()
384 const struct aspeed_sig_expr ***prios, **funcs, *expr; in aspeed_gpio_request_enable() local
/linux/fs/xfs/
H A Dxfs_platform.h227 #define ASSERT_ALWAYS(expr) \ argument
231 #define ASSERT(expr) \ argument
242 #define ASSERT(expr) \ argument
247 #define ASSERT(expr) ((void)0) argument
257 #define XFS_IS_CORRUPT(mp, expr) \ argument
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util_types.h16 #define __kvm_static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
17 #define kvm_static_assert(expr, ...) __kvm_static_assert(expr, ##__VA_ARGS__, #expr) argument
/linux/drivers/gpu/drm/i915/
H A Di915_memcpy.c35 #define CI_BUG_ON(expr) BUG_ON(expr) argument
37 #define CI_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
/linux/include/linux/
H A Dbuild_bug.h79 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) argument
80 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
/linux/tools/include/linux/
H A Dbuild_bug.h80 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) argument
81 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
/linux/tools/perf/util/
H A Dbpf-filter.c121 static int check_sample_flags(struct evsel *evsel, struct perf_bpf_filter_expr *expr) in check_sample_flags()
160 struct perf_bpf_filter_expr *expr; in get_filter_entries() local
562 struct perf_bpf_filter_expr *expr, *tmp; in perf_bpf_filter__destroy() local
617 struct perf_bpf_filter_expr *expr; in perf_bpf_filter_expr__new() local

1234