* Returns TRUE if the pagedaemon needs to be woken up. */
| 407 | * Returns TRUE if the pagedaemon needs to be woken up. |
| 408 | */ |
| 409 | static inline int |
| 410 | vm_paging_needed(struct vm_domain *vmd, u_int free_count) |
| 411 | { |
| 412 | |
| 413 | return (free_count < vmd->vmd_pageout_wakeup_thresh); |
| 414 | } |
| 415 | |
| 416 | /* |
| 417 | * Returns TRUE if the domain is below the min paging target. |
no outgoing calls
no test coverage detected