Searched defs:sd (Results 1 – 10 of 10) sorted by relevance
| /kernel/ |
| D | seccomp.c | 70 static void populate_seccomp_data(struct seccomp_data *sd) in populate_seccomp_data() 176 static u32 seccomp_run_filters(const struct seccomp_data *sd) in seccomp_run_filters() 568 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter() 659 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter() 666 int __secure_computing(const struct seccomp_data *sd) in __secure_computing()
|
| /kernel/sched/ |
| D | core.c | 543 struct sched_domain *sd; in get_nohz_timer_target() local 1676 struct sched_domain *sd; in ttwu_stat() local 5760 static int sched_domain_debug_one(struct sched_domain *sd, int cpu, int level, in sched_domain_debug_one() 5830 static void sched_domain_debug(struct sched_domain *sd, int cpu) in sched_domain_debug() 5856 # define sched_domain_debug(sd, cpu) do { } while (0) argument 5863 static int sd_degenerate(struct sched_domain *sd) in sd_degenerate() 5894 sd_parent_degenerate(struct sched_domain *sd, struct sched_domain *parent) in sd_parent_degenerate() 6084 static void destroy_sched_domain(struct sched_domain *sd) in destroy_sched_domain() 6103 struct sched_domain *sd = container_of(rcu, struct sched_domain, rcu); in destroy_sched_domains_rcu() local 6112 static void destroy_sched_domains(struct sched_domain *sd) in destroy_sched_domains() [all …]
|
| D | fair.c | 1716 struct sched_domain *sd; in task_numa_migrate() local 5769 struct sched_domain *sd; in compute_energy() local 5865 struct sched_domain *sd; in select_energy_cpu_idx() local 5973 static int wake_affine(struct sched_domain *sd, struct task_struct *p, in wake_affine() 6192 find_idlest_group(struct sched_domain *sd, struct task_struct *p, in find_idlest_group() 6365 static inline int find_idlest_cpu(struct sched_domain *sd, struct task_struct *p, in find_idlest_cpu() 6483 static int select_idle_core(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_core() 6517 static int select_idle_smt(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_smt() 6533 static inline int select_idle_core(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_core() 6538 static inline int select_idle_smt(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_smt() [all …]
|
| D | stats.c | 47 struct sched_domain *sd; in show_schedstat() local
|
| D | sched.h | 696 struct sched_domain *sd; member 896 #define for_each_lower_domain(sd) for (; sd; sd = sd->child) argument 909 struct sched_domain *sd, *hsd = NULL; in highest_flag_domain() local 922 struct sched_domain *sd; in lowest_flag_domain() local 1582 unsigned long arch_scale_freq_capacity(struct sched_domain *sd, int cpu) in arch_scale_freq_capacity() 1590 unsigned long arch_scale_max_freq_capacity(struct sched_domain *sd, int cpu) in arch_scale_max_freq_capacity() 1598 unsigned long arch_scale_min_freq_capacity(struct sched_domain *sd, int cpu) in arch_scale_min_freq_capacity() 1610 unsigned long arch_scale_cpu_capacity(struct sched_domain *sd, int cpu) in arch_scale_cpu_capacity()
|
| D | tune.c | 831 struct sched_domain *sd, in schedtune_add_cluster_nrg() 903 struct sched_domain *sd; in schedtune_init() local
|
| D | debug.c | 301 sd_alloc_ctl_domain_table(struct sched_domain *sd) in sd_alloc_ctl_domain_table() 370 struct sched_domain *sd; in sd_alloc_ctl_cpu_table() local
|
| D | deadline.c | 1404 struct sched_domain *sd; in find_later_rq() local
|
| D | rt.c | 1666 struct sched_domain *sd; in find_lowest_rq() local
|
| /kernel/events/ |
| D | core.c | 2534 struct stop_event_data *sd = info; in __perf_event_stop() local 2570 struct stop_event_data sd = { in perf_event_stop() local 6278 struct stop_event_data sd = { in __perf_event_output_stop() local
|