Searched refs:tmpfs_pager_type (Results 1 – 4 of 4) sorted by relevance
85 int tmpfs_pager_type = -1; variable95 object = vm_object_allocate_dyn(tmpfs_pager_type, size, in tmpfs_pager_alloc()369 tmpfs_pager_type = vm_pager_alloc_dyn_type(&tmpfs_pager_ops, in tmpfs_subr_init()371 if (tmpfs_pager_type == -1) in tmpfs_subr_init()386 if (tmpfs_pager_type != -1) in tmpfs_subr_uninit()387 vm_pager_free_dyn_type(tmpfs_pager_type); in tmpfs_subr_uninit()388 tmpfs_pager_type = -1; in tmpfs_subr_uninit()663 vm_pager_allocate(tmpfs_pager_type, NULL, 0, in tmpfs_alloc_node()2010 KASSERT(obj->type == tmpfs_pager_type && in tmpfs_check_mtime()
577 extern int tmpfs_pager_type;
229 if (object == NULL || object->type != tmpfs_pager_type) in tmpfs_all_rw_maps()
641 MPASS(object->type == tmpfs_pager_type); in tmpfs_read_pgcache()