* Returns TRUE if the domain is below the min paging target. */
| 417 | * Returns TRUE if the domain is below the min paging target. |
| 418 | */ |
| 419 | static inline int |
| 420 | vm_paging_min(struct vm_domain *vmd) |
| 421 | { |
| 422 | |
| 423 | return (vmd->vmd_free_min > vmd->vmd_free_count); |
| 424 | } |
| 425 | |
| 426 | /* |
| 427 | * Returns TRUE if the domain is below the severe paging target. |
no outgoing calls
no test coverage detected