Home
last modified time | relevance | path

Searched defs:expr (Results 51 – 75 of 168) sorted by relevance

1234567

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_memcpy.c31 #define CI_BUG_ON(expr) BUG_ON(expr) argument
33 #define CI_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
H A Dintel_wakeref.h21 #define INTEL_WAKEREF_BUG_ON(expr) BUG_ON(expr) argument
23 #define INTEL_WAKEREF_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
/openbmc/u-boot/scripts/kconfig/
H A Dexpr.h38 struct expr *expr; member
42 struct expr { struct
43 enum expr_type type; argument
44 union expr_data left, right; argument
55 struct expr *expr; member
195 struct expr *expr; /* the optional conditional part of the property */ member
H A Dmenu.c127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop()
182 void menu_add_visibility(struct expr *expr) in menu_add_visibility()
188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_misc.h80 #define __imm_const(name, expr) [name]"i"(expr) argument
83 #define __imm_insn(name, expr) [name]"i"(*(long *)&(expr)) argument
135 #define __sink(expr) asm volatile("" : "+g"(expr)) argument
/openbmc/linux/net/netfilter/
H A Dnft_quota.c202 static void nft_quota_eval(const struct nft_expr *expr, in nft_quota_eval()
212 const struct nft_expr *expr, in nft_quota_init()
221 const struct nft_expr *expr, bool reset) in nft_quota_dump()
229 const struct nft_expr *expr) in nft_quota_destroy()
H A Dnft_reject_netdev.c84 static void nft_reject_netdev_eval(const struct nft_expr *expr, in nft_reject_netdev_eval()
148 const struct nft_expr *expr, in nft_reject_netdev_validate()
H A Dnft_tunnel.c23 static void nft_tunnel_get_eval(const struct nft_expr *expr, in nft_tunnel_get_eval()
75 const struct nft_expr *expr, in nft_tunnel_get_init()
111 const struct nft_expr *expr, bool reset) in nft_tunnel_get_dump()
128 const struct nft_expr *expr) in nft_tunnel_get_reduce()
H A Dnft_ct_fast.c7 void nft_ct_get_fast_eval(const struct nft_expr *expr, in nft_ct_get_fast_eval()
H A Dnft_fib_netdev.c21 static void nft_fib_netdev_eval(const struct nft_expr *expr, in nft_fib_netdev_eval()
H A Dnft_fib_inet.c14 static void nft_fib_inet_eval(const struct nft_expr *expr, in nft_fib_inet_eval()
/openbmc/linux/include/linux/
H A Dbuild_bug.h77 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) argument
78 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
/openbmc/linux/tools/include/linux/
H A Dbuild_bug.h78 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) argument
79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
/openbmc/linux/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c27 void nft_fib4_eval_type(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib4_eval_type()
57 void nft_fib4_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib4_eval()
H A Dnft_reject_ipv4.c19 static void nft_reject_ipv4_eval(const struct nft_expr *expr, in nft_reject_ipv4_eval()
/openbmc/linux/fs/xfs/
H A Dxfs_message.c83 char *expr, in asswarn()
95 char *expr, in assfail()
H A Dxfs_error.h46 #define XFS_TEST_ERROR(expr, mp, tag) \ argument
69 #define XFS_TEST_ERROR(expr, mp, tag) (expr) argument
/openbmc/linux/scripts/kconfig/
H A Dmenu.c129 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop()
199 void menu_add_visibility(struct expr *expr) in menu_add_visibility()
205 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
693 static void get_dep_str(struct gstr *r, struct expr *expr, const char *prefix) in get_dep_str()
/openbmc/linux/net/bridge/netfilter/
H A Dnft_reject_bridge.c110 static void nft_reject_bridge_eval(const struct nft_expr *expr, in nft_reject_bridge_eval()
173 const struct nft_expr *expr, in nft_reject_bridge_validate()
/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dcexec.hpp5 #define SDEVENTPLUS_CHECK(msg, expr) \ argument
/openbmc/google-misc/subprojects/ncsid/src/
H A Dcommon_defs.h19 #define RETURN_IF_ERROR(expr, msg) \ argument
/openbmc/u-boot/tools/buildman/
H A Dboard.py9 def __init__(self, expr): argument
44 def AddExpr(self, expr): argument
H A Dkconfiglib.py1397 def _eval_expr(self, expr): argument
1416 def _eval_expr_rec(self, expr): argument
1557 def _expr_depends_on(self, expr, sym): argument
1564 def rec(expr): argument
1605 def _expr_val_str(self, expr, no_value_str="(none)", argument
3292 def _get_expr_syms_rec(expr, res): argument
3312 def _get_expr_syms(expr): argument
3347 def handle_sub_expr(expr): argument
3366 def _expr_to_str_rec(expr): argument
3392 def _expr_to_str(expr): argument
/openbmc/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c127 void nft_fib6_eval_type(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib6_eval_type()
156 void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib6_eval()
H A Dnft_reject_ipv6.c19 static void nft_reject_ipv6_eval(const struct nft_expr *expr, in nft_reject_ipv6_eval()

1234567