/kernel/bpf/ |
D | tnum.c | 37 struct tnum tnum_lshift(struct tnum a, u8 shift) in tnum_lshift() 42 struct tnum tnum_rshift(struct tnum a, u8 shift) in tnum_rshift() 47 struct tnum tnum_arshift(struct tnum a, u8 min_shift, u8 insn_bitness) in tnum_arshift() 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() [all …]
|
D | verifier.c | 1374 static bool __reg32_bound_s64(s32 a) in __reg32_bound_s64() 1419 static bool __reg64_bound_s32(s64 a) in __reg64_bound_s32() 1424 static bool __reg64_bound_u32(u64 a) in __reg64_bound_u32() 1592 static int cmp_subprogs(const void *a, const void *b) in cmp_subprogs() 1645 static int kfunc_desc_cmp_by_id(const void *a, const void *b) in kfunc_desc_cmp_by_id() 1747 static int kfunc_desc_cmp_by_imm(const void *a, const void *b) in kfunc_desc_cmp_by_imm() 6847 static bool signed_add_overflows(s64 a, s64 b) in signed_add_overflows() 6857 static bool signed_add32_overflows(s32 a, s32 b) in signed_add32_overflows() 6867 static bool signed_sub_overflows(s64 a, s64 b) in signed_sub_overflows() 6877 static bool signed_sub32_overflows(s32 a, s32 b) in signed_sub32_overflows()
|
/kernel/trace/ |
D | tracing_map.c | 130 char *a = val_a; in tracing_map_cmp_string() local 143 u64 a = atomic64_read((atomic64_t *)val_a); in tracing_map_cmp_atomic64() local 287 static void tracing_map_array_clear(struct tracing_map_array *a) in tracing_map_array_clear() 298 static void tracing_map_array_free(struct tracing_map_array *a) in tracing_map_array_free() 324 struct tracing_map_array *a; in tracing_map_array_alloc() 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 1024 const struct tracing_map_sort_entry **a = &entries[i]; 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 161 #define time_u64(a) a argument
|
D | trace_probe_tmpl.h | 265 struct probe_arg *a = args + i; in print_probe_args() local
|
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 1177 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b) in trace_probe_compare_arg_type()
|
D | trace_branch.c | 337 const struct ftrace_branch_data *a = p1; in annotated_branch_stat_cmp() local
|
D | trace_osnoise.c | 490 #define timerlat_save_stack(a) do {} while (0) argument 499 #define time_sub(a, b) ((a) - (b)) argument
|
D | trace_events_synth.c | 38 #define C(a, b) SYNTH_ERR_##a argument 43 #define C(a, b) b argument
|
/kernel/ |
D | sys.c | 81 # define SET_UNALIGN_CTL(a, b) (-EINVAL) argument 84 # define GET_UNALIGN_CTL(a, b) (-EINVAL) argument 87 # define SET_FPEMU_CTL(a, b) (-EINVAL) argument 90 # define GET_FPEMU_CTL(a, b) (-EINVAL) argument 93 # define SET_FPEXC_CTL(a, b) (-EINVAL) argument 96 # define GET_FPEXC_CTL(a, b) (-EINVAL) argument 99 # define GET_ENDIAN(a, b) (-EINVAL) argument 102 # define SET_ENDIAN(a, b) (-EINVAL) argument 105 # define GET_TSC_CTL(a) (-EINVAL) argument 108 # define SET_TSC_CTL(a) (-EINVAL) argument [all …]
|
D | softirq.c | 778 static void tasklet_action_common(struct softirq_action *a, in tasklet_action_common() 823 static __latent_entropy void tasklet_action(struct softirq_action *a) in tasklet_action() 828 static __latent_entropy void tasklet_hi_action(struct softirq_action *a) in tasklet_hi_action()
|
D | static_call_inline.c | 67 const struct static_call_site *a = _a; in static_call_site_cmp() local 84 struct static_call_site *a = _a; 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 | 78 kgid_t a = *(kgid_t *)_a; in gid_cmp() local
|
D | cred.c | 632 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 | 805 static int cmp_extents_forward(const void *a, const void *b) in cmp_extents_forward() 820 static int cmp_extents_reverse(const void *a, const void *b) in cmp_extents_reverse()
|
D | module.c | 129 mod_tree_less(struct latch_tree_node *a, struct latch_tree_node *b) in mod_tree_less() 780 static int already_uses(struct module *a, struct module *b) in already_uses() 801 static int add_module_usage(struct module *a, struct module *b) in add_module_usage() 818 static int ref_module(struct module *a, struct module *b) in ref_module() 1037 unsigned long a = (unsigned long)dereference_function_descriptor(addr); in symbol_put_addr() local 1118 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/kcsan/ |
D | debugfs.c | 97 const unsigned long a = *(const unsigned long *)rhs; in cmp_filterlist_addrs() local
|
/kernel/locking/ |
D | rtmutex.c | 407 static __always_inline bool __waiter_less(struct rb_node *a, const struct rb_node *b) in __waiter_less() 453 __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/cgroup/ |
D | cpuset.c | 707 static int cpusets_overlap(struct cpuset *a, struct cpuset *b) in cpusets_overlap() 885 struct cpuset *a = csa[i]; in generate_sched_domains() local 921 struct cpuset *a = csa[i]; 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() 276 static bool containing_match(struct dma_debug_entry *a, in containing_match()
|