Searched defs:sd (Results 1 – 8 of 8) 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(struct seccomp_data *sd) in seccomp_run_filters() 615 static u32 __seccomp_phase1_filter(int this_syscall, struct seccomp_data *sd) in __seccomp_phase1_filter() 689 u32 seccomp_phase1(struct seccomp_data *sd) in seccomp_phase1()
|
/kernel/sched/ |
D | core.c | 667 struct sched_domain *sd; in get_nohz_timer_target() local 1665 struct sched_domain *sd; in ttwu_stat() local 5346 sd_alloc_ctl_domain_table(struct sched_domain *sd) in sd_alloc_ctl_domain_table() 5415 struct sched_domain *sd; in sd_alloc_ctl_cpu_table() local 5680 static int sched_domain_debug_one(struct sched_domain *sd, int cpu, int level, in sched_domain_debug_one() 5755 static void sched_domain_debug(struct sched_domain *sd, int cpu) in sched_domain_debug() 5779 # define sched_domain_debug(sd, cpu) do { } while (0) argument 5786 static int sd_degenerate(struct sched_domain *sd) in sd_degenerate() 5812 sd_parent_degenerate(struct sched_domain *sd, struct sched_domain *parent) in sd_parent_degenerate() 5977 struct sched_domain *sd = container_of(rcu, struct sched_domain, rcu); in free_sched_domain() local [all …]
|
D | fair.c | 1349 struct sched_domain *sd; in task_numa_migrate() local 4757 struct sched_domain *sd; in sched_group_energy() local 4863 struct sched_domain *sd; in __energy_diff() local 5014 static int wake_affine(struct sched_domain *sd, struct task_struct *p, int sync) in wake_affine() 5239 find_idlest_group(struct sched_domain *sd, struct task_struct *p, in find_idlest_group() 5382 struct sched_domain *sd; in select_idle_sibling() local 5555 struct sched_domain *sd; in energy_aware_wake_cpu() local 5684 struct sched_domain *tmp, *affine_sd = NULL, *sd = NULL; in select_task_rq_fair() local 6292 struct sched_domain *sd; member 6867 static inline int get_sd_load_idx(struct sched_domain *sd, in get_sd_load_idx() [all …]
|
D | stats.c | 30 struct sched_domain *sd; in show_schedstat() local
|
D | tune.c | 828 struct sched_domain *sd, in schedtune_add_cluster_nrg() 900 struct sched_domain *sd; in schedtune_init() local
|
D | sched.h | 620 struct sched_domain *sd; member 778 #define for_each_lower_domain(sd) for (; sd; sd = sd->child) argument 791 struct sched_domain *sd, *hsd = NULL; in highest_flag_domain() local 804 struct sched_domain *sd; in lowest_flag_domain() local 1455 unsigned long arch_scale_freq_capacity(struct sched_domain *sd, int cpu) in arch_scale_freq_capacity() 1463 unsigned long arch_scale_cpu_capacity(struct sched_domain *sd, int cpu) in arch_scale_cpu_capacity()
|
D | deadline.c | 1286 struct sched_domain *sd; in find_later_rq() local
|
D | rt.c | 1631 struct sched_domain *sd; in find_lowest_rq() local
|