Searched refs:per (Results 1 – 16 of 16) sorted by relevance
| /xnu-8020.140.41/tools/tests/MPMMTest/ |
| H A D | README | 8 1 server, 4 clients per server (4 total) 400000 messages... in 4.820 seconds
|
| /xnu-8020.140.41/doc/ |
| H A D | sched_clutch_edge.md | 10 … 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 D | task_ref.md | 59 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 D | xnu_build_consolidation.md | 67 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 D | kasan-blacklist | 24 # Exclude per-cpu data structures the assembly accesses
|
| /xnu-8020.140.41/tools/tests/perf_index/ |
| H A D | README | 50 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 D | MakeInc.dir | 18 # $(4) should be "1" if TARGET should be pinned to the per-arch
|
| H A D | MakeInc.def | 518 # 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 D | MakeInc.top | 334 # $(4) are any dependencies that are expanded per-build config to another bootstrap target
|
| /xnu-8020.140.41/osfmk/mach/ |
| H A D | processor_set.defs | 129 * Allows control of enabled policies, and per-policy base and limit
|
| H A D | task.defs | 317 * per-task basis (i.e. the task owns them).
|
| /xnu-8020.140.41/config/ |
| H A D | MASTER | 305 # 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 D | zalloc.h | 1039 #pragma mark XNU only: per-cpu allocations
|
| /xnu-8020.140.41/tests/ |
| H A D | stackshot_tests.m | 1876 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 D | api-basics.md | 84 - the allocation must be per-cpu,
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | uipc_mbuf.c | 8686 unsigned long per; local 8730 per = (use_mem * 100) / total_mem; 8731 if (per >= 60) {
|