Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 36) sorted by relevance

12

/kernel/bpf/
Dtnum.c46 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()
Dhashtab.c559 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
Dlpm_trie.c173 size_t b; in longest_prefix_match() local
Dverifier.c1967 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()
Dcore.c336 struct latch_tree_node *b) in bpf_tree_less()
/kernel/trace/
Dtracing_map.c72 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
Dtrace_hwlat.c138 #define time_sub(a, b) ((a) - (b)) argument
139 #define init_time(a, b) (a = b) argument
Dtrace_branch.c334 struct ftrace_branch_data *b = p2; in annotated_branch_stat_cmp() local
Dtrace.h377 #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
Dftrace.c568 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/
Dsys.c77 # 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
Dgroups.c84 kgid_t b = *(kgid_t *)_b; in gid_cmp() local
Dparams.c95 bool parameqn(const char *a, const char *b, size_t n) in parameqn()
106 bool parameq(const char *a, const char *b) in parameq()
Dmodule.c127 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()
Dpid.c117 static int pid_before(int base, int a, int b) in pid_before()
Djump_label.c35 static int jump_label_cmp(const void *a, const void *b) in jump_label_cmp()
Dauditfilter.c676 static int audit_compare_rule(struct audit_krule *a, struct audit_krule *b) in audit_compare_rule()
/kernel/time/
Dtimeconv.c43 static long math_div(long a, long b) in math_div()
Dhrtimer.c273 # 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()
Dtimer.c1812 int b; in timers_prepare_cpu() local
1828 int b, i; in timers_dead_cpu() local
/kernel/cgroup/
Dcpuset.c558 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
Dcgroup-v1.c288 static int cmppid(const void *a, const void *b) in cmppid()
/kernel/sched/
Dtopology.c1014 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/
Dmutex.c287 __ww_ctx_stamp_after(struct ww_acquire_ctx *a, struct ww_acquire_ctx *b) in __ww_ctx_stamp_after()
/kernel/rcu/
Dtree.h183 } b; /* Bits. */ member

12