HomeSort by: relevance | last modified time | path
    Searched defs:wapbl_dealloc_pool (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
vfs_wapbl.c 275 static struct pool wapbl_dealloc_pool; variable in typeref:struct:pool
385 pool_init(&wapbl_dealloc_pool, sizeof(struct wapbl_dealloc), 0, 0, 0,
393 pool_destroy(&wapbl_dealloc_pool);
2220 wd = pool_get(&wapbl_dealloc_pool, PR_WAITOK);
2257 pool_put(&wapbl_dealloc_pool, wd);
vfs_wapbl.c 275 static struct pool wapbl_dealloc_pool; variable in typeref:struct:pool
385 pool_init(&wapbl_dealloc_pool, sizeof(struct wapbl_dealloc), 0, 0, 0,
393 pool_destroy(&wapbl_dealloc_pool);
2220 wd = pool_get(&wapbl_dealloc_pool, PR_WAITOK);
2257 pool_put(&wapbl_dealloc_pool, wd);
vfs_wapbl.c 275 static struct pool wapbl_dealloc_pool; variable in typeref:struct:pool
385 pool_init(&wapbl_dealloc_pool, sizeof(struct wapbl_dealloc), 0, 0, 0,
393 pool_destroy(&wapbl_dealloc_pool);
2220 wd = pool_get(&wapbl_dealloc_pool, PR_WAITOK);
2257 pool_put(&wapbl_dealloc_pool, wd);
vfs_wapbl.c 275 static struct pool wapbl_dealloc_pool; variable in typeref:struct:pool
385 pool_init(&wapbl_dealloc_pool, sizeof(struct wapbl_dealloc), 0, 0, 0,
393 pool_destroy(&wapbl_dealloc_pool);
2220 wd = pool_get(&wapbl_dealloc_pool, PR_WAITOK);
2257 pool_put(&wapbl_dealloc_pool, wd);

Completed in 53 milliseconds