Symbol: pool_cache_get
regress/sys/kern/allocfree/allocfree.c
126
p = pool_cache_get(cache, PR_WAITOK);
sys/arch/aarch64/aarch64/pmap.c
1493
pm = pool_cache_get(&_pmap_cache, PR_WAITOK);
sys/arch/aarch64/aarch64/pmap.c
1843
spv = pool_cache_get(&_pmap_pv_pool, PR_NOWAIT);
sys/arch/alpha/alpha/pmap.c
1619
pmap = pool_cache_get(&pmap_pmap_cache, PR_WAITOK);
sys/arch/alpha/alpha/pmap.c
1629
lev1map = pool_cache_get(&pmap_l1pt_cache, PR_NOWAIT);
sys/arch/alpha/alpha/pmap.c
500
#define pmap_pv_alloc() pool_cache_get(&pmap_pv_cache, PR_NOWAIT)
sys/arch/arm/arm32/pmap.c
3038
pm = pool_cache_get(&pmap_cache, PR_WAITOK);
sys/arch/arm/arm32/pmap.c
642
pool_cache_get(&pmap_l2dtable_cache, PR_NOWAIT)
sys/arch/arm/sunxi/sun8i_crypto.c
628
task = pool_cache_get(sc->sc_taskpool, pflags);
sys/arch/arm/xscale/iopaau.c
276
cur = pool_cache_get(dc, PR_NOWAIT);
sys/arch/arm/xscale/iopaau.c
521
cur = pool_cache_get(dc, PR_NOWAIT);
sys/arch/ia64/ia64/pmap.c
1138
pte = pool_cache_get(pte_pool_cache, PR_NOWAIT);
sys/arch/ia64/ia64/pmap.c
1483
pmap = pool_cache_get(pmap_pool_cache, PR_WAITOK);
sys/arch/sparc/sparc/pmap.c
4437
pm = pool_cache_get(&pmap_cache, PR_WAITOK);
sys/arch/sparc64/sparc64/machdep.c
2592
fsp = pool_cache_get(fpstate_cache, PR_WAITOK);
sys/arch/sparc64/sparc64/netbsd32_machdep.c
551
fsp = pool_cache_get(fpstate_cache, PR_WAITOK);
sys/arch/sparc64/sparc64/netbsd32_machdep.c
883
fsp = pool_cache_get(fpstate_cache, PR_WAITOK);
sys/arch/sparc64/sparc64/pmap.c
1471
pm = pool_cache_get(&pmap_cache, PR_WAITOK);
sys/arch/sparc64/sparc64/pmap.c
1792
npv = pool_cache_get(&pmap_pv_cache, PR_NOWAIT);
sys/arch/sparc64/sparc64/process_machdep.c
234
fs = pool_cache_get(fpstate_cache, PR_WAITOK);
sys/arch/sparc64/sparc64/trap.c
671
fs = pool_cache_get(fpstate_cache, PR_WAITOK);
sys/arch/sparc64/sparc64/vm_machdep.c
226
l2->l_md.md_fpstate = pool_cache_get(fpstate_cache, PR_WAITOK);
sys/arch/x86/x86/pmap.c
2099
pvp = pool_cache_get(&pmap_pvp_cache, PR_NOWAIT);
sys/arch/x86/x86/pmap.c
2940
pmap = pool_cache_get(&pmap_cache, PR_WAITOK);
sys/arch/xen/xen/balloon.c
388
bpg_entry = pool_cache_get(sc->bpge_pool, PR_WAITOK);
sys/dev/ata/ld_ataraid.c
139
#define CBUF_GET() pool_cache_get(sc->sc_cbufpool, PR_NOWAIT);
sys/dev/ccd.c
155
#define CCD_GETBUF(wait) pool_cache_get(ccd_cache, wait)
sys/dev/dmover/dmover_request.c
82
dreq = pool_cache_get(dmover_request_cache, PR_NOWAIT);
sys/dev/dtv/dtv_scatter.c
104
sb->sb_page_ary[i] = pool_cache_get(sb->sb_pool, PR_WAITOK);
sys/dev/gpio/gpioirq.c
266
q = pool_cache_get(sc->sc_readpool,PR_NOWAIT);
sys/dev/i2c/sht3x.c
579
pp = pool_cache_get(sc->sc_readpool, PR_NOWAIT);
sys/dev/ic/bwfm.c
2169
t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
sys/dev/ic/bwfm.c
816
t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
sys/dev/ic/bwfm.c
908
t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
sys/dev/ic/bwfm.c
943
t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
sys/dev/ic/bwi.c
10348
t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
sys/dev/ic/bwi.c
10390
t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
sys/dev/ic/bwi.c
7614
t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
sys/dev/ic/bwi.c
7798
t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
sys/dev/ic/bwi.c
7952
t = pool_cache_get(sc->sc_freetask, PR_NOWAIT);
sys/dev/marvell/mvxpsec.c
1496
mv_s = pool_cache_get(sc->sc_session_pool, PR_NOWAIT);
sys/dev/marvell/mvxpsec.c
1615
mv_p = pool_cache_get(sc->sc_packet_pool, PR_NOWAIT);
sys/dev/pci/hifn7751.c
2171
if ((cmd = pool_cache_get(sc->sc_cmd_cache, PR_NOWAIT)) == NULL) {
sys/dev/usb/ehci.c
1600
xfer = pool_cache_get(sc->sc_xferpool, PR_WAITOK);
sys/dev/usb/motg.c
751
xfer = pool_cache_get(sc->sc_xferpool, PR_WAITOK);
sys/dev/usb/ohci.c
1115
xfer = pool_cache_get(sc->sc_xferpool, PR_WAITOK);
sys/dev/usb/uhci.c
661
xfer = pool_cache_get(sc->sc_xferpool, PR_WAITOK);
sys/dev/usb/xhci.c
2784
xx = pool_cache_get(sc->sc_xferpool, PR_WAITOK);
sys/dev/video.c
2814
sb->sb_page_ary[i] = pool_cache_get(sb->sb_pool, PR_WAITOK);
sys/fs/puffs/puffs_msgif.c
140
park = pool_cache_get(parkpc, waitok ? PR_WAITOK : PR_NOWAIT);
sys/kern/kern_auth.c
110
cred = pool_cache_get(kauth_cred_cache, PR_WAITOK);
sys/kern/kern_descrip.c
1143
fp = pool_cache_get(file_cache, PR_WAITOK);
sys/kern/kern_descrip.c
1327
fdp = pool_cache_get(filedesc_cache, PR_WAITOK);
sys/kern/kern_descrip.c
1436
newfdp = pool_cache_get(filedesc_cache, PR_WAITOK);
sys/kern/kern_ktrace.c
507
kte = pool_cache_get(kte_cache, PR_WAITOK);
sys/kern/kern_lwp.c
823
l2 = pool_cache_get(lwp_cache, PR_WAITOK);
sys/kern/kern_proc.c
1060
p = pool_cache_get(proc_cache, PR_WAITOK);
sys/kern/kern_sig.c
273
ps2 = pool_cache_get(sigacts_cache, PR_WAITOK);
sys/kern/kern_sig.c
296
ps = pool_cache_get(sigacts_cache, PR_WAITOK);
sys/kern/kern_sig.c
465
kp = pool_cache_get(ksiginfo_cache, flags);
sys/kern/kern_threadpool.c
1004
pool_cache_get(threadpool_thread_pc, PR_WAITOK);
sys/kern/subr_kmem.c
308
p = pool_cache_get(pc, kmflags);
sys/kern/subr_kmem.c
314
p = pool_cache_get(pc, kmflags);
sys/kern/subr_vmem.c
1143
p = pool_cache_get(qc->qc_cache, vmf_to_prf(flags));
sys/kern/sys_mqueue.c
809
msg = pool_cache_get(mqmsg_cache, PR_WAITOK);
sys/kern/sys_pipe.c
311
pipe = pool_cache_get(cache, PR_WAITOK);
sys/kern/uipc_mbuf.c
541
m = pool_cache_get(mb_cache,
sys/kern/uipc_socket2.c
391
so = pool_cache_get(socket_cache, (waitok ? PR_WAITOK : PR_NOWAIT));
sys/kern/vfs_bio.c
1403
bp = pool_cache_get(buf_cache, PR_NOWAIT);
sys/kern/vfs_bio.c
2044
bp = pool_cache_get(bufio_cache, (waitok ? PR_WAITOK : PR_NOWAIT));
sys/kern/vfs_cache.c
947
ncp = pool_cache_get(cache_pool, PR_WAITOK);
sys/kern/vfs_trans.c
439
fli = pool_cache_get(fstrans_lwp_cache, PR_WAITOK);
sys/kern/vfs_vnode.c
1438
vip = pool_cache_get(vcache_pool, PR_WAITOK);
sys/kern/vfs_vnode.c
453
vip = pool_cache_get(vcache_pool, PR_WAITOK);
sys/net/npf/npf_conn.c
442
con = pool_cache_get(npf->conn_cache[idx], PR_NOWAIT);
sys/net/npf/npf_conn.c
874
con = pool_cache_get(npf->conn_cache[idx], PR_WAITOK);
sys/net/npf/npf_nat.c
490
nt = pool_cache_get(nat_cache, PR_NOWAIT);
sys/net/npf/npf_nat.c
943
nt = pool_cache_get(nat_cache, PR_WAITOK);
sys/net/npf/npf_tableset.c
547
ent = pool_cache_get(tblent_cache, PR_WAITOK);
sys/netinet/in_pcb.c
210
inp = pool_cache_get(in4pcb_pool_cache, PR_NOWAIT);
sys/netinet/in_pcb.c
212
inp = pool_cache_get(in6pcb_pool_cache, PR_NOWAIT);
sys/netinet/in_pcb.c
215
inp = pool_cache_get(in4pcb_pool_cache, PR_NOWAIT);
sys/netinet/ip_reass.c
691
ipqe = pool_cache_get(ipfren_cache, PR_NOWAIT);
sys/netipsec/xform_ah.c
1030
tc = pool_cache_get(ah_tdb_crypto_pool_cache, PR_NOWAIT);
sys/netipsec/xform_ah.c
619
tc = pool_cache_get(ah_tdb_crypto_pool_cache, PR_NOWAIT);
sys/netipsec/xform_esp.c
388
tc = pool_cache_get(esp_tdb_crypto_pool_cache, PR_NOWAIT);
sys/netipsec/xform_esp.c
865
tc = pool_cache_get(esp_tdb_crypto_pool_cache, PR_NOWAIT);
sys/netipsec/xform_ipcomp.c
156
tc = pool_cache_get(ipcomp_tdb_crypto_pool_cache, PR_NOWAIT);
sys/netipsec/xform_ipcomp.c
450
tc = pool_cache_get(ipcomp_tdb_crypto_pool_cache, PR_NOWAIT);
sys/opencrypto/crypto.c
1617
crp = pool_cache_get(cryptop_cache, PR_NOWAIT);
sys/opencrypto/crypto.c
1624
crd = pool_cache_get(cryptodesc_cache, PR_NOWAIT);
sys/opencrypto/crypto.c
1684
krp = pool_cache_get(cryptkop_cache, prflags);
sys/rump/librump/rumpkern/vm.c
182
pg = pool_cache_get(&pagecache, PR_NOWAIT);
sys/ufs/chfs/chfs_malloc.c
155
vc = pool_cache_get(chfs_vnode_cache, PR_WAITOK);
sys/ufs/chfs/chfs_malloc.c
192
nref = pool_cache_get(chfs_nrefs_cache, PR_WAITOK);
sys/ufs/chfs/chfs_malloc.c
317
ret = pool_cache_get(chfs_flash_vnode_cache, PR_WAITOK);
sys/ufs/chfs/chfs_malloc.c
333
ret = pool_cache_get(chfs_flash_dirent_cache, PR_WAITOK);
sys/ufs/chfs/chfs_malloc.c
349
ret = pool_cache_get(chfs_flash_dnode_cache, PR_WAITOK);
sys/ufs/chfs/chfs_malloc.c
365
ret = pool_cache_get(chfs_node_frag_cache, PR_WAITOK);
sys/ufs/chfs/chfs_malloc.c
381
ret = pool_cache_get(chfs_tmp_dnode_cache, PR_WAITOK);
sys/ufs/chfs/chfs_malloc.c
398
ret = pool_cache_get(chfs_tmp_dnode_info_cache, PR_WAITOK);
sys/ufs/ffs/ffs_vfsops.c
2101
ip = pool_cache_get(ffs_inode_cache, PR_WAITOK);
sys/ufs/ffs/ffs_vfsops.c
2108
ip->i_din.ffs1_din = pool_cache_get(ffs_dinode1_cache,
sys/ufs/ffs/ffs_vfsops.c
2111
ip->i_din.ffs2_din = pool_cache_get(ffs_dinode2_cache,
sys/ufs/lfs/ulfs_dirhash.c
100
pool_cache_get(ulfsdirhashblk_cache, PR_NOWAIT)
sys/ufs/lfs/ulfs_dirhash.c
192
dh = pool_cache_get(ulfsdirhash_cache, PR_NOWAIT);
sys/ufs/lfs/ulfs_quota.c
860
ndq = pool_cache_get(dquot_cache, PR_WAITOK);
sys/ufs/ufs/ufs_dirhash.c
101
pool_cache_get(ufsdirhashblk_cache, PR_NOWAIT)
sys/ufs/ufs/ufs_dirhash.c
191
dh = pool_cache_get(ufsdirhash_cache, PR_NOWAIT);
sys/ufs/ufs/ufs_quota.c
846
ndq = pool_cache_get(dquot_cache, PR_WAITOK);
sys/ufs/ufs/ufs_rename.c
396
newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK);
sys/ufs/ufs/ufs_vnops.c
1353
newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK);
sys/ufs/ufs/ufs_vnops.c
2290
newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK);
sys/ufs/ufs/ufs_vnops.c
939
newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK);
sys/ufs/ufs/ufs_vnops.c
998
newdir = pool_cache_get(ufs_direct_cache, PR_WAITOK);
sys/uvm/uvm_amap.c
158
amap = pool_cache_get(&uvm_amap_cache, nowait ? PR_NOWAIT : PR_WAITOK);
sys/uvm/uvm_anon.c
84
anon = pool_cache_get(&uvm_anon_cache, PR_NOWAIT);
sys/uvm/uvm_glue.c
377
return (vaddr_t)pool_cache_get(uvm_uarea_cache, PR_WAITOK);
sys/uvm/uvm_glue.c
388
return (vaddr_t)pool_cache_get(uvm_uarea_system_cache, PR_WAITOK);
sys/uvm/uvm_map.c
793
me = pool_cache_get(&uvm_map_entry_cache, pflags);