Home
last modified time | relevance | path

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

12

/kernel/bpf/
Dtnum.c62 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()
Dhashtab.c577 struct bucket *b; in htab_lru_map_delete_node() local
826 struct bucket *b; in htab_map_update_elem() local
918 struct bucket *b; in htab_lru_map_update_elem() local
983 struct bucket *b; in __htab_percpu_map_update_elem() local
1036 struct bucket *b; in __htab_lru_percpu_map_update_elem() local
1111 struct bucket *b; in htab_map_delete_elem() local
1143 struct bucket *b; in htab_lru_map_delete_elem() local
/kernel/trace/
Dtracing_map.c130 char *b = val_b; in tracing_map_cmp_string() local
143 u64 b = atomic64_read((atomic64_t *)val_b); in tracing_map_cmp_atomic64() local
838 const struct tracing_map_sort_entry **b) in cmp_entries_dup()
849 const struct tracing_map_sort_entry **b) in cmp_entries_sum()
877 const struct tracing_map_sort_entry **b) in cmp_entries_key()
1010 const struct tracing_map_sort_entry **b = &entries[i + 1]; in sort_secondary() local
Dtrace_hwlat.c136 #define time_sub(a, b) ((a) - (b)) argument
137 #define init_time(a, b) (a = b) argument
Dtrace_events_filter.c36 #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
Dtrace_probe.c17 #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()
Dtrace_branch.c338 struct ftrace_branch_data *b = p2; in annotated_branch_stat_cmp() local
Dtrace.h436 #define TRACER_OPT(s, b) .name = #s, .bit = b argument
1265 #define C(a, b) TRACE_ITER_##a##_BIT argument
1278 #define C(a, b) TRACE_ITER_##a = (1 << TRACE_ITER_##a##_BIT) argument
Dtrace_probe.h444 #define C(a, b) TP_ERR_##a argument
Dftrace.c469 struct ftrace_profile *b = p2; in function_stat_cmp() local
483 struct ftrace_profile *b = p2; 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/
Dsys.c79 # 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
112 # define SET_FP_MODE(a,b) (-EINVAL) argument
121 # define PAC_RESET_KEYS(a, b) (-EINVAL) argument
Djump_label.c35 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()
Dgroups.c84 kgid_t b = *(kgid_t *)_b; in gid_cmp() local
Dcred.c613 int cred_fscmp(const struct cred *a, const struct cred *b) in cred_fscmp()
Dparams.c84 bool parameqn(const char *a, const char *b, size_t n) in parameqn()
95 bool parameq(const char *a, const char *b) in parameq()
Duser_namespace.c788 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()
Dmodule.c120 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()
1166 int ref_module(struct module *a, struct module *b) in ref_module()
Dauditfilter.c689 static int audit_compare_rule(struct audit_krule *a, struct audit_krule *b) in audit_compare_rule()
/kernel/time/
Dtimeconv.c44 static long math_div(long a, long b) in math_div()
Dtimer.c1961 int b; in timers_prepare_cpu() local
1977 int b, i; in timers_dead_cpu() local
/kernel/cgroup/
Dcpuset.c640 static int cpusets_overlap(struct cpuset *a, struct cpuset *b) in cpusets_overlap()
822 struct cpuset *b = csa[j]; in generate_sched_domains() local
879 struct cpuset *b = csa[j]; in generate_sched_domains() local
Dcgroup-v1.c276 static int cmppid(const void *a, const void *b) in cmppid()
/kernel/dma/
Ddebug.c266 static bool exact_match(struct dma_debug_entry *a, struct dma_debug_entry *b) in exact_match()
273 struct dma_debug_entry *b) in containing_match()
/kernel/locking/
Dmutex.c352 __ww_ctx_stamp_after(struct ww_acquire_ctx *a, struct ww_acquire_ctx *b) in __ww_ctx_stamp_after()
/kernel/rcu/
Dtree.h144 } b; /* Bits. */ member

12