Home
last modified time | relevance | path

Searched refs:throttle_timer_ref (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c233 int32_t throttle_timer_ref; member
1199 if (info->throttle_timer_ref == 0) { in throttle_timer_start()
1205 info->throttle_timer_ref = 1; in throttle_timer_start()
1314 if (info->throttle_timer_active == 0 && info->throttle_timer_ref) { in throttle_timer()
1315 info->throttle_timer_ref = 0; in throttle_timer()