| /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()
|
| H A D | chfs_pool.c | 101 page = pool_get(pp, flags | PR_WAITOK); in chfs_pool_page_alloc()
|
| /netbsd-src/sys/dev/raidframe/ |
| H A D | rf_callback.c | 83 return pool_get(&raidPtr->pools.callbackf, PR_WAITOK); in rf_AllocCallbackFuncDesc() 95 return pool_get(&raidPtr->pools.callbackv, PR_WAITOK); in rf_AllocCallbackValueDesc()
|
| H A D | rf_map.c | 384 return pool_get(&raidPtr->pools.asm_hdr, PR_WAITOK | PR_ZERO); in rf_AllocAccessStripeMapHeader() 397 return pool_get(&raidPtr->pools.vfple, PR_WAITOK | PR_ZERO); in rf_AllocVFPListElem() 411 return pool_get(&raidPtr->pools.vple, PR_WAITOK | PR_ZERO); in rf_AllocVPListElem() 424 return pool_get(&raidPtr->pools.asmhle, PR_WAITOK | PR_ZERO); in rf_AllocASMHeaderListElem() 437 return pool_get(&raidPtr->pools.fss, PR_WAITOK | PR_ZERO); in rf_AllocFailedStripeStruct() 453 return pool_get(&raidPtr->pools.pda, PR_WAITOK | PR_ZERO); in rf_AllocPhysDiskAddr() 469 p = pool_get(&raidPtr->pools.pda, PR_WAITOK); in rf_AllocPDAList() 510 p = pool_get(&raidPtr->pools.asmap, PR_WAITOK); in rf_AllocASMList()
|
| H A D | rf_mcpair.c | 83 t = pool_get(&raidPtr->pools.mcpair, PR_WAITOK); in rf_AllocMCPair()
|
| H A D | rf_alloclist.c | 127 return pool_get(&rf_alloclist_pool, PR_WAITOK | PR_ZERO); in rf_real_MakeAllocList()
|
| H A D | rf_diskqueue.c | 387 p = pool_get(&raidPtr->pools.dqd, PR_WAITOK | PR_ZERO); in rf_CreateDiskQueueData() 396 p->bp = pool_get(&raidPtr->pools.bufio, PR_WAITOK | PR_ZERO); in rf_CreateDiskQueueData()
|
| H A D | rf_dagutils.c | 270 return pool_get(&raidPtr->pools.dagh, PR_WAITOK | PR_ZERO); in rf_AllocDAGHeader() 282 return pool_get(&raidPtr->pools.dagnode, PR_WAITOK | PR_ZERO); in rf_AllocDAGNode() 300 return pool_get(&raidPtr->pools.daglist, PR_WAITOK | PR_ZERO); in rf_AllocDAGList() 312 return pool_get(&raidPtr->pools.dagpcache, PR_WAITOK | PR_ZERO); in rf_AllocDAGPCache() 324 return pool_get(&raidPtr->pools.funclist, PR_WAITOK | PR_ZERO); in rf_AllocFuncList()
|
| H A D | rf_revent.c | 192 t = pool_get(&raidPtr->pools.revent, PR_WAITOK); in GetReconEventDesc()
|
| /netbsd-src/sys/uvm/ |
| H A D | uvm_glue.c | 244 KASSERT((flags & PR_WAITOK) != 0); in uarea_poolpage_alloc() 312 ((flags & PR_WAITOK) ? UVM_KMF_WAITVA : in uarea_system_poolpage_alloc() 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()
|
| /netbsd-src/sys/fs/tmpfs/ |
| H A D | tmpfs_mem.c | 168 return pool_get(&tmpfs_dirent_pool, PR_WAITOK); in tmpfs_dirent_get() 191 return pool_get(&tmpfs_node_pool, PR_WAITOK); in tmpfs_node_get()
|
| /netbsd-src/sys/kern/ |
| H A D | vfs_dirhash.c | 202 dirh = pool_get(&dirhash_pool, PR_WAITOK | PR_ZERO); in dirhash_get() 299 dirh_e = pool_get(&dirhash_entry_pool, PR_WAITOK | PR_ZERO); in dirhash_enter() 328 dirh_e = pool_get(&dirhash_entry_pool, PR_WAITOK | PR_ZERO); in dirhash_enter_freed()
|
| H A D | subr_pool.c | 1101 KASSERT(!(flags & PR_NOWAIT) != !(flags & PR_WAITOK)); in pool_get() 1109 if (flags & PR_WAITOK) { in pool_get() 1141 if ((flags & PR_WAITOK) && !(flags & PR_LIMITFAIL)) { in pool_get() 1403 if (flags & PR_WAITOK) { in pool_grow() 1424 if (flags & PR_WAITOK) in pool_grow() 1439 if (flags & PR_WAITOK) in pool_grow() 1452 if (flags & PR_WAITOK) in pool_prime() 1468 (void) pool_grow(pp, PR_WAITOK); in pool_prime_page() 2102 pc = pool_get(&cache_pool, PR_WAITOK); 2271 cc = pool_get(&cache_cpu_pool, PR_WAITOK); in pool_cache_cpu_init1() [all...] |
| /netbsd-src/regress/sys/kern/allocfree/ |
| H A D | allocfree.c | 114 p = pool_get(&pool, PR_WAITOK); in pool_method() 126 p = pool_cache_get(cache, PR_WAITOK); in cache_method()
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | lfs_subr.c | 316 sp = fs->lfs_sp = pool_get(&fs->lfs_segpool, PR_WAITOK); in lfs_seglock() 317 sp->bpp = pool_get(&fs->lfs_bpppool, PR_WAITOK); in lfs_seglock() 355 marker = pool_get(&lfs_inode_pool, PR_WAITOK); in lfs_unmark_dirop() 358 marker->inode_ext.lfs = pool_get(&lfs_inoext_pool, PR_WAITOK); in lfs_unmark_dirop()
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | dbregs.c | 140 pcb->pcb_dbregs = pool_get(&x86_dbregspl, PR_WAITOK); in x86_dbregs_read() 284 pcb->pcb_dbregs = pool_get(&x86_dbregspl, PR_WAITOK); in x86_dbregs_write()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_node.c | 121 np = pool_get(&nfs_node_pool, PR_WAITOK); in nfs_loadvnode() 134 np->n_vattr = pool_get(&nfs_vattr_pool, PR_WAITOK); in nfs_loadvnode()
|
| /netbsd-src/tests/rump/kernspace/ |
| H A D | alloc.c | 116 if (pool_get(&pp2, PR_WAITOK) == NULL) in rumptest_alloc()
|
| /netbsd-src/sys/fs/udf/ |
| H A D | udf_strat_direct.c | 136 *dscrptr = pool_get(&priv->desc_pool, PR_WAITOK); in udf_getblank_nodedscr_direct() 177 *dscrptr = pool_get(&priv->desc_pool, PR_WAITOK); in udf_read_nodedscr_direct()
|
| /netbsd-src/sys/arch/mac68k/mac68k/ |
| H A D | iop.c | 380 msg = (struct iop_msg *) pool_get(&iop->pool, PR_WAITOK); in iop_send_msg() 420 msg = (struct iop_msg *) pool_get(&iop->pool, PR_WAITOK); in iop_queue_receipt()
|
| /netbsd-src/sys/fs/filecorefs/ |
| H A D | filecore_node.c | 144 ip = pool_get(&filecore_node_pool, PR_WAITOK); in filecore_loadvnode()
|
| /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/arch/sparc64/sparc64/ |
| H A D | process_machdep.c | 234 fs = pool_cache_get(fpstate_cache, PR_WAITOK); in process_write_fpregs()
|
| /netbsd-src/sys/fs/msdosfs/ |
| H A D | msdosfs_denode.c | 235 ldep = pool_get(&msdosfs_denode_pool, PR_WAITOK); in msdosfs_loadvnode() 662 fhp = pool_get(&fh_pool, PR_WAITOK); in msdosfs_fh_enter()
|
| /netbsd-src/sys/external/bsd/common/include/linux/ |
| H A D | slab.h | 247 flags |= PR_WAITOK; in kmem_cache_alloc()
|