Searched defs:sd (Results 1 – 13 of 13) sorted by relevance
/kernel/sched/ |
D | topology.c | 28 static int sched_domain_debug_one(struct sched_domain *sd, int cpu, int level, in sched_domain_debug_one() 115 static void sched_domain_debug(struct sched_domain *sd, int cpu) in sched_domain_debug() 141 # define sched_domain_debug(sd, cpu) do { } while (0) argument 148 static int sd_degenerate(struct sched_domain *sd) in sd_degenerate() 174 sd_parent_degenerate(struct sched_domain *sd, struct sched_domain *parent) in sd_parent_degenerate() 581 static void destroy_sched_domain(struct sched_domain *sd) in destroy_sched_domain() 597 struct sched_domain *sd = container_of(rcu, struct sched_domain, rcu); in destroy_sched_domains_rcu() local 606 static void destroy_sched_domains(struct sched_domain *sd) in destroy_sched_domains() 633 struct sched_domain *sd; in update_top_cache_domain() local 664 cpu_attach_domain(struct sched_domain *sd, struct root_domain *rd, int cpu) in cpu_attach_domain() [all …]
|
D | fair.c | 1752 struct sched_domain *sd; in task_numa_migrate() local 5494 wake_affine_weight(struct sched_domain *sd, struct task_struct *p, in wake_affine_weight() 5536 static int wake_affine(struct sched_domain *sd, struct task_struct *p, in wake_affine() 5570 find_idlest_group(struct sched_domain *sd, struct task_struct *p, in find_idlest_group() 5762 static inline int find_idlest_cpu(struct sched_domain *sd, struct task_struct *p, in find_idlest_cpu() 5873 static int select_idle_core(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_core() 5931 static inline int select_idle_core(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_core() 5948 static int select_idle_cpu(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_cpu() 6005 struct sched_domain *sd; in select_idle_sibling() local 6360 struct sched_domain *sd; in find_energy_efficient_cpu() local [all …]
|
D | stats.c | 25 struct sched_domain *sd; in show_schedstat() local
|
D | debug.c | 249 sd_alloc_ctl_domain_table(struct sched_domain *sd) in sd_alloc_ctl_domain_table() 272 struct sched_domain *sd; in sd_alloc_ctl_cpu_table() local
|
D | sched.h | 930 struct sched_domain __rcu *sd; member 1350 #define for_each_lower_domain(sd) for (; sd; sd = sd->child) argument 1363 struct sched_domain *sd, *hsd = NULL; in highest_flag_domain() local 1376 struct sched_domain *sd; in lowest_flag_domain() local 2001 unsigned long arch_scale_max_freq_capacity(struct sched_domain *sd, int cpu) in arch_scale_max_freq_capacity()
|
D | deadline.c | 1878 struct sched_domain *sd; in find_later_rq() local
|
D | rt.c | 1684 struct sched_domain *sd; in find_lowest_rq() local
|
D | core.c | 556 struct sched_domain *sd; in get_nohz_timer_target() local 2190 struct sched_domain *sd; in ttwu_stat() local
|
/kernel/ |
D | seccomp.c | 144 static void populate_seccomp_data(struct seccomp_data *sd) in populate_seccomp_data() 254 static u32 seccomp_run_filters(const struct seccomp_data *sd, in seccomp_run_filters() 737 const struct seccomp_data *sd) in seccomp_do_user_notification() 787 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter() 913 static int __seccomp_filter(int this_syscall, const struct seccomp_data *sd, in __seccomp_filter() 920 int __secure_computing(const struct seccomp_data *sd) in __secure_computing()
|
/kernel/irq/ |
D | debugfs.c | 19 const struct irq_bit_descr *sd, int size) in irq_debug_show_bits()
|
/kernel/trace/ |
D | bpf_trace.c | 421 u64 flags, struct perf_sample_data *sd) in __bpf_perf_event_output() 470 struct perf_sample_data *sd; in BPF_CALL_5() local 531 struct perf_sample_data *sd; in bpf_event_output() local
|
/kernel/rcu/ |
D | rcutorture.c | 1774 int sd; in rcu_torture_fwd_prog_nr() local
|
/kernel/events/ |
D | core.c | 2836 struct stop_event_data *sd = info; in __perf_event_stop() local 2872 struct stop_event_data sd = { in perf_event_stop() local 6939 struct stop_event_data sd = { in __perf_event_output_stop() local
|