Searched refs:levels (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | recount.py | 80 self._levels = RecountPlan.levels() 132 RecountPlan.levels()] 155 RecountPlan.levels()] 214 def levels(): member in RecountPlan 216 levels = list(zip(names, GetEnumValues('recount_level_t', [ 219 levels.append(('secure', 224 return levels 229 levels = RecountPlan.levels() 234 for (level_name, level) in levels: 457 levels = RecountPlan.levels() [all …]
|
| H A D | README.md | 92 iii. -v options to increase verbosity levels in commands.
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.rule | 592 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 599 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 606 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 639 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 644 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 651 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 658 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 665 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 672 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this 679 # Do-nothing rule, since not all levels of the recursive hierarchy might implement this
|
| /xnu-11215/doc/arm/ |
| H A D | sme.md | 42 exception levels. Data can be copied between these registers and system memory 56 can further reduce SVL for itself and lower exception levels. 227 across all exception levels. To minimize the cost of managing this unbanked SME
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus_notify.md | 27 `memorystatus_vm_pressure_level`. There are 5 distinct levels of pressure:
|
| H A D | memorystatus.md | 73 The memorystatus subsystem has 210 priority levels. Every process in the system (except launchd) ha…
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_kern.sub | 162 "(os/unix) too many levels of symbolic links",
|
| /xnu-11215/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 16 …l decisions at various thread grouping levels. The hierarchical scheduler, as its implemented toda… 24 …the scheduler to timeshare effectively between bounded and unbounded threads at various QoS levels.
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | dtrace.c | 2379 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(arg); in dtrace_aggregate_lquantize() local 2383 ASSERT(levels != 0); in dtrace_aggregate_lquantize() 2395 if (level < levels) { in dtrace_aggregate_lquantize() 2403 lquanta[levels + 1] += incr; in dtrace_aggregate_lquantize() 11253 uint16_t levels = DTRACE_LQUANTIZE_LEVELS(desc->dtad_arg); in dtrace_ecb_aggregation_create() local 11258 if (step == 0 || levels == 0) in dtrace_ecb_aggregation_create() 11261 size = levels * sizeof (uint64_t) + 3 * sizeof (uint64_t); in dtrace_ecb_aggregation_create()
|