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

/xnu-2782.1.97/bsd/sys/
H A Duser.h219 void * uu_throttle_info; /* pointer to throttled I/Os info */ member in struct:uthread
/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c1320 if ((info = ut->uu_throttle_info) == NULL)
1662 info = ut->uu_throttle_info;
1738 ut->uu_throttle_info = NULL;
1765 if ( (info = ut->uu_throttle_info) ) {
1768 ut->uu_throttle_info = NULL;
1783 if (ut->uu_throttle_info == NULL) {
1785 ut->uu_throttle_info = info;
/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c1542 if (uth->uu_lowpri_window || uth->uu_throttle_info) {

Completed in 45 milliseconds