Home
last modified time | relevance | path

Searched refs:per (Results 1 – 16 of 16) sorted by relevance

/xnu-8020.140.41/tools/tests/MPMMTest/
H A DREADME8 1 server, 4 clients per server (4 total) 400000 messages... in 4.820 seconds
/xnu-8020.140.41/doc/
H A Dsched_clutch_edge.md10 … efficiency charecterstics. The Edge scheduler uses the clutch timesharing per cluster and adds ot…
22 …e picked for execution. The kernel maintains a notion of scheduling bucket per thread which are de…
72 The clutch bucket group has an entry to represent runnable thread for the thread group per cluster …
111 The per-bucket thread quantum allows the scheduler to bound the worst case execution latency for a …
187 The Edge scheduler uses **per-thread group recommendations** from the performance controller and **
191 …e performance controller to specify a preferred cluster per QoS within the thread group i.e. per s…
217 …e and destination nodes (i.e. clusters) for the thread to be migrated. The per-cluster scheduling …
223 The Edge scheduler maintains a per-cluster scheduling latency metric which indicates the latency fo…
231 …ke sure they capture the recent behavior of the threads on the system. The per-cluster scheduling …
274 …ent implementation for cluster shared resource load balancing looks at the per-cluster load at thr…
[all …]
H A Dtask_ref.md59 one available). At the bottom level, there's a per-task (local) ref group under
61 The exact hierarchy of task references (specifically what per-task reference
H A Dxnu_build_consolidation.md67 2. Splitting the tunable-application code across different files, one per supported architecture (e…
114 element per core or cluster. Whilst this information is not known precisely at compile time anymore…
131 Currently, a family of per-SoC macros are defined at build time to enable XNU to conditionally comp…
/xnu-8020.140.41/san/memory/
H A Dkasan-blacklist24 # Exclude per-cpu data structures the assembly accesses
/xnu-8020.140.41/tools/tests/perf_index/
H A DREADME50 file_write - writes n bytes to files on disk. There is one file per each thread.
51 file_read - initializes by creating one large file on disk per each thread.
/xnu-8020.140.41/makedefs/
H A DMakeInc.dir18 # $(4) should be "1" if TARGET should be pinned to the per-arch
H A DMakeInc.def518 # setup phase. The blacklist file itself is divided per-sanitizer, so won't
943 # CFLAGS_NOLTO_FLAG is needed on a per-file basis (for files
H A DMakeInc.top334 # $(4) are any dependencies that are expanded per-build config to another bootstrap target
/xnu-8020.140.41/osfmk/mach/
H A Dprocessor_set.defs129 * Allows control of enabled policies, and per-policy base and limit
H A Dtask.defs317 * per-task basis (i.e. the task owns them).
/xnu-8020.140.41/config/
H A DMASTER305 # maximum size of the per-process Mach IPC table
374 # enable per-process memory priority tracking
603 # CONFIG_TASK_ZONE_INFO allows per-task zone information to be extracted
/xnu-8020.140.41/osfmk/kern/
H A Dzalloc.h1039 #pragma mark XNU only: per-cpu allocations
/xnu-8020.140.41/tests/
H A Dstackshot_tests.m1876 dt_stat_t duration = dt_stat_create("nanoseconds per thread", "%s_duration", flagname);
1877 dt_stat_t size = dt_stat_create("bytes per thread", "%s_size", flagname);
2471 "in per-task shared_cache_dyld_load_info, "
2475 "in per-task shared_cache_dyld_load_info, "
/xnu-8020.140.41/doc/allocators/
H A Dapi-basics.md84 - the allocation must be per-cpu,
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c8686 unsigned long per; local
8730 per = (use_mem * 100) / total_mem;
8731 if (per >= 60) {