Searched defs:sched_domain (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-4.19/include/linux/sched/ |
| D | topology.h | 77 struct sched_domain { struct 79 struct sched_domain *parent; /* top domain must be null terminated */ argument 80 struct sched_domain *child; /* bottom domain must be null terminated */ argument 81 struct sched_group *groups; /* the balancing groups of the domain */ 82 unsigned long min_interval; /* Minimum balance interval ms */ 83 unsigned long max_interval; /* Maximum balance interval ms */ 84 unsigned int busy_factor; /* less balancing by factor if busy */ 85 unsigned int imbalance_pct; /* No balance until over watermark */ 86 unsigned int cache_nice_tries; /* Leave cache hot tasks for # tries */ 87 unsigned int busy_idx; [all …]
|
| /kernel/linux/linux-5.10/include/linux/sched/ |
| D | topology.h | 79 struct sched_domain { struct 81 struct sched_domain __rcu *parent; /* top domain must be null terminated */ argument 82 struct sched_domain __rcu *child; /* bottom domain must be null terminated */ argument 83 struct sched_group *groups; /* the balancing groups of the domain */ 84 unsigned long min_interval; /* Minimum balance interval ms */ 85 unsigned long max_interval; /* Maximum balance interval ms */ 86 unsigned int busy_factor; /* less balancing by factor if busy */ 87 unsigned int imbalance_pct; /* No balance until over watermark */ 88 unsigned int cache_nice_tries; /* Leave cache hot tasks for # tries */ 90 int nohz_idle; /* NOHZ IDLE status */ [all …]
|
| /kernel/linux/linux-5.10/block/ |
| D | kyber-iosched.c | 211 unsigned int sched_domain, unsigned int type) in flush_latency_buckets() 226 unsigned int sched_domain, unsigned int type, in calculate_percentile() 266 unsigned int sched_domain, unsigned int depth) in kyber_resize_domain() 279 unsigned int sched_domain; in kyber_timer_fn() local 537 unsigned int sched_domain; in rq_clear_domain_token() local 568 unsigned int sched_domain = kyber_sched_domain(bio->bi_opf); in kyber_bio_merge() local 591 unsigned int sched_domain = kyber_sched_domain(rq->cmd_flags); in kyber_insert_requests() local 615 unsigned int sched_domain, unsigned int type, in add_latency_sample() 636 unsigned int sched_domain; in kyber_completed_request() local 656 unsigned int sched_domain; member [all …]
|
| /kernel/linux/linux-4.19/block/ |
| D | kyber-iosched.c | 147 unsigned int sched_domain, u64 target) in kyber_lat_status() 171 unsigned int sched_domain, int this_status, in kyber_adjust_rw_depth() 485 unsigned int sched_domain; in rq_clear_domain_token() local 514 unsigned int sched_domain = kyber_sched_domain(bio->bi_opf); in kyber_bio_merge() local 538 unsigned int sched_domain = kyber_sched_domain(rq->cmd_flags); in kyber_insert_requests() local 565 unsigned int sched_domain; in kyber_completed_request() local 600 unsigned int sched_domain; member 619 unsigned int sched_domain, in kyber_flush_busy_kcqs() 646 unsigned int sched_domain = khd->cur_domain; in kyber_get_domain_token() local
|