| /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() 128 struct tnum tnum_mul(struct tnum a, struct tnum b) in tnum_mul() 141 struct tnum tnum_intersect(struct tnum a, struct tnum b) in tnum_intersect() 164 bool tnum_in(struct tnum a, struct tnum b) in tnum_in()
|
| D | bpf_local_storage.c | 178 struct bpf_local_storage_map_bucket *b; in bpf_selem_unlink_map() local 195 struct bpf_local_storage_map_bucket *b = select_bucket(smap, selem); in bpf_selem_link_map() local 482 struct bpf_local_storage_map_bucket *b; in bpf_local_storage_map_free() local
|
| D | hashtab.c | 149 struct bucket *b) in htab_lock_bucket() 161 struct bucket *b, in htab_unlock_bucket() 689 struct bucket *b; in htab_lru_map_delete_node() local 962 struct bucket *b; in htab_map_update_elem() local 1053 struct bucket *b; in htab_lru_map_update_elem() local 1117 struct bucket *b; in __htab_percpu_map_update_elem() local 1169 struct bucket *b; in __htab_lru_percpu_map_update_elem() local 1243 struct bucket *b; in htab_map_delete_elem() local 1275 struct bucket *b; in htab_lru_map_delete_elem() local 1386 struct bucket *b; in __htab_map_lookup_and_delete_batch() local [all …]
|
| /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 862 const struct tracing_map_sort_entry *a, *b; in cmp_entries_sum() local 893 const struct tracing_map_sort_entry *a, *b; in cmp_entries_key() local 1025 const struct tracing_map_sort_entry **b = &entries[i + 1]; in sort_secondary() local
|
| D | trace_hwlat.c | 138 #define time_sub(a, b) ((a) - (b)) argument 139 #define init_time(a, b) (a = b) argument
|
| D | trace_events_filter.c | 37 #define C(a, b) a argument 42 #define C(a, b) b argument 74 #define C(a, b) FILT_ERR_##a argument 79 #define C(a, b) b argument
|
| D | trace_probe.c | 17 #define C(a, b) b argument 1125 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b) in trace_probe_compare_arg_type()
|
| D | trace_branch.c | 338 const struct ftrace_branch_data *b = p2; in annotated_branch_stat_cmp() local
|
| D | trace_events_synth.c | 35 #define C(a, b) SYNTH_ERR_##a argument 40 #define C(a, b) b argument
|
| D | trace.h | 487 #define TRACER_OPT(s, b) .name = #s, .bit = b argument 1366 #define C(a, b) TRACE_ITER_##a##_BIT argument 1379 #define C(a, b) TRACE_ITER_##a = (1 << TRACE_ITER_##a##_BIT) argument
|
| /kernel/ |
| D | sys.c | 82 # define SET_UNALIGN_CTL(a, b) (-EINVAL) argument 85 # define GET_UNALIGN_CTL(a, b) (-EINVAL) argument 88 # define SET_FPEMU_CTL(a, b) (-EINVAL) argument 91 # define GET_FPEMU_CTL(a, b) (-EINVAL) argument 94 # define SET_FPEXC_CTL(a, b) (-EINVAL) argument 97 # define GET_FPEXC_CTL(a, b) (-EINVAL) argument 100 # define GET_ENDIAN(a, b) (-EINVAL) argument 103 # define SET_ENDIAN(a, b) (-EINVAL) argument 115 # define SET_FP_MODE(a,b) (-EINVAL) argument 124 # define PAC_RESET_KEYS(a, b) (-EINVAL) argument [all …]
|
| D | static_call.c | 68 const struct static_call_site *b = _b; in static_call_site_cmp() local 85 struct static_call_site *b = _b; in static_call_site_swap() 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 | groups.c | 84 kgid_t b = *(kgid_t *)_b; in gid_cmp() local
|
| D | cred.c | 622 int cred_fscmp(const struct cred *a, const struct cred *b) in cred_fscmp()
|
| D | params.c | 84 bool parameqn(const char *a, const char *b, size_t n) in parameqn() 95 bool parameq(const char *a, const char *b) in parameq()
|
| D | user_namespace.c | 789 static int cmp_extents_forward(const void *a, const void *b) in cmp_extents_forward() 804 static int cmp_extents_reverse(const void *a, const void *b) in cmp_extents_reverse()
|
| D | module.c | 128 mod_tree_less(struct latch_tree_node *a, struct latch_tree_node *b) in mod_tree_less() 846 static int already_uses(struct module *a, struct module *b) in already_uses() 867 static int add_module_usage(struct module *a, struct module *b) in add_module_usage() 884 static int ref_module(struct module *a, struct module *b) in ref_module() 1183 static int ref_module(struct module *a, struct module *b) in ref_module()
|
| D | auditfilter.c | 696 static int audit_compare_rule(struct audit_krule *a, struct audit_krule *b) in audit_compare_rule()
|
| /kernel/time/ |
| D | timeconv.c | 44 static long math_div(long a, long b) in math_div()
|
| D | timer.c | 1949 int b; in timers_prepare_cpu() local 1965 int b, i; in timers_dead_cpu() local
|
| /kernel/kcsan/ |
| D | debugfs.c | 93 const unsigned long b = *(const unsigned long *)lhs; in cmp_filterlist_addrs() local
|
| /kernel/cgroup/ |
| D | cpuset.c | 691 static int cpusets_overlap(struct cpuset *a, struct cpuset *b) in cpusets_overlap() 873 struct cpuset *b = csa[j]; in generate_sched_domains() local 930 struct cpuset *b = csa[j]; in generate_sched_domains() local
|
| /kernel/dma/ |
| D | debug.c | 270 static bool exact_match(struct dma_debug_entry *a, struct dma_debug_entry *b) in exact_match() 277 struct dma_debug_entry *b) in containing_match()
|
| /kernel/locking/ |
| D | mutex.c | 369 __ww_ctx_stamp_after(struct ww_acquire_ctx *a, struct ww_acquire_ctx *b) in __ww_ctx_stamp_after()
|