Home
last modified time | relevance | path

Searched refs:vm_set_buffer_cleanup_callout (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/osfmk/vm/
H A Dvm_pageout.h177 vm_set_buffer_cleanup_callout(
H A Dvm_pageout.c4682 vm_set_buffer_cleanup_callout(boolean_t (*func)(int)) function
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_bio.c2396 if (vm_set_buffer_cleanup_callout(buffer_cache_gc) != KERN_SUCCESS) { in bufinit()