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

/xnu-2782.1.97/osfmk/kern/
H A Dkern_stackshot.c364 task_snap->did_throttle = (uint32_t) proc_did_throttle_from_task(task);
667 uint64_t did_throttle = 0; local
670 did_throttle = proc_did_throttle(task->bsd_info);
672 return did_throttle;
H A Ddebug.h117 uint32_t did_throttle; member in struct:task_snapshot
H A Dtelemetry.c702 tsnap->did_throttle = (uint32_t) proc_did_throttle(p);
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h383 volatile uint64_t did_throttle __attribute__((aligned(8))); /* Counter for number of I/Os this proc throttled */ member in struct:proc
/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c1635 OSAddAtomic64(count, &(throttling_proc->did_throttle));
/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c929 return (p->did_throttle);

Completed in 49 milliseconds