/netbsd-src/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, PR_WAITOK); in chfs_alloc_flash_vnode() 333 ret = pool_cache_get(chfs_flash_dirent_cache, PR_WAITOK); in chfs_alloc_flash_dirent() 349 ret = pool_cache_get(chfs_flash_dnode_cache, PR_WAITOK); in chfs_alloc_flash_dnode() 365 ret = pool_cache_get(chfs_node_frag_cache, PR_WAITOK); in chfs_alloc_node_frag() 381 ret = pool_cache_get(chfs_tmp_dnode_cache, PR_WAITOK); in chfs_alloc_tmp_dnode() 398 ret = pool_cache_get(chfs_tmp_dnode_info_cache, PR_WAITOK); in chfs_alloc_tmp_dnode_info()
|
/netbsd-src/sys/dev/dmover/ |
H A D | dmover_request.c | 82 dreq = pool_cache_get(dmover_request_cache, PR_NOWAIT); in dmover_request_alloc()
|
/netbsd-src/sys/uvm/ |
H A D | uvm_glue.c | 366 return (vaddr_t)pool_cache_get(uvm_uarea_cache, PR_WAITOK); in uvm_uarea_alloc() 377 return (vaddr_t)pool_cache_get(uvm_uarea_system_cache, PR_WAITOK); in uvm_uarea_system_alloc()
|
H A D | uvm_anon.c | 84 anon = pool_cache_get(&uvm_anon_cache, PR_NOWAIT); in uvm_analloc()
|
/netbsd-src/external/cddl/osnet/sys/kern/ |
H A D | kmem.c | 112 return pool_cache_get(km->km_pool, flags); in kmem_cache_alloc()
|
/netbsd-src/sys/dev/dtv/ |
H A D | dtv_scatter.c | 104 sb->sb_page_ary[i] = pool_cache_get(sb->sb_pool, PR_WAITOK); in dtv_scatter_buf_set_size()
|
/netbsd-src/sys/kern/ |
H A D | subr_kmem.c | 308 p = pool_cache_get(pc, kmflags); in kmem_intr_alloc() 314 p = pool_cache_get(pc, kmflags); in kmem_intr_alloc()
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | process_machdep.c | 234 fs = pool_cache_get(fpstate_cache, PR_WAITOK); in process_write_fpregs()
|
H A D | vm_machdep.c | 226 l2->l_md.md_fpstate = pool_cache_get(fpstate_cache, PR_WAITOK); in cpu_lwp_fork()
|
H A D | netbsd32_machdep.c | 551 fsp = pool_cache_get(fpstate_cache, PR_WAITOK); in netbsd32_cpu_setmcontext() 883 fsp = pool_cache_get(fpstate_cache, PR_WAITOK); in cpu_setmcontext32()
|
/netbsd-src/sys/arch/arm/xscale/ |
H A D | iopaau.c | 276 cur = pool_cache_get(dc, PR_NOWAIT); in iopaau_func_fill_immed_setup() 521 cur = pool_cache_get(dc, PR_NOWAIT); in iopaau_func_xor_setup()
|
/netbsd-src/sys/netinet/ |
H A D | in_pcb.c | 210 inp = pool_cache_get(in4pcb_pool_cache, PR_NOWAIT); in inpcb_create() 212 inp = pool_cache_get(in6pcb_pool_cache, PR_NOWAIT); in inpcb_create() 215 inp = pool_cache_get(in4pcb_pool_cache, PR_NOWAIT); in inpcb_create()
|
H A D | ip_reass.c | 691 ipqe = pool_cache_get(ipfren_cache, PR_NOWAIT); in ip_reass_packet()
|
/netbsd-src/regress/sys/kern/allocfree/ |
H A D | allocfree.c | 126 p = pool_cache_get(cache, PR_WAITOK); in cache_method()
|
/netbsd-src/sys/netipsec/ |
H A D | xform_ipcomp.c | 156 tc = pool_cache_get(ipcomp_tdb_crypto_pool_cache, PR_NOWAIT); in ipcomp_input() 450 tc = pool_cache_get(ipcomp_tdb_crypto_pool_cache, PR_NOWAIT); in ipcomp_output()
|
H A D | xform_esp.c | 388 tc = pool_cache_get(esp_tdb_crypto_pool_cache, PR_NOWAIT); in esp_input() 865 tc = pool_cache_get(esp_tdb_crypto_pool_cache, PR_NOWAIT); in esp_output()
|
H A D | xform_ah.c | 619 tc = pool_cache_get(ah_tdb_crypto_pool_cache, PR_NOWAIT); in ah_input() 1030 tc = pool_cache_get(ah_tdb_crypto_pool_cache, PR_NOWAIT); in ah_output()
|
/netbsd-src/sys/external/bsd/common/include/linux/ |
H A D | slab.h | 251 ptr = pool_cache_get(kc->kc_pool_cache, flags); in kmem_cache_alloc()
|
/netbsd-src/sys/sys/ |
H A D | pool.h | 364 #define pool_cache_get(pc, f) pool_cache_get_paddr((pc), (f), NULL) macro
|
/netbsd-src/sys/net/npf/ |
H A D | npf_conn.c | 442 con = pool_cache_get(npf->conn_cache[idx], PR_NOWAIT); in npf_conn_establish() 874 con = pool_cache_get(npf->conn_cache[idx], PR_WAITOK); in npf_conn_import()
|
H A D | npf_nat.c | 490 nt = pool_cache_get(nat_cache, PR_NOWAIT); in npf_nat_create() 943 nt = pool_cache_get(nat_cache, PR_WAITOK); in npf_nat_import()
|
/netbsd-src/sys/opencrypto/ |
H A D | crypto.c | 1615 crp = pool_cache_get(cryptop_cache, PR_NOWAIT); in crypto_getreq() 1622 crd = pool_cache_get(cryptodesc_cache, PR_NOWAIT); in crypto_getreq() 1682 krp = pool_cache_get(cryptkop_cache, prflags); in crypto_kgetreq()
|
/netbsd-src/sys/ufs/ufs/ |
H A D | ufs_vnops.c | 936 newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK); in ufs_link() 995 newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK); in ufs_whiteout() 1350 newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK); in ufs_mkdir() 2287 newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK); in ufs_makeinode()
|
H A D | ufs_dirhash.c | 99 pool_cache_get(ufsdirhashblk_cache, PR_NOWAIT) 189 dh = pool_cache_get(ufsdirhash_cache, PR_NOWAIT); in ufsdirhash_build()
|
/netbsd-src/sys/ufs/lfs/ |
H A D | ulfs_dirhash.c | 100 pool_cache_get(ulfsdirhashblk_cache, PR_NOWAIT) 192 dh = pool_cache_get(ulfsdirhash_cache, PR_NOWAIT); in ulfsdirhash_build()
|