| 228 | } |
| 229 | |
| 230 | static inline int |
| 231 | vm_page_count_min_set(const domainset_t *mask) |
| 232 | { |
| 233 | |
| 234 | return (DOMAINSET_SUBSET(&vm_min_domains, mask)); |
| 235 | } |
| 236 | |
| 237 | #endif /* _KERNEL */ |
| 238 | #endif /* _SYS_VMMETER_H_ */ |
no outgoing calls
no test coverage detected