| /kernel/bpf/ |
| D | tnum.c | 46 struct tnum tnum_add(struct tnum a, struct tnum b) in tnum_add() 58 struct tnum tnum_sub(struct tnum a, struct tnum b) in tnum_sub() 70 struct tnum tnum_and(struct tnum a, struct tnum b) in tnum_and() 80 struct tnum tnum_or(struct tnum a, struct tnum b) in tnum_or() 89 struct tnum tnum_xor(struct tnum a, struct tnum b) in tnum_xor() 112 struct tnum tnum_mul(struct tnum a, struct tnum b) in tnum_mul() 125 struct tnum tnum_intersect(struct tnum a, struct tnum b) in tnum_intersect() 148 bool tnum_in(struct tnum a, struct tnum b) in tnum_in()
|
| D | hashtab.c | 559 struct bucket *b; in htab_lru_map_delete_node() local 809 struct bucket *b; in htab_map_update_elem() local 865 struct bucket *b; in htab_lru_map_update_elem() local 930 struct bucket *b; in __htab_percpu_map_update_elem() local 983 struct bucket *b; in __htab_lru_percpu_map_update_elem() local 1058 struct bucket *b; in htab_map_delete_elem() local 1090 struct bucket *b; in htab_lru_map_delete_elem() local
|
| D | lpm_trie.c | 173 size_t b; in longest_prefix_match() local
|
| D | verifier.c | 1967 static bool signed_add_overflows(s64 a, s64 b) in signed_add_overflows() 1977 static bool signed_sub_overflows(s64 a, s64 b) in signed_sub_overflows()
|
| D | core.c | 336 struct latch_tree_node *b) in bpf_tree_less()
|
| /kernel/trace/ |
| D | tracing_map.c | 72 char *b = val_b; in tracing_map_cmp_string() local 85 u64 b = atomic64_read((atomic64_t *)val_b); in tracing_map_cmp_atomic64() local 707 const struct tracing_map_sort_entry **b) in cmp_entries_dup() 718 const struct tracing_map_sort_entry **b) in cmp_entries_sum() 746 const struct tracing_map_sort_entry **b) in cmp_entries_key() 947 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_branch.c | 334 struct ftrace_branch_data *b = p2; in annotated_branch_stat_cmp() local
|
| D | trace.h | 377 #define TRACER_OPT(s, b) .name = #s, .bit = b argument 1221 #define C(a, b) TRACE_ITER_##a##_BIT argument 1234 #define C(a, b) TRACE_ITER_##a = (1 << TRACE_ITER_##a##_BIT) argument
|
| D | ftrace.c | 568 struct ftrace_profile *b = p2; in function_stat_cmp() local 582 struct ftrace_profile *b = p2; in function_stat_cmp() local 1615 static int ftrace_cmp_recs(const void *a, const void *b) in ftrace_cmp_recs() 5604 static int ftrace_cmp_ips(const void *a, const void *b) in ftrace_cmp_ips()
|
| /kernel/ |
| D | sys.c | 77 # define SET_UNALIGN_CTL(a, b) (-EINVAL) argument 80 # define GET_UNALIGN_CTL(a, b) (-EINVAL) argument 83 # define SET_FPEMU_CTL(a, b) (-EINVAL) argument 86 # define GET_FPEMU_CTL(a, b) (-EINVAL) argument 89 # define SET_FPEXC_CTL(a, b) (-EINVAL) argument 92 # define GET_FPEXC_CTL(a, b) (-EINVAL) argument 95 # define GET_ENDIAN(a, b) (-EINVAL) argument 98 # define SET_ENDIAN(a, b) (-EINVAL) argument 116 # define SET_FP_MODE(a,b) (-EINVAL) argument
|
| D | groups.c | 84 kgid_t b = *(kgid_t *)_b; in gid_cmp() local
|
| D | params.c | 95 bool parameqn(const char *a, const char *b, size_t n) in parameqn() 106 bool parameq(const char *a, const char *b) in parameq()
|
| D | module.c | 127 mod_tree_less(struct latch_tree_node *a, struct latch_tree_node *b) in mod_tree_less() 545 const struct kernel_symbol *b; in cmp_name() local 813 static int already_uses(struct module *a, struct module *b) in already_uses() 834 static int add_module_usage(struct module *a, struct module *b) in add_module_usage() 853 int ref_module(struct module *a, struct module *b) in ref_module() 1153 int ref_module(struct module *a, struct module *b) in ref_module()
|
| D | pid.c | 117 static int pid_before(int base, int a, int b) in pid_before()
|
| D | jump_label.c | 35 static int jump_label_cmp(const void *a, const void *b) in jump_label_cmp()
|
| D | auditfilter.c | 676 static int audit_compare_rule(struct audit_krule *a, struct audit_krule *b) in audit_compare_rule()
|
| /kernel/time/ |
| D | timeconv.c | 43 static long math_div(long a, long b) in math_div()
|
| D | hrtimer.c | 273 # define switch_hrtimer_base(t, b, p) (b) argument 735 static inline int __hrtimer_hres_active(struct hrtimer_cpu_base *b) { return 0; } in __hrtimer_hres_active()
|
| D | timer.c | 1812 int b; in timers_prepare_cpu() local 1828 int b, i; in timers_dead_cpu() local
|
| /kernel/cgroup/ |
| D | cpuset.c | 558 static int cpusets_overlap(struct cpuset *a, struct cpuset *b) in cpusets_overlap() 733 struct cpuset *b = csa[j]; in generate_sched_domains() local 789 struct cpuset *b = csa[j]; in generate_sched_domains() local
|
| D | cgroup-v1.c | 288 static int cmppid(const void *a, const void *b) in cmppid()
|
| /kernel/sched/ |
| D | topology.c | 1014 const struct sched_group_energy *b) in sched_group_energy_equal() 1481 int a, b, c, n; in init_numa_topology_type() local
|
| /kernel/locking/ |
| D | mutex.c | 287 __ww_ctx_stamp_after(struct ww_acquire_ctx *a, struct ww_acquire_ctx *b) in __ww_ctx_stamp_after()
|
| /kernel/rcu/ |
| D | tree.h | 183 } b; /* Bits. */ member
|