Home
last modified time | relevance | path

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

12

/kernel/rcu/
Dsrcu.c44 static inline void rcu_batch_init(struct rcu_batch *b) in rcu_batch_init()
53 static inline void rcu_batch_queue(struct rcu_batch *b, struct rcu_head *head) in rcu_batch_queue()
62 static inline bool rcu_batch_empty(struct rcu_batch *b) in rcu_batch_empty()
71 static inline struct rcu_head *rcu_batch_dequeue(struct rcu_batch *b) in rcu_batch_dequeue()
Dtree.h306 } b; /* Bits. */ member
/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.c137 #define time_sub(a, b) ((a) - (b)) argument
138 #define init_time(a, b) (a = b) argument
Dtrace_branch.c295 struct ftrace_branch_data *b = p2; in annotated_branch_stat_cmp() local
Dtrace.h366 #define TRACER_OPT(s, b) .name = #s, .bit = b argument
1021 #define C(a, b) TRACE_ITER_##a##_BIT argument
1034 #define C(a, b) TRACE_ITER_##a = (1 << TRACE_ITER_##a##_BIT) argument
Dftrace.c553 struct ftrace_profile *b = p2; in function_stat_cmp() local
567 struct ftrace_profile *b = p2; in function_stat_cmp() local
1532 static int ftrace_cmp_recs(const void *a, const void *b) in ftrace_cmp_recs()
4865 static int ftrace_cmp_ips(const void *a, const void *b) in ftrace_cmp_ips()
Dblktrace.c658 char b[BDEVNAME_SIZE]; in blk_trace_ioctl() local
Dtrace_events_filter.c1109 int a, int b) in is_precedence_lower()
Dring_buffer.c674 #define RB_WARN_ON(b, cond) \ argument
/kernel/
Dsys.c67 # define SET_UNALIGN_CTL(a, b) (-EINVAL) argument
70 # define GET_UNALIGN_CTL(a, b) (-EINVAL) argument
73 # define SET_FPEMU_CTL(a, b) (-EINVAL) argument
76 # define GET_FPEMU_CTL(a, b) (-EINVAL) argument
79 # define SET_FPEXC_CTL(a, b) (-EINVAL) argument
82 # define GET_FPEXC_CTL(a, b) (-EINVAL) argument
85 # define GET_ENDIAN(a, b) (-EINVAL) argument
88 # define SET_ENDIAN(a, b) (-EINVAL) argument
106 # define SET_FP_MODE(a,b) (-EINVAL) argument
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()
Dcpuset.c546 static int cpusets_overlap(struct cpuset *a, struct cpuset *b) in cpusets_overlap()
714 struct cpuset *b = csa[j]; in generate_sched_domains() local
770 struct cpuset *b = csa[j]; in generate_sched_domains() local
Dmodule.c124 mod_tree_less(struct latch_tree_node *a, struct latch_tree_node *b) in mod_tree_less()
538 const struct kernel_symbol *b; in cmp_name() local
790 static int already_uses(struct module *a, struct module *b) in already_uses()
811 static int add_module_usage(struct module *a, struct module *b) in add_module_usage()
830 int ref_module(struct module *a, struct module *b) in ref_module()
1126 int ref_module(struct module *a, struct module *b) in ref_module()
Dpid.c118 static int pid_before(int base, int a, int b) in pid_before()
Djump_label.c34 static int jump_label_cmp(const void *a, const void *b) in jump_label_cmp()
Dauditfilter.c667 static int audit_compare_rule(struct audit_krule *a, struct audit_krule *b) in audit_compare_rule()
Dcgroup.c4560 unsigned b = pid & 0xAAAAAAAA; in pid_fry() local
4573 static int cmppid(const void *a, const void *b) in cmppid()
4578 static int fried_cmppid(const void *a, const void *b) in fried_cmppid()
Dsignal.c132 #define PENDING(p,b) has_pending_signals(&(p)->signal, (b)) argument
/kernel/time/
Dtimeconv.c43 static long math_div(long a, long b) in math_div()
Dhrtimer.c270 # define switch_hrtimer_base(t, b, p) (b) argument
716 static inline int __hrtimer_hres_active(struct hrtimer_cpu_base *b) { return 0; } in __hrtimer_hres_active()
Dtimer.c1857 int b; in timers_prepare_cpu() local
1873 int b, i; in timers_dead_cpu() local
/kernel/bpf/
Dhashtab.c524 struct bucket *b; in htab_map_update_elem() local
580 struct bucket *b; in __htab_percpu_map_update_elem() local
649 struct bucket *b; in htab_map_delete_elem() local
/kernel/printk/
Dprintk.c2777 struct console *a, *b; in unregister_console() local
/kernel/sched/
Dsched.h148 dl_entity_preempt(struct sched_dl_entity *a, struct sched_dl_entity *b) in dl_entity_preempt()

12