Searched refs:kmap_atomic (Results 1 – 4 of 4) sorted by relevance
4 dnl # kmap_atomic changed from assigning hard-coded named slot to using8 ZFS_LINUX_TEST_SRC([kmap_atomic], [12 kmap_atomic(&page);17 AC_MSG_CHECKING([whether kmap_atomic wants 1 args])18 ZFS_LINUX_TEST_RESULT([kmap_atomic], [21 ZFS_LINUX_TEST_ERROR([kmap_atomic()])
4 dnl # kmap_atomic() was deprecated in favor of kmap_local_page()
39 #define zfs_kmap_local(page) kmap_atomic(page)
89 kmap_atomic(struct page *page) in kmap_atomic() function