Searched refs:consumed (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOEventLink.iig | 133 …gnalsConsumed When the calling thread wakes up, the amount of signals consumed by the wait will … 142 …gnalsConsumed When the calling thread wakes up, the amount of signals consumed by the wait will … 153 …gnalsConsumed When the calling thread wakes up, the amount of signals consumed by the wait will …
|
| H A D | IOUserClient.iig | 238 … memory An instance of IOMemoryDescriptor on success. One reference will be consumed by the caller
|
| /xnu-11215/doc/observability/ |
| H A D | recount.md | 7 Recount is a resource accounting subsystem in the kernel that tracks the CPU resources consumed by … 80 - `ru_energy_nj`: the energy consumed by a CPU, in nano-Joules with `CONFIG_PERVASIVE_ENERGY`
|
| /xnu-11215/osfmk/bank/ |
| H A D | bank.c | 1939 int64_t remainder = 0, consumed = 0; in bank_swap_thread_bank_ledger() local 1974 consumed = thread->quantum_remaining - remainder; in bank_swap_thread_bank_ledger() 1975 effective_ledger_time_consumed = consumed - thread->t_deduct_bank_ledger_time; in bank_swap_thread_bank_ledger() 1978 thread->t_deduct_bank_ledger_time = consumed; in bank_swap_thread_bank_ledger()
|
| /xnu-11215/osfmk/kern/ |
| H A D | sched_prim.c | 3670 int64_t consumed; in thread_dispatch() local 3678 consumed = thread->quantum_remaining - remainder; in thread_dispatch() 3686 task_ledgers.cpu_time, consumed); in thread_dispatch() 3688 thread_ledgers.cpu_time, consumed); in thread_dispatch() 3692 (consumed - thread->t_deduct_bank_ledger_time)); in thread_dispatch() 3695 if (consumed > 0) { in thread_dispatch() 3701 …sched_update_pset_avg_execution_time(current_processor()->processor_set, consumed, processor->last… in thread_dispatch()
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.cmd | 403 # $(1) is an un-expanded TARGET_CONFIGS_UC list, which must be consumed
|
| /xnu-11215/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 4199 uint32_t npkts = 0, consumed = 0; local 4371 consumed = 0; 4375 consumed++;
|