* Return the number of pages we need to launder. * A positive number indicates that we have a shortfall of clean pages. */
| 438 | * A positive number indicates that we have a shortfall of clean pages. |
| 439 | */ |
| 440 | static inline int |
| 441 | vm_laundry_target(struct vm_domain *vmd) |
| 442 | { |
| 443 | |
| 444 | return (vm_paging_target(vmd)); |
| 445 | } |
| 446 | |
| 447 | void pagedaemon_wakeup(int domain); |
| 448 |
no test coverage detected