* Select the slab zone for an offpage slab with the given maximum item count. */
| 385 | * Select the slab zone for an offpage slab with the given maximum item count. |
| 386 | */ |
| 387 | static inline uma_zone_t |
| 388 | slabzone(int ipers) |
| 389 | { |
| 390 | |
| 391 | return (slabzones[ipers > SLABZONE0_SETSIZE]); |
| 392 | } |
| 393 | |
| 394 | /* |
| 395 | * This routine checks to see whether or not it's safe to enable buckets. |
no outgoing calls
no test coverage detected