Home
last modified time | relevance | path

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

/xnu-11215.81.4/doc/scheduler/
H A Dsched_clutch_edge.md7scheduler attempts to achieve these goals by expecting all threads in the system to be tagged with…
10scheduler, timesharing is achieved by decaying the priority of threads depending on global system …
12scheduler is the timesharing algorithm for threads on a single cluster. The **Edge scheduler** ext…
16scheduler 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…
53scheduler 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 …]
/xnu-11215.81.4/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-11215.81.4/tools/lldbmacros/
H A Dulock.py2 from scheduler import GetRecentTimestamp
H A Dtaskinfo.py3 from scheduler import GetRecentTimestamp
H A Dmemorystatus.py4 from scheduler import GetRecentTimestamp
H A Dvm_pageout.py9 from scheduler import GetRecentTimestamp
H A DMakefile70 scheduler.py \
H A Dworkqueue.py3 from scheduler import GetRecentTimestamp
H A Dmisc.py8 from scheduler import *
H A Dktrace.py5 from scheduler import *
H A Dxnu.py1618 from scheduler import *
H A Dprocess.py1595 from scheduler import GetSchedMostRecentDispatch
/xnu-11215.81.4/bsd/net/pktsched/
H A Dpktsched.c116 pktsched_setup(struct ifclassq *ifq, u_int32_t scheduler, u_int32_t sflags, in pktsched_setup() argument
127 if (ifq->ifcq_type == scheduler) { in pktsched_setup()
/xnu-11215.81.4/tests/skywalk/
H A Dskywalk_test_common.c2994 u_int32_t scheduler; in skt_aqstatpr() local
3032 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()
/xnu-11215.81.4/osfmk/kern/
H A Dsched_prim.h829 #error Enable at least one scheduler algorithm in osfmk/conf/MASTER.XXX
H A Drecount.c518 #pragma mark - scheduler
H A Dexclaves.c1181 #pragma mark exclaves scheduler communication
H A Dsmr.c1880 #pragma mark SMR domains: scheduler integration
/xnu-11215.81.4/doc/observability/
H A Dmt_stackshot.md36 the scheduler and with interrupts disabled, it does not use "actual" threads to
/xnu-11215.81.4/bsd/net/
H A Dpfvar.h1768 u_int32_t scheduler; /* scheduler type */ member
2015 u_int8_t scheduler; member
/xnu-11215.81.4/doc/vm/
H A Dmemorystatus.md76 … use finer grain locking or at least not share the global lock with the scheduler. See [rdar://363…
/xnu-11215.81.4/config/
H A DMASTER672 # Timeshare scheduler implementations