OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pool_cache_get
(Results
1 - 25
of
77
) sorted by relevancy
1
2
3
4
/src/sys/ufs/chfs/
chfs_malloc.c
155
vc =
pool_cache_get
(chfs_vnode_cache, PR_WAITOK);
192
nref =
pool_cache_get
(chfs_nrefs_cache, PR_WAITOK);
317
ret =
pool_cache_get
(chfs_flash_vnode_cache, PR_WAITOK);
333
ret =
pool_cache_get
(chfs_flash_dirent_cache, PR_WAITOK);
349
ret =
pool_cache_get
(chfs_flash_dnode_cache, PR_WAITOK);
365
ret =
pool_cache_get
(chfs_node_frag_cache, PR_WAITOK);
381
ret =
pool_cache_get
(chfs_tmp_dnode_cache, PR_WAITOK);
398
ret =
pool_cache_get
(chfs_tmp_dnode_info_cache, PR_WAITOK);
/src/sys/dev/dmover/
dmover_request.c
82
dreq =
pool_cache_get
(dmover_request_cache, PR_NOWAIT);
/src/sys/dev/dtv/
dtv_scatter.c
104
sb->sb_page_ary[i] =
pool_cache_get
(sb->sb_pool, PR_WAITOK);
105
/* TODO: does
pool_cache_get
return NULL on
/src/sys/uvm/
uvm_glue.c
366
return (vaddr_t)
pool_cache_get
(uvm_uarea_cache, PR_WAITOK);
377
return (vaddr_t)
pool_cache_get
(uvm_uarea_system_cache, PR_WAITOK);
uvm_anon.c
84
anon =
pool_cache_get
(&uvm_anon_cache, PR_NOWAIT);
/src/regress/sys/kern/allocfree/
allocfree.c
126
p =
pool_cache_get
(cache, PR_WAITOK);
/src/sys/arch/sparc64/sparc64/
process_machdep.c
234
fs =
pool_cache_get
(fpstate_cache, PR_WAITOK);
vm_machdep.c
226
l2->l_md.md_fpstate =
pool_cache_get
(fpstate_cache, PR_WAITOK);
netbsd32_machdep.c
551
fsp =
pool_cache_get
(fpstate_cache, PR_WAITOK);
883
fsp =
pool_cache_get
(fpstate_cache, PR_WAITOK);
/src/sys/external/bsd/common/include/linux/
slab.h
251
ptr =
pool_cache_get
(kc->kc_pool_cache, flags);
/src/sys/sys/
pool.h
364
#define
pool_cache_get
(pc, f) pool_cache_get_paddr((pc), (f), NULL)
macro
/src/sys/arch/arm/xscale/
iopaau.c
276
cur =
pool_cache_get
(dc, PR_NOWAIT);
521
cur =
pool_cache_get
(dc, PR_NOWAIT);
/src/sys/kern/
subr_kmem.c
308
p =
pool_cache_get
(pc, kmflags);
314
p =
pool_cache_get
(pc, kmflags);
/src/sys/netipsec/
xform_ipcomp.c
156
tc =
pool_cache_get
(ipcomp_tdb_crypto_pool_cache, PR_NOWAIT);
450
tc =
pool_cache_get
(ipcomp_tdb_crypto_pool_cache, PR_NOWAIT);
xform_ah.c
619
tc =
pool_cache_get
(ah_tdb_crypto_pool_cache, PR_NOWAIT);
1030
tc =
pool_cache_get
(ah_tdb_crypto_pool_cache, PR_NOWAIT);
xform_esp.c
388
tc =
pool_cache_get
(esp_tdb_crypto_pool_cache, PR_NOWAIT);
865
tc =
pool_cache_get
(esp_tdb_crypto_pool_cache, PR_NOWAIT);
/src/sys/netinet/
in_pcb.c
210
inp =
pool_cache_get
(in4pcb_pool_cache, PR_NOWAIT);
212
inp =
pool_cache_get
(in6pcb_pool_cache, PR_NOWAIT);
215
inp =
pool_cache_get
(in4pcb_pool_cache, PR_NOWAIT);
ip_reass.c
691
ipqe =
pool_cache_get
(ipfren_cache, PR_NOWAIT);
/src/sys/opencrypto/
crypto.c
1615
crp =
pool_cache_get
(cryptop_cache, PR_NOWAIT);
1622
crd =
pool_cache_get
(cryptodesc_cache, PR_NOWAIT);
1682
krp =
pool_cache_get
(cryptkop_cache, prflags);
/src/sys/dev/gpio/
gpioirq.c
266
q =
pool_cache_get
(sc->sc_readpool,PR_NOWAIT);
/src/sys/ufs/lfs/
ulfs_dirhash.c
100
pool_cache_get
(ulfsdirhashblk_cache, PR_NOWAIT)
192
dh =
pool_cache_get
(ulfsdirhash_cache, PR_NOWAIT);
/src/sys/ufs/ufs/
ufs_dirhash.c
99
pool_cache_get
(ufsdirhashblk_cache, PR_NOWAIT)
189
dh =
pool_cache_get
(ufsdirhash_cache, PR_NOWAIT);
/src/sys/net/npf/
npf_conn.c
442
con =
pool_cache_get
(npf->conn_cache[idx], PR_NOWAIT);
874
con =
pool_cache_get
(npf->conn_cache[idx], PR_WAITOK);
npf_nat.c
490
nt =
pool_cache_get
(nat_cache, PR_NOWAIT);
943
nt =
pool_cache_get
(nat_cache, PR_WAITOK);
/src/sys/external/bsd/dwc2/dist/
dwc2_hcdqueue.c
231
qh =
pool_cache_get
(sc->sc_qhpool, PR_NOWAIT);
Completed in 29 milliseconds
1
2
3
4
Indexes created Tue Sep 30 07:10:03 GMT 2025