vfs_wapbl.c | 274 static struct pool wapbl_entry_pool; variable in typeref:struct:pool 383 pool_init(&wapbl_entry_pool, sizeof(struct wapbl_entry), 0, 0, 0, 394 pool_destroy(&wapbl_entry_pool); 818 pool_put(&wapbl_entry_pool, we); 1647 pool_put(&wapbl_entry_pool, we); 1728 pool_put(&wapbl_entry_pool, we); 1883 we = pool_get(&wapbl_entry_pool, PR_WAITOK);
|