Home
last modified time | relevance | path

Searched refs:pool_cache_get (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd-src/sys/ufs/chfs/
H A Dchfs_malloc.c155 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 Ddmover_request.c82 dreq = pool_cache_get(dmover_request_cache, PR_NOWAIT); in dmover_request_alloc()
/netbsd-src/sys/uvm/
H A Duvm_glue.c366 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 Duvm_anon.c84 anon = pool_cache_get(&uvm_anon_cache, PR_NOWAIT); in uvm_analloc()
/netbsd-src/external/cddl/osnet/sys/kern/
H A Dkmem.c112 return pool_cache_get(km->km_pool, flags); in kmem_cache_alloc()
/netbsd-src/sys/dev/dtv/
H A Ddtv_scatter.c104 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 Dsubr_kmem.c308 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 Dprocess_machdep.c234 fs = pool_cache_get(fpstate_cache, PR_WAITOK); in process_write_fpregs()
H A Dvm_machdep.c226 l2->l_md.md_fpstate = pool_cache_get(fpstate_cache, PR_WAITOK); in cpu_lwp_fork()
H A Dnetbsd32_machdep.c551 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 Diopaau.c276 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 Din_pcb.c210 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 Dip_reass.c691 ipqe = pool_cache_get(ipfren_cache, PR_NOWAIT); in ip_reass_packet()
/netbsd-src/regress/sys/kern/allocfree/
H A Dallocfree.c126 p = pool_cache_get(cache, PR_WAITOK); in cache_method()
/netbsd-src/sys/netipsec/
H A Dxform_ipcomp.c156 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 Dxform_esp.c388 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 Dxform_ah.c619 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 Dslab.h251 ptr = pool_cache_get(kc->kc_pool_cache, flags); in kmem_cache_alloc()
/netbsd-src/sys/sys/
H A Dpool.h364 #define pool_cache_get(pc, f) pool_cache_get_paddr((pc), (f), NULL) macro
/netbsd-src/sys/net/npf/
H A Dnpf_conn.c442 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 Dnpf_nat.c490 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 Dcrypto.c1615 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 Dufs_vnops.c936 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 Dufs_dirhash.c99 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 Dulfs_dirhash.c100 pool_cache_get(ulfsdirhashblk_cache, PR_NOWAIT)
192 dh = pool_cache_get(ulfsdirhash_cache, PR_NOWAIT); in ulfsdirhash_build()

1234