Searched refs:pool_cache_get (Results 1 – 14 of 14) sorted by relevance
/minix3/sys/ufs/chfs/ |
H A D | chfs_malloc.c | 155 vc = pool_cache_get(chfs_vnode_cache, PR_WAITOK); in chfs_vnode_cache_alloc() 192 nref = pool_cache_get(chfs_nrefs_cache, PR_WAITOK); in chfs_alloc_refblock() 317 ret = pool_cache_get(chfs_flash_vnode_cache, 0); in chfs_alloc_flash_vnode() 333 ret = pool_cache_get(chfs_flash_dirent_cache, 0); in chfs_alloc_flash_dirent() 349 ret = pool_cache_get(chfs_flash_dnode_cache, 0); in chfs_alloc_flash_dnode() 365 ret = pool_cache_get(chfs_node_frag_cache, 0); in chfs_alloc_node_frag() 381 ret = pool_cache_get(chfs_tmp_dnode_cache, 0); in chfs_alloc_tmp_dnode() 398 ret = pool_cache_get(chfs_tmp_dnode_info_cache, 0); in chfs_alloc_tmp_dnode_info()
|
/minix3/sys/sys/ |
H A D | namei.h | 237 #define PNBUF_GET() ((char *)pool_cache_get(pnbuf_cache, PR_WAITOK))
|
H A D | pool.h | 343 #define pool_cache_get(pc, f) pool_cache_get_paddr((pc), (f), NULL) macro
|
H A D | namei.src | 229 #define PNBUF_GET() ((char *)pool_cache_get(pnbuf_cache, PR_WAITOK))
|
/minix3/sys/ufs/ufs/ |
H A D | ufs_vnops.c | 834 newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK); in ufs_link() 896 newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK); in ufs_whiteout() 1047 newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK); in ufs_mkdir() 1817 newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK); in ufs_makeinode()
|
H A D | ufs_dirhash.c | 86 pool_cache_get(ufsdirhashblk_cache, PR_NOWAIT) 176 dh = pool_cache_get(ufsdirhash_cache, PR_NOWAIT); in ufsdirhash_build()
|
H A D | ufs_quota.c | 842 ndq = pool_cache_get(dquot_cache, PR_WAITOK); in dqget()
|
H A D | ufs_rename.c | 393 newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK); in ufs_gro_rename()
|
/minix3/sys/ufs/lfs/ |
H A D | ulfs_dirhash.c | 88 pool_cache_get(ulfsdirhashblk_cache, PR_NOWAIT) 178 dh = pool_cache_get(ulfsdirhash_cache, PR_NOWAIT); in ulfsdirhash_build()
|
H A D | ulfs_quota.c | 860 ndq = pool_cache_get(dquot_cache, PR_WAITOK); in lfs_dqget()
|
/minix3/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 1967 ip = pool_cache_get(ffs_inode_cache, PR_WAITOK); in ffs_init_vnode() 1974 ip->i_din.ffs1_din = pool_cache_get(ffs_dinode1_cache, in ffs_init_vnode() 1977 ip->i_din.ffs2_din = pool_cache_get(ffs_dinode2_cache, in ffs_init_vnode()
|
/minix3/sys/fs/puffs/ |
H A D | puffs_msgif.c | 139 park = pool_cache_get(parkpc, waitok ? PR_WAITOK : PR_NOWAIT); in puffs_msgpark_alloc()
|
/minix3/common/lib/libc/gen/ |
H A D | radixtree.c | 321 n = pool_cache_get(radix_tree_node_cache, PR_NOWAIT); in radix_tree_alloc_node()
|
/minix3/distrib/sets/lists/comp/ |
H A D | mi | 10365 ./usr/share/man/cat9/pool_cache_get.0 comp-sys-catman .cat 17182 ./usr/share/man/html9/pool_cache_get.html comp-sys-htmlman html 24163 ./usr/share/man/man9/pool_cache_get.9 comp-sys-man .man
|