Home
last modified time | relevance | path

Searched refs:scheduler (Results 1 – 15 of 15) sorted by relevance

/xnu-8792.61.2/doc/
H A Dsched_clutch_edge.md5scheduler attempts to achieve these goals by expecting all threads in the system to be tagged with…
8scheduler, timesharing is achieved by decaying the priority of threads depending on global system …
10scheduler is the timesharing algorithm for threads on a single cluster. The **Edge scheduler** ext…
14scheduler 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…
51scheduler 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 …]
/xnu-8792.61.2/tests/
H A Daqm_qdelay_utun.c142 static uint32_t scheduler; variable
167 scheduler = ifcqs->ifqs_scheduler; in aqmstats_setup()
227 if (scheduler == PKTSCHEDT_FQ_CODEL) {
246 if (scheduler == PKTSCHEDT_FQ_CODEL) {
H A Dstackshot_block_owner_14362384.m34 T_META_NAMESPACE("xnu.scheduler"),
/xnu-8792.61.2/tools/lldbmacros/
H A Dulock.py6 from scheduler import GetRecentTimestamp
H A DMakefile62 scheduler.py \
H A Dworkqueue.py5 from scheduler import GetRecentTimestamp
H A Dmisc.py13 from scheduler import *
H A Dktrace.py11 from scheduler import *
H A Dxnu.py1320 from scheduler import *
/xnu-8792.61.2/bsd/net/pktsched/
H A Dpktsched.c114 pktsched_setup(struct ifclassq *ifq, u_int32_t scheduler, u_int32_t sflags, in pktsched_setup() argument
125 if (ifq->ifcq_type == scheduler) { in pktsched_setup()
/xnu-8792.61.2/osfmk/kern/
H A Dsched_prim.h776 #error Enable at least one scheduler algorithm in osfmk/conf/MASTER.XXX
H A Drecount.c401 #pragma mark - scheduler
/xnu-8792.61.2/bsd/net/
H A Dpfvar.h1695 u_int32_t scheduler; /* scheduler type */ member
1942 u_int8_t scheduler; member
/xnu-8792.61.2/doc/memorystatus/
H A Doverview.md81 … use finer grain locking or at least not share the global lock with the scheduler. See [rdar://363…
/xnu-8792.61.2/config/
H A DMASTER659 # Timeshare scheduler implementations