* Returns TRUE if the domain is below the severe paging target. */
| 427 | * Returns TRUE if the domain is below the severe paging target. |
| 428 | */ |
| 429 | static inline int |
| 430 | vm_paging_severe(struct vm_domain *vmd) |
| 431 | { |
| 432 | |
| 433 | return (vmd->vmd_free_severe > vmd->vmd_free_count); |
| 434 | } |
| 435 | |
| 436 | /* |
| 437 | * Return the number of pages we need to launder. |
no outgoing calls
no test coverage detected