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

/darwin-on-arm/xnu/bsd/sys/
H A Duser.h191 void * uu_throttle_info; /* pointer to throttled I/Os info */ member in struct:uthread
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c1034 if ((info = ut->uu_throttle_info) == NULL)
1327 info = ut->uu_throttle_info;
1405 ut->uu_throttle_info = NULL;
1431 if ( (info = ut->uu_throttle_info) ) {
1434 ut->uu_throttle_info = NULL;
1443 if (ut->uu_throttle_info == NULL) {
1445 ut->uu_throttle_info = info;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c1511 if (uth->uu_lowpri_window || uth->uu_throttle_info) {

Completed in 28 milliseconds