Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 27) sorted by relevance

12

/kernel/trace/
Dtracing_map.c71 char *a = val_a; in tracing_map_cmp_string() local
84 u64 a = atomic64_read((atomic64_t *)val_a); in tracing_map_cmp_atomic64() local
206 void tracing_map_array_clear(struct tracing_map_array *a) in tracing_map_array_clear()
217 void tracing_map_array_free(struct tracing_map_array *a) in tracing_map_array_free()
242 struct tracing_map_array *a; in tracing_map_array_alloc() local
706 static int cmp_entries_dup(const struct tracing_map_sort_entry **a, in cmp_entries_dup()
717 static int cmp_entries_sum(const struct tracing_map_sort_entry **a, in cmp_entries_sum()
745 static int cmp_entries_key(const struct tracing_map_sort_entry **a, in cmp_entries_key()
946 const struct tracing_map_sort_entry **a = &entries[i]; in sort_secondary() local
Dtrace_hwlat.c137 #define time_sub(a, b) ((a) - (b)) argument
138 #define init_time(a, b) (a = b) argument
139 #define time_u64(a) a argument
Dtrace_branch.c294 struct ftrace_branch_data *a = p1; in annotated_branch_stat_cmp() local
Dftrace.c552 struct ftrace_profile *a = p1; in function_stat_cmp() local
566 struct ftrace_profile *a = p1; 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()
Dtrace.h1021 #define C(a, b) TRACE_ITER_##a##_BIT argument
1034 #define C(a, b) TRACE_ITER_##a = (1 << TRACE_ITER_##a##_BIT) argument
Dtrace_events_filter.c1109 int a, int b) in is_precedence_lower()
/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
91 # define GET_TSC_CTL(a) (-EINVAL) argument
94 # define SET_TSC_CTL(a) (-EINVAL) argument
[all …]
Dsoftirq.c499 static __latent_entropy void tasklet_action(struct softirq_action *a) in tasklet_action()
535 static __latent_entropy void tasklet_hi_action(struct softirq_action *a) in tasklet_hi_action()
Dmodule.c124 mod_tree_less(struct latch_tree_node *a, struct latch_tree_node *b) in mod_tree_less()
537 const char *a; 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()
1045 unsigned long a = (unsigned long)dereference_function_descriptor(addr); in symbol_put_addr() local
1126 int ref_module(struct module *a, struct module *b) in ref_module()
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()
710 struct cpuset *a = csa[i]; in generate_sched_domains() local
745 struct cpuset *a = csa[i]; in generate_sched_domains() local
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.c4559 unsigned a = pid & 0x55555555; 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()
Dauditsc.c2203 int __audit_sockaddr(int len, void *a) in __audit_sockaddr()
Dworkqueue.c3163 static bool wqattrs_equal(const struct workqueue_attrs *a, in wqattrs_equal()
/kernel/time/
Dtimeconv.c43 static long math_div(long a, long b) in math_div()
/kernel/locking/
Drtmutex.h23 #define debug_rt_mutex_deadlock(d, a ,l) do { } while (0) argument
/kernel/rcu/
Dtree_plugin.h54 #define rt_mutex_owner(a) ({ WARN_ON_ONCE(1); NULL; }) argument
/kernel/debug/kdb/
Dkdb_main.c1698 unsigned long a; in kdb_md() 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()
Dfair.c507 static inline int entity_before(struct sched_entity *a, in entity_before()
2036 int a, b; in preferred_group_nid() local
/kernel/events/
Dcore.c3217 #define REDUCE_FLS(a, b) \ in perf_calculate_period() argument
9548 static void mutex_lock_double(struct mutex *a, struct mutex *b) in mutex_lock_double()

12