Searched refs:sp_space_throttled (Results 1 – 2 of 2) sorted by relevance
164 &pool->sp_space_throttled, 0, in svcpool_create()1073 if (value >= pool->sp_space_high && !pool->sp_space_throttled) { in svc_change_space_used()1074 pool->sp_space_throttled = TRUE; in svc_change_space_used()1080 if (value < pool->sp_space_low && pool->sp_space_throttled) { in svc_change_space_used()1081 pool->sp_space_throttled = FALSE; in svc_change_space_used()1091 if (pool->sp_space_throttled) in svc_request_space_available()
378 bool_t sp_space_throttled; member