| /linux/security/selinux/ss/ |
| H A D | constraint.h | 60 struct constraint_expr *expr; /* constraint on permissions */ member
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 631 struct nft_expr *expr; in nft_rule_expr_activate() local 645 struct nft_expr *expr; in nft_rule_expr_deactivate() local 920 const struct nft_expr *expr, in __nft_reg_track_update() 929 const struct nft_expr *expr, u8 dreg, u8 len) in nft_reg_track_update() 3371 const struct nft_expr *expr, bool reset) in nf_tables_fill_expr_info() 3393 const struct nft_expr *expr, bool reset) in nft_expr_dump() 3520 struct nft_expr *expr) in nf_tables_newexpr() 3539 struct nft_expr *expr) in nf_tables_expr_destroy() 3552 struct nft_expr *expr; in nft_expr_init() local 3603 void nft_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr) in nft_expr_destroy() [all …]
|
| H A D | nf_tables_offload.c | 94 struct nft_expr *expr; in nft_flow_rule_create() local 298 struct nft_expr *expr, *next; nft_flow_rule_stats() local [all...] |
| H A D | nft_set_hash.c | 126 nft_rhash_update(struct nft_set * set,const u32 * key,const struct nft_expr * expr,struct nft_regs * regs) nft_rhash_update() argument 302 struct nft_expr *expr; nft_rhash_expr_needs_gc_run() local
|
| /linux/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | ebb_handler.S | 72 #define LOAD_REG_IMMEDIATE(reg,expr) \ argument
|
| /linux/tools/perf/ |
| H A D | builtin-list.c | 204 const char *expr, in default_print_metric() 443 const char *long_desc, const char *expr, in json_print_metric()
|
| /linux/scripts/kconfig/ |
| H A D | parser.y | 39 struct expr *expr; member
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_sw_fence.c | 16 #define I915_SW_FENCE_BUG_ON(expr) BUG_ON(expr) argument 18 #define I915_SW_FENCE_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
|
| /linux/tools/testing/selftests/openat2/ |
| H A D | helpers.h | 89 #define E_assert(expr, msg, ...) \ argument
|
| /linux/include/trace/ |
| H A D | trace_events.h | 104 #define TRACE_EVENT_PERF_PERM(name, expr...) \ argument 146 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
|
| /linux/kernel/events/ |
| H A D | hw_breakpoint_test.c | 23 #define TEST_EXPECT_NOSPC(expr) KUNIT_EXPECT_EQ(test, -ENOSPC, PTR_ERR(expr)) argument
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 368 bool expr; member 414 static inline void *nft_expr_priv(const struct nft_expr *expr) in nft_expr_priv() 1012 static inline struct nft_expr *nft_expr_next(const struct nft_expr *expr) in nft_expr_next() 1023 const struct nft_expr *expr) in nft_expr_more() 1043 struct nft_expr *expr; in nft_set_elem_update_expr() local 1061 #define nft_rule_for_each_expr(expr, last, rule) \ argument 1379 #define nft_expr_obj(expr) *((struct nft_object **)nft_expr_priv(expr)) argument 1943 const struct nft_expr *expr, u8 dreg) in nft_reg_track_cmp()
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nvidia.c | 45 #define assert(expr) \ argument 52 #define assert(expr) argument
|
| /linux/fs/btrfs/ |
| H A D | raid56.c | 75 #define ASSERT_RBIO(expr, rbio) \ argument 86 #define ASSERT_RBIO_STRIPE(expr, rbio, stripe_nr) \ argument 98 #define ASSERT_RBIO_SECTOR(expr, rbio, sector_nr) \ argument 110 #define ASSERT_RBIO_LOGICAL(expr, rbio, logical) \ argument
|
| /linux/arch/um/include/shared/ |
| H A D | os.h | 21 #define CATCH_EINTR(expr) while ((errno = 0, ((expr) < 0)) && (errno == EINTR)) argument
|
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 1309 #define COND(op_y, op_n, expr) \ argument 1318 #define DO(expr) \ in is_cond_jmp_opcode() argument 1333 #define DO(expr) \ in check_jmp_cond() argument
|
| /linux/include/linux/ |
| H A D | compiler_types.h | 349 # define __assume(expr) __attribute__((__assume__(expr))) argument 351 # define __assume(expr) argument
|
| H A D | compiler.h | 186 #define data_race(expr) \ argument
|
| H A D | tracepoint.h | 496 #define TRACE_EVENT_PERF_PERM(event, expr...) argument 637 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
|
| /linux/tools/perf/util/ |
| H A D | metricgroup.c | 94 struct metric_expr *expr, *tmp; in metric_event_delete() local 824 const char *expr; in __add_metric() local 1381 struct metric_expr *expr; in parse_groups() local
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | utils.py | 192 bpftrace(expr, json=None, ns=None, host=None, timeout=None) global() argument
|
| /linux/mm/kasan/ |
| H A D | kasan_test_c.c | 121 #define KUNIT_EXPECT_KASAN_RESULT(test, expr, expr_str, fail) \ argument 158 #define KUNIT_EXPECT_KASAN_FAIL(test, expr) \ argument 175 #define KUNIT_EXPECT_KASAN_FAIL_READ(test, expr) \ argument
|
| /linux/drivers/mtd/ubi/ |
| H A D | debug.h | 17 #define ubi_assert(expr) do { \ argument
|
| /linux/drivers/video/fbdev/ |
| H A D | cirrusfb.c | 71 #define assert(expr) \ argument 77 #define assert(expr) argument
|
| /linux/scripts/genksyms/ |
| H A D | genksyms.c | 200 struct string_list *expr; in process_enum() local
|