Home
last modified time | relevance | path

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

12345

/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dodm_debug.h95 #define ASSERT(expr) argument
120 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt)\ argument
157 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt) no_printk fmt argument
/Linux-v5.4/net/ipv6/netfilter/
Dnft_fib_ipv6.c120 void nft_fib6_eval_type(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib6_eval_type()
138 void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib6_eval()
Dnft_reject_ipv6.c19 static void nft_reject_ipv6_eval(const struct nft_expr *expr, in nft_reject_ipv6_eval()
/Linux-v5.4/fs/xfs/
Dxfs_error.h71 #define XFS_TEST_ERROR(expr, mp, tag) \ argument
82 #define XFS_TEST_ERROR(expr, mp, tag) (expr) argument
/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_wakeref.h19 #define INTEL_WAKEREF_BUG_ON(expr) BUG_ON(expr) argument
21 #define INTEL_WAKEREF_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
/Linux-v5.4/net/netfilter/
Dnft_tunnel.c21 static void nft_tunnel_get_eval(const struct nft_expr *expr, in nft_tunnel_get_eval()
73 const struct nft_expr *expr, in nft_tunnel_get_init()
110 const struct nft_expr *expr) in nft_tunnel_get_dump()
Dnft_fib_inet.c14 static void nft_fib_inet_eval(const struct nft_expr *expr, in nft_fib_inet_eval()
Dnft_fib_netdev.c21 static void nft_fib_netdev_eval(const struct nft_expr *expr, in nft_fib_netdev_eval()
/Linux-v5.4/net/ipv4/netfilter/
Dnft_reject_ipv4.c19 static void nft_reject_ipv4_eval(const struct nft_expr *expr, in nft_reject_ipv4_eval()
/Linux-v5.4/scripts/kconfig/
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()
/Linux-v5.4/security/selinux/ss/
Dconditional.c24 static int cond_evaluate_expr(struct policydb *p, struct cond_expr *expr) in cond_evaluate_expr()
381 static int expr_isvalid(struct policydb *p, struct cond_expr *expr) in expr_isvalid()
400 struct cond_expr *expr = NULL, *last = NULL; in cond_read_node() local
Dconditional.h55 struct cond_expr *expr; member
Dconstraint.h59 struct constraint_expr *expr; /* constraint on permissions */ member
/Linux-v5.4/include/linux/
Djbd2.h377 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument
378 #define J_ASSERT_JH(jh, expr) J_ASSERT(expr) argument
381 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument
382 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument
383 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument
385 #define __journal_expect(expr, why...) \ argument
396 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) argument
397 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument
398 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) argument
/Linux-v5.4/drivers/pinctrl/aspeed/
Dpinmux-aspeed.c82 const struct aspeed_sig_expr *expr, bool enabled) in aspeed_sig_expr_eval()
/Linux-v5.4/scripts/genksyms/
Dparse.y478 struct string_list *expr = copy_list_range(*$3, *$2); variable
/Linux-v5.4/drivers/usb/gadget/udc/aspeed-vhub/
Depn.c38 #define CHECK(ep, expr, fmt...) \ argument
43 #define CHECK(ep, expr, fmt...) do { } while(0) argument
/Linux-v5.4/tools/testing/selftests/powerpc/include/
Dbasic_asm.h8 #define LOAD_REG_IMMEDIATE(reg, expr) \ argument
/Linux-v5.4/arch/x86/kernel/
Duprobes.c599 #define COND(op_y, op_n, expr) \ argument
608 #define DO(expr) \ in is_cond_jmp_opcode() argument
623 #define DO(expr) \ in check_jmp_cond() argument
/Linux-v5.4/arch/mips/math-emu/
Dieee754dp.h15 #define assert(expr) ((void)0) argument
Dieee754sp.h15 #define assert(expr) ((void)0) argument
/Linux-v5.4/arch/m68k/fpsp040/
Dstwotox.S381 expr: label
/Linux-v5.4/include/drm/
Ddrm_mm.h52 #define DRM_MM_BUG_ON(expr) BUG_ON(expr) argument
54 #define DRM_MM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
/Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/
Debb_handler.S72 #define LOAD_REG_IMMEDIATE(reg,expr) \ argument
/Linux-v5.4/drivers/mtd/ubi/
Ddebug.h17 #define ubi_assert(expr) do { \ argument

12345