Searched refs:per (Results 1 – 19 of 19) sorted by relevance
| /xnu-10002.1.13/doc/ |
| H A D | recount.md | 4 It supports attributing counts to a specific level of the CPU topology (per-CPU and per-CPU kind). 7 These two metrics are abbreviated to cycles-per-instruction, or CPI, for brevity. 10 …ault, Recount tracks its counters per-CPU kind (e.g. performance or efficiency) for threads, per-C… 45 …t each metric as a column and then uses rows for the groupings, like per-CPU or per-CPU kind value… 49 - `recount thread <thread-ptr> [...]` prints a table of per-CPU kind counts for threads. 51 - `recount task <task-ptr> [...]` prints a table of per-CPU counts for tasks. 55 - `recount coalition <coalition-ptr>` prints a table of per-CPU kind counts for each coalition, not… 79 The CPU's previous snapshot, stored in the `_snaps_percpu` per-CPU variable, is subtracted from the… 80 The per-CPU variable is then updated with the current snapshot for the next switch. 102 …ng the lock and iterating the constituent tasks, grouping their per-CPU counters into per-CPU kind…
|
| 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 threads for the thread group per cluster… 110 The per-bucket thread quantum allows the scheduler to bound the worst case execution latency for a … 184 The Edge scheduler uses **per-thread group recommendations** from the performance controller and **… 188 …e performance controller to specify a preferred cluster per QoS within the thread group i.e. per s… 214 …e and destination nodes (i.e. clusters) for the thread to be migrated. The per-cluster scheduling … 220 The Edge scheduler maintains a per-cluster scheduling latency metric which indicates the latency fo… 228 …ke sure they capture the recent behavior of the threads on the system. The per-cluster scheduling … 271 …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-10002.1.13/tools/tests/MPMMTest/ |
| H A D | README | 8 1 server, 4 clients per server (4 total) 400000 messages... in 4.820 seconds
|
| /xnu-10002.1.13/san/memory/ |
| H A D | kasan-blacklist | 26 # Exclude per-cpu data structures the assembly accesses
|
| /xnu-10002.1.13/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-10002.1.13/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 | 537 # setup phase. The blacklist file itself is divided per-sanitizer, so won't 940 # CFLAGS_NOLTO_FLAG is needed on a per-file basis (for files
|
| H A D | MakeInc.top | 310 # $(4) are any dependencies that are expanded per-build config to another bootstrap target
|
| /xnu-10002.1.13/config/ |
| H A D | MASTER | 293 # maximum size of the per-process Mach IPC table 365 # enable per-process memory priority tracking
|
| /xnu-10002.1.13/osfmk/mach/ |
| H A D | task.defs | 320 * per-task basis (i.e. the task owns them).
|
| /xnu-10002.1.13/doc/memorystatus/ |
| H A D | kill.md | 75 … soft limit. In that case the callback does a simulated crash instead of a per process limit kill.…
|
| H A D | overview.md | 25 for killing processes that go over their per-process memory limits.
|
| H A D | freezer.md | 84 …file limit), so we don't have to keep processes around forever. Thus, once per day, we demote froz…
|
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | zalloc.h | 1175 #pragma mark XNU only: per-cpu allocations
|
| /xnu-10002.1.13/doc/allocators/ |
| H A D | api-basics.md | 84 - the allocation must be per-cpu,
|
| /xnu-10002.1.13/tests/ |
| H A D | stackshot_tests.m | 2252 dt_stat_t duration = dt_stat_create("nanoseconds per thread", "%s_duration", flagname); 2253 dt_stat_t size = dt_stat_create("bytes per thread", "%s_size", flagname); 2891 "in per-task shared_cache_dyld_load_info, " 2895 "in per-task shared_cache_dyld_load_info, "
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | uipc_mbuf.c | 9775 unsigned long per; local 9819 per = (use_mem * 100) / total_mem; 9820 if (per >= 60) {
|