Searched refs:scheduler (Results 1 – 12 of 12) sorted by relevance
5 …scheduler attempts to achieve these goals by expecting all threads in the system to be tagged with…8 …scheduler, timesharing is achieved by decaying the priority of threads depending on global system …10 …scheduler is the timesharing algorithm for threads on a single cluster. The **Edge scheduler** ext…14 …scheduler schedules groups of threads instead of individual threads. Breaking away from the tradit…22 …kets for threads bounded to this hierarchy and cluster which allows the scheduler to timeshare eff…26 …aring algorithm to allow the system to function similar to the existing scheduler from a higher le…39 … lead to performance issues. In order to address that, the bucket level scheduler implements a roo…51 …scheduler would continue to select this warping bucket over lower priority buckets. Once the warpi…59 * Deadline based scheduling allows the scheduler to define strict bounds on worst case execution la…62 * Since the bucket level scheduler deals with a fixed small number of runnable buckets in the worst…[all …]
142 static uint32_t scheduler; variable167 scheduler = ifcqs->ifqs_scheduler; in aqmstats_setup()227 if (scheduler == PKTSCHEDT_FQ_CODEL) {246 if (scheduler == PKTSCHEDT_FQ_CODEL) {
34 T_META_NAMESPACE("xnu.scheduler"),
6 from scheduler import GetRecentTimestamp
62 scheduler.py \
5 from scheduler import GetRecentTimestamp
13 from scheduler import *
1318 from scheduler import *
109 pktsched_setup(struct ifclassq *ifq, u_int32_t scheduler, u_int32_t sflags, in pktsched_setup() argument120 if (ifq->ifcq_type == scheduler) { in pktsched_setup()
684 #error Enable at least one scheduler algorithm in osfmk/conf/MASTER.XXX
1695 u_int32_t scheduler; /* scheduler type */ member1942 u_int8_t scheduler; member
686 # Timeshare scheduler implementations