Searched refs:PR_ZERO (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/sys/dev/raidframe/ |
| 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()
|
| 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_psstatus.c | 274 return pool_get(&raidPtr->pools.pss, PR_WAITOK | PR_ZERO); in rf_AllocPSStatus()
|
| /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 | sys_aio.c | 561 a_job = pool_get(&aio_job_pool, PR_WAITOK | PR_ZERO); in aio_enqueue_job()
|
| H A D | subr_pool.c | 1268 if (flags & PR_ZERO) in pool_do_put()
|
| /netbsd-src/sys/sys/ |
| H A D | pool.h | 163 #define PR_ZERO 0x8000 /* zero data before returning */ macro
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | vnet.c | 771 buf = pool_get(&sc->sc_pool, PR_NOWAIT|PR_ZERO); in vnet_rx_vio_desc_data() 1191 buf = pool_get(&sc->sc_pool, PR_NOWAIT|PR_ZERO); in vnet_start() 1267 buf = pool_get(&sc->sc_pool, PR_NOWAIT|PR_ZERO); in vnet_start_desc()
|
| /netbsd-src/sys/dev/dmover/ |
| H A D | dmover_io.c | 183 ds = pool_get(&dmio_state_pool, PR_WAITOK | PR_ZERO); in dmio_state_get()
|
| /netbsd-src/sys/dev/ata/ |
| H A D | ata.c | 1298 PR_ZERO | (waitok ? PR_WAITOK : PR_NOWAIT)); in ata_get_xfer()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | ncr53c9x.c | 839 ecb = pool_get(&ecb_pool, PR_NOWAIT | PR_ZERO); in ncr53c9x_get_ecb()
|
| /netbsd-src/sys/arch/powerpc/oea/ |
| H A D | pmap.c | 1127 pm = pool_get(&pmap_pool, PR_WAITOK | PR_ZERO); in pmap_create()
|