See uma.h */
| 5040 | |
| 5041 | /* See uma.h */ |
| 5042 | int |
| 5043 | uma_zone_exhausted(uma_zone_t zone) |
| 5044 | { |
| 5045 | |
| 5046 | return (atomic_load_32(&zone->uz_sleepers) > 0); |
| 5047 | } |
| 5048 | |
| 5049 | unsigned long |
| 5050 | uma_limit(void) |
no outgoing calls
no test coverage detected