Searched refs:sp_space_throttled (Results 1 – 2 of 2) sorted by relevance
166 &pool->sp_space_throttled, 0, in svcpool_create()1134 if (value >= pool->sp_space_high && !pool->sp_space_throttled) { in svc_change_space_used()1135 pool->sp_space_throttled = TRUE; in svc_change_space_used()1141 if (value < pool->sp_space_low && pool->sp_space_throttled) { in svc_change_space_used()1142 pool->sp_space_throttled = FALSE; in svc_change_space_used()1152 if (pool->sp_space_throttled) in svc_request_space_available()
391 bool_t sp_space_throttled; member