/kernel/ |
D | sys.c | 69 # define SET_UNALIGN_CTL(a, b) (-EINVAL) argument 72 # define GET_UNALIGN_CTL(a, b) (-EINVAL) argument 75 # define SET_FPEMU_CTL(a, b) (-EINVAL) argument 78 # define GET_FPEMU_CTL(a, b) (-EINVAL) argument 81 # define SET_FPEXC_CTL(a, b) (-EINVAL) argument 84 # define GET_FPEXC_CTL(a, b) (-EINVAL) argument 87 # define GET_ENDIAN(a, b) (-EINVAL) argument 90 # define SET_ENDIAN(a, b) (-EINVAL) argument 93 # define GET_TSC_CTL(a) (-EINVAL) argument 96 # define SET_TSC_CTL(a) (-EINVAL) argument [all …]
|
D | softirq.c | 485 static void tasklet_action(struct softirq_action *a) in tasklet_action() 521 static void tasklet_hi_action(struct softirq_action *a) in tasklet_hi_action()
|
D | module.c | 146 mod_tree_less(struct latch_tree_node *a, struct latch_tree_node *b) in mod_tree_less() 559 const char *a; in cmp_name() local 812 static int already_uses(struct module *a, struct module *b) in already_uses() 833 static int add_module_usage(struct module *a, struct module *b) in add_module_usage() 852 int ref_module(struct module *a, struct module *b) in ref_module() 1066 unsigned long a = (unsigned long)dereference_function_descriptor(addr); in symbol_put_addr() local 1147 int ref_module(struct module *a, struct module *b) in ref_module()
|
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 | cpuset.c | 545 static int cpusets_overlap(struct cpuset *a, struct cpuset *b) in cpusets_overlap() 709 struct cpuset *a = csa[i]; in generate_sched_domains() local 744 struct cpuset *a = csa[i]; in generate_sched_domains() local
|
D | jump_label.c | 33 static int jump_label_cmp(const void *a, const void *b) in jump_label_cmp()
|
D | pid.c | 116 static int pid_before(int base, int a, int b) in pid_before()
|
D | auditfilter.c | 674 static int audit_compare_rule(struct audit_krule *a, struct audit_krule *b) in audit_compare_rule()
|
D | cgroup.c | 4267 unsigned a = pid & 0x55555555; in pid_fry() local 4281 static int cmppid(const void *a, const void *b) in cmppid() 4286 static int fried_cmppid(const void *a, const void *b) in fried_cmppid()
|
D | auditsc.c | 2202 int __audit_sockaddr(int len, void *a) in __audit_sockaddr()
|
D | workqueue.c | 3085 static bool wqattrs_equal(const struct workqueue_attrs *a, in wqattrs_equal()
|
/kernel/time/ |
D | timeconv.c | 43 static long math_div(long a, long b) in math_div()
|
/kernel/locking/ |
D | rtmutex.h | 21 #define debug_rt_mutex_deadlock(d, a ,l) do { } while (0) argument
|
/kernel/sched/ |
D | cpudeadline.c | 34 static void cpudl_exchange(struct cpudl *cp, int a, int b) in cpudl_exchange()
|
D | sched.h | 128 dl_entity_preempt(struct sched_dl_entity *a, struct sched_dl_entity *b) in dl_entity_preempt()
|
D | fair.c | 509 static inline int entity_before(struct sched_entity *a, in entity_before() 1944 int a, b; in preferred_group_nid() local
|
/kernel/trace/ |
D | trace_branch.c | 294 struct ftrace_branch_data *a = p1; in annotated_branch_stat_cmp() local
|
D | ftrace.c | 581 struct ftrace_profile *a = p1; in function_stat_cmp() local 595 struct ftrace_profile *a = p1; in function_stat_cmp() local 1554 static int ftrace_cmp_recs(const void *a, const void *b) in ftrace_cmp_recs() 4810 static int ftrace_cmp_ips(const void *a, const void *b) in ftrace_cmp_ips()
|
D | trace.h | 980 #define C(a, b) TRACE_ITER_##a##_BIT argument 993 #define C(a, b) TRACE_ITER_##a = (1 << TRACE_ITER_##a##_BIT) argument
|
D | trace_events_filter.c | 1139 int a, int b) in is_precedence_lower()
|
D | trace.c | 874 #define C(a, b) b argument
|
/kernel/debug/kdb/ |
D | kdb_main.c | 1713 unsigned long a; in kdb_md() local
|
/kernel/rcu/ |
D | tree_plugin.h | 54 #define rt_mutex_owner(a) ({ WARN_ON_ONCE(1); NULL; }) argument
|
/kernel/printk/ |
D | printk.c | 2679 struct console *a, *b; in unregister_console() local
|
/kernel/events/ |
D | core.c | 2948 #define REDUCE_FLS(a, b) \ in perf_calculate_period() argument 8257 static void mutex_lock_double(struct mutex *a, struct mutex *b) in mutex_lock_double()
|