Searched refs:throttling_proc (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c1604 proc_t throttling_proc; local
1611 throttling_proc = proc_find(throttling_pid);
1612 if (throttling_proc != PROC_NULL) {
1613 OSAddAtomic64(1, &(throttling_proc->did_throttle));
1614 proc_rele(throttling_proc);

Completed in 13 milliseconds