Searched refs:scheduler (Results 1 – 23 of 23) sorted by relevance
7 …scheduler attempts to achieve these goals by expecting all threads in the system to be tagged with…10 …scheduler, timesharing is achieved by decaying the priority of threads depending on global system …12 …scheduler is the timesharing algorithm for threads on a single cluster. The **Edge scheduler** ext…16 …scheduler schedules groups of threads instead of individual threads. Breaking away from the tradit…24 …kets for threads bounded to this hierarchy and cluster which allows the scheduler to timeshare eff…28 …aring algorithm to allow the system to function similar to the existing scheduler from a higher le…41 … lead to performance issues. In order to address that, the bucket level scheduler implements a roo…53 …scheduler would continue to select this warping bucket over lower priority buckets. Once the warpi…61 * Deadline based scheduling allows the scheduler to define strict bounds on worst case execution la…64 * 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"),
2 from scheduler import GetRecentTimestamp
3 from scheduler import GetRecentTimestamp
4 from scheduler import GetRecentTimestamp
9 from scheduler import GetRecentTimestamp
70 scheduler.py \
8 from scheduler import *
5 from scheduler import *
1618 from scheduler import *
1595 from scheduler import GetSchedMostRecentDispatch
116 pktsched_setup(struct ifclassq *ifq, u_int32_t scheduler, u_int32_t sflags, in pktsched_setup() argument127 if (ifq->ifcq_type == scheduler) { in pktsched_setup()
2994 u_int32_t scheduler; in skt_aqstatpr() local3032 scheduler = ifcqs->ifqs_scheduler; in skt_aqstatpr()3043 for (n = 0; n < IFCQ_SC_MAX && scheduler != PKTSCHEDT_NONE; n++) { in skt_aqstatpr()3052 switch (scheduler) { in skt_aqstatpr()
829 #error Enable at least one scheduler algorithm in osfmk/conf/MASTER.XXX
518 #pragma mark - scheduler
1181 #pragma mark exclaves scheduler communication
1880 #pragma mark SMR domains: scheduler integration
36 the scheduler and with interrupts disabled, it does not use "actual" threads to
1768 u_int32_t scheduler; /* scheduler type */ member2015 u_int8_t scheduler; member
76 … use finer grain locking or at least not share the global lock with the scheduler. See [rdar://363…
672 # Timeshare scheduler implementations