MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_page_count_min_set

Function vm_page_count_min_set

freebsd/sys/vmmeter.h:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230static inline int
231vm_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_ */

Callers 3

vm_wait_domsFunction · 0.85
vm_waitpfaultFunction · 0.85
swapper_wkilled_onlyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected