Searched refs:tmpfs_pager_type (Results 1 – 4 of 4) sorted by relevance
81 int tmpfs_pager_type = -1; variable91 object = vm_object_allocate_dyn(tmpfs_pager_type, size, in tmpfs_pager_alloc()363 tmpfs_pager_type = vm_pager_alloc_dyn_type(&tmpfs_pager_ops, in tmpfs_subr_init()365 if (tmpfs_pager_type == -1) in tmpfs_subr_init()377 if (tmpfs_pager_type != -1) in tmpfs_subr_uninit()378 vm_pager_free_dyn_type(tmpfs_pager_type); in tmpfs_subr_uninit()379 tmpfs_pager_type = -1; in tmpfs_subr_uninit()660 vm_pager_allocate(tmpfs_pager_type, NULL, 0, in tmpfs_alloc_node()1974 KASSERT(obj->type == tmpfs_pager_type && in tmpfs_check_mtime()
558 extern int tmpfs_pager_type;
230 if (object == NULL || object->type != tmpfs_pager_type) in tmpfs_all_rw_maps()
643 MPASS(object->type == tmpfs_pager_type); in tmpfs_read_pgcache()