Searched refs:vm_page_trylock_KBI (Results 1 – 2 of 2) sorted by relevance
371 #define vm_page_trylock(m) vm_page_trylock_KBI((m), LOCK_FILE, LOCK_LINE)719 int vm_page_trylock_KBI(vm_page_t m, const char *file, int line);
5839 vm_page_trylock_KBI(vm_page_t m, const char *file, int line) in vm_page_trylock_KBI() function