| /kernel/bpf/ |
| D | tnum.c | 62 struct tnum tnum_add(struct tnum a, struct tnum b) in tnum_add() 74 struct tnum tnum_sub(struct tnum a, struct tnum b) in tnum_sub() 86 struct tnum tnum_and(struct tnum a, struct tnum b) in tnum_and() 96 struct tnum tnum_or(struct tnum a, struct tnum b) in tnum_or() 105 struct tnum tnum_xor(struct tnum a, struct tnum b) in tnum_xor() 122 struct tnum tnum_mul(struct tnum a, struct tnum b) in tnum_mul() 144 struct tnum tnum_intersect(struct tnum a, struct tnum b) in tnum_intersect() 167 bool tnum_in(struct tnum a, struct tnum b) in tnum_in()
|
| D | hashtab.c | 151 struct bucket *b, u32 hash, in htab_lock_bucket() 174 struct bucket *b, u32 hash, in htab_unlock_bucket() 813 struct bucket *b; in htab_lru_map_delete_node() local 1111 struct bucket *b; in htab_map_update_elem() local 1229 struct bucket *b; in htab_lru_map_update_elem() local 1298 struct bucket *b; in __htab_percpu_map_update_elem() local 1353 struct bucket *b; in __htab_lru_percpu_map_update_elem() local 1433 struct bucket *b; in htab_map_delete_elem() local 1469 struct bucket *b; in htab_lru_map_delete_elem() local 1625 struct bucket *b; in __htab_map_lookup_and_delete_elem() local [all …]
|
| D | bpf_local_storage.c | 380 struct bpf_local_storage_map_bucket *b; in bpf_selem_unlink_map() local 398 struct bpf_local_storage_map_bucket *b = select_bucket(smap, selem); in bpf_selem_link_map() local 830 struct bpf_local_storage_map_bucket *b; in bpf_local_storage_map_free() local
|
| /kernel/kcsan/ |
| D | selftest.c | 135 #define KCSAN_CHECK_READ_BARRIER(b) __KCSAN_CHECK_BARRIER(0, b, #b) in test_barrier() argument 136 #define KCSAN_CHECK_WRITE_BARRIER(b) __KCSAN_CHECK_BARRIER(KCSAN_ACCESS_WRITE, b, #b) in test_barrier() argument 137 #define KCSAN_CHECK_RW_BARRIER(b) __KCSAN_CHECK_BARRIER(KCSAN_ACCESS_WRITE | KCSAN_ACCESS_COMPOU… in test_barrier() argument
|
| D | kcsan_test.c | 550 #define KCSAN_EXPECT_READ_BARRIER(b, o) __KCSAN_EXPECT_BARRIER(0, b, o, #b) in test_barrier_nothreads() argument 551 #define KCSAN_EXPECT_WRITE_BARRIER(b, o) __KCSAN_EXPECT_BARRIER(KCSAN_ACCESS_WRITE, b, o, #b) in test_barrier_nothreads() argument 552 #define KCSAN_EXPECT_RW_BARRIER(b, o) __KCSAN_EXPECT_BARRIER(KCSAN_ACCESS_COMPOUND | KCSAN_ACCES… in test_barrier_nothreads() argument
|
| D | debugfs.c | 92 const unsigned long b = *(const unsigned long *)lhs; in cmp_filterlist_addrs() local
|
| /kernel/trace/ |
| D | tracing_map.c | 131 char *b = val_b; in tracing_map_cmp_string() local 144 u64 b = atomic64_read((atomic64_t *)val_b); in tracing_map_cmp_atomic64() local 847 const struct tracing_map_sort_entry *a, *b; in cmp_entries_dup() local 858 const struct tracing_map_sort_entry *a, *b; in cmp_entries_sum() local 889 const struct tracing_map_sort_entry *a, *b; in cmp_entries_key() local 1020 const struct tracing_map_sort_entry **b = &entries[i + 1]; in sort_secondary() local
|
| D | trace_hwlat.c | 159 #define time_sub(a, b) ((a) - (b)) argument 160 #define init_time(a, b) (a = b) argument
|
| D | fprobe.c | 150 static int symbols_cmp(const void *a, const void *b) in symbols_cmp()
|
| D | trace_events_filter.c | 37 #define C(a, b) a argument 42 #define C(a, b) b argument 124 #define C(a, b) FILT_ERR_##a argument 129 #define C(a, b) b argument
|
| D | trace_branch.c | 338 const struct ftrace_branch_data *b = p2; in annotated_branch_stat_cmp() local
|
| /kernel/ |
| D | sys.c | 83 # define SET_UNALIGN_CTL(a, b) (-EINVAL) argument 86 # define GET_UNALIGN_CTL(a, b) (-EINVAL) argument 89 # define SET_FPEMU_CTL(a, b) (-EINVAL) argument 92 # define GET_FPEMU_CTL(a, b) (-EINVAL) argument 95 # define SET_FPEXC_CTL(a, b) (-EINVAL) argument 98 # define GET_FPEXC_CTL(a, b) (-EINVAL) argument 101 # define GET_ENDIAN(a, b) (-EINVAL) argument 104 # define SET_ENDIAN(a, b) (-EINVAL) argument 116 # define SET_FP_MODE(a,b) (-EINVAL) argument 131 # define PAC_RESET_KEYS(a, b) (-EINVAL) argument [all …]
|
| D | static_call_inline.c | 79 const struct static_call_site *b = _b; in static_call_site_cmp() local 96 struct static_call_site *b = _b; in static_call_site_swap() local
|
| D | groups.c | 79 kgid_t b = *(kgid_t *)_b; in gid_cmp() local
|
| D | jump_label.c | 35 static int jump_label_cmp(const void *a, const void *b) in jump_label_cmp() 63 static void jump_label_swap(void *a, void *b, int size) in jump_label_swap()
|
| D | cred.c | 549 int cred_fscmp(const struct cred *a, const struct cred *b) in cred_fscmp()
|
| D | params.c | 86 bool parameqn(const char *a, const char *b, size_t n) in parameqn() 97 bool parameq(const char *a, const char *b) in parameq()
|
| D | user_namespace.c | 813 static int cmp_extents_forward(const void *a, const void *b) in cmp_extents_forward() 828 static int cmp_extents_reverse(const void *a, const void *b) in cmp_extents_reverse()
|
| /kernel/module/ |
| D | tree_lookup.c | 37 mod_tree_less(struct latch_tree_node *a, struct latch_tree_node *b) in mod_tree_less()
|
| D | main.c | 97 static int cmp_string(const void *a, const void *b) in cmp_string() 608 static int already_uses(struct module *a, struct module *b) in already_uses() 627 static int add_module_usage(struct module *a, struct module *b) in add_module_usage() 644 static int ref_module(struct module *a, struct module *b) in ref_module() 909 static int ref_module(struct module *a, struct module *b) in ref_module()
|
| /kernel/locking/ |
| D | test-ww_mutex.c | 20 #define ww_acquire_init_noinject(a, b) do { \ argument 25 #define ww_acquire_init_noinject(a, b) ww_acquire_init((a), (b)) argument
|
| D | rtmutex.c | 448 static __always_inline bool __waiter_less(struct rb_node *a, const struct rb_node *b) in __waiter_less() 497 static __always_inline bool __pi_waiter_less(struct rb_node *a, const struct rb_node *b) in __pi_waiter_less()
|
| D | ww_mutex.h | 228 __ww_ctx_less(struct ww_acquire_ctx *a, struct ww_acquire_ctx *b) in __ww_ctx_less()
|
| /kernel/rcu/ |
| D | refscale.c | 576 unsigned int b; member 636 unsigned int b; in typesafe_delay_section() local
|
| /kernel/dma/ |
| D | debug.c | 272 static bool exact_match(struct dma_debug_entry *a, struct dma_debug_entry *b) in exact_match() 279 struct dma_debug_entry *b) in containing_match()
|