/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() 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() [all …]
|
/kernel/trace/ |
D | tracing_map.c | 129 char *a = val_a; in tracing_map_cmp_string() local 142 u64 a = atomic64_read((atomic64_t *)val_a); in tracing_map_cmp_atomic64() local 286 void tracing_map_array_clear(struct tracing_map_array *a) in tracing_map_array_clear() 297 void tracing_map_array_free(struct tracing_map_array *a) in tracing_map_array_free() 322 struct tracing_map_array *a; in tracing_map_array_alloc() local 837 static int cmp_entries_dup(const struct tracing_map_sort_entry **a, in cmp_entries_dup() 848 static int cmp_entries_sum(const struct tracing_map_sort_entry **a, in cmp_entries_sum() 876 static int cmp_entries_key(const struct tracing_map_sort_entry **a, in cmp_entries_key() 1009 const struct tracing_map_sort_entry **a = &entries[i]; in sort_secondary() local
|
D | trace_hwlat.c | 136 #define time_sub(a, b) ((a) - (b)) argument 137 #define init_time(a, b) (a = b) argument 138 #define time_u64(a) a argument
|
D | trace_probe_tmpl.h | 224 struct probe_arg *a = args + i; in print_probe_args() local
|
D | trace_events_filter.c | 36 #define C(a, b) a argument 41 #define C(a, b) b argument 73 #define C(a, b) FILT_ERR_##a argument 78 #define C(a, b) b argument
|
D | trace_probe.c | 17 #define C(a, b) b argument 1094 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 struct ftrace_branch_data *a = p1; in annotated_branch_stat_cmp() local
|
D | trace_probe.h | 444 #define C(a, b) TP_ERR_##a argument
|
D | ftrace.c | 468 struct ftrace_profile *a = p1; in function_stat_cmp() local 482 struct ftrace_profile *a = p1; in function_stat_cmp() local 1525 static int ftrace_cmp_recs(const void *a, const void *b) in ftrace_cmp_recs() 5555 static int ftrace_cmp_ips(const void *a, const void *b) in ftrace_cmp_ips()
|
/kernel/ |
D | sys.c | 79 # define SET_UNALIGN_CTL(a, b) (-EINVAL) argument 82 # define GET_UNALIGN_CTL(a, b) (-EINVAL) argument 85 # define SET_FPEMU_CTL(a, b) (-EINVAL) argument 88 # define GET_FPEMU_CTL(a, b) (-EINVAL) argument 91 # define SET_FPEXC_CTL(a, b) (-EINVAL) argument 94 # define GET_FPEXC_CTL(a, b) (-EINVAL) argument 97 # define GET_ENDIAN(a, b) (-EINVAL) argument 100 # define SET_ENDIAN(a, b) (-EINVAL) argument 103 # define GET_TSC_CTL(a) (-EINVAL) argument 106 # define SET_TSC_CTL(a) (-EINVAL) argument [all …]
|
D | softirq.c | 501 static void tasklet_action_common(struct softirq_action *a, in tasklet_action_common() 539 static __latent_entropy void tasklet_action(struct softirq_action *a) in tasklet_action() 544 static __latent_entropy void tasklet_hi_action(struct softirq_action *a) in tasklet_hi_action()
|
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 | 83 kgid_t a = *(kgid_t *)_a; in gid_cmp() local
|
D | cred.c | 613 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 | 788 static int cmp_extents_forward(const void *a, const void *b) in cmp_extents_forward() 803 static int cmp_extents_reverse(const void *a, const void *b) in cmp_extents_reverse()
|
D | module.c | 120 mod_tree_less(struct latch_tree_node *a, struct latch_tree_node *b) in mod_tree_less() 828 static int already_uses(struct module *a, struct module *b) in already_uses() 849 static int add_module_usage(struct module *a, struct module *b) in add_module_usage() 866 int ref_module(struct module *a, struct module *b) in ref_module() 1085 unsigned long a = (unsigned long)dereference_function_descriptor(addr); in symbol_put_addr() local 1166 int ref_module(struct module *a, struct module *b) in ref_module()
|
D | auditfilter.c | 689 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()
|
/kernel/locking/ |
D | rtmutex.h | 22 #define debug_rt_mutex_deadlock(d, a ,l) do { } while (0) argument
|
D | mutex.c | 352 __ww_ctx_stamp_after(struct ww_acquire_ctx *a, struct ww_acquire_ctx *b) in __ww_ctx_stamp_after()
|
/kernel/cgroup/ |
D | cpuset.c | 640 static int cpusets_overlap(struct cpuset *a, struct cpuset *b) in cpusets_overlap() 818 struct cpuset *a = csa[i]; in generate_sched_domains() local 854 struct cpuset *a = csa[i]; in generate_sched_domains() local
|
D | cgroup-v1.c | 276 static int cmppid(const void *a, const void *b) in cmppid()
|
/kernel/dma/ |
D | debug.c | 266 static bool exact_match(struct dma_debug_entry *a, struct dma_debug_entry *b) in exact_match() 272 static bool containing_match(struct dma_debug_entry *a, in containing_match()
|
/kernel/sched/ |
D | topology.c | 1527 int a, b, c, n; in init_numa_topology_type() local
|