Home
last modified time | relevance | path

Searched refs:PR_ZERO (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_map.c384 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 Drf_alloclist.c127 return pool_get(&rf_alloclist_pool, PR_WAITOK | PR_ZERO); in rf_real_MakeAllocList()
H A Drf_diskqueue.c387 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 Drf_dagutils.c270 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 Drf_psstatus.c274 return pool_get(&raidPtr->pools.pss, PR_WAITOK | PR_ZERO); in rf_AllocPSStatus()
/netbsd-src/sys/kern/
H A Dvfs_dirhash.c202 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 Dsys_aio.c561 a_job = pool_get(&aio_job_pool, PR_WAITOK | PR_ZERO); in aio_enqueue_job()
H A Dsubr_pool.c1268 if (flags & PR_ZERO) in pool_do_put()
/netbsd-src/sys/sys/
H A Dpool.h163 #define PR_ZERO 0x8000 /* zero data before returning */ macro
/netbsd-src/sys/arch/sparc64/dev/
H A Dvnet.c771 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 Ddmover_io.c183 ds = pool_get(&dmio_state_pool, PR_WAITOK | PR_ZERO); in dmio_state_get()
/netbsd-src/sys/dev/ata/
H A Data.c1298 PR_ZERO | (waitok ? PR_WAITOK : PR_NOWAIT)); in ata_get_xfer()
/netbsd-src/sys/dev/ic/
H A Dncr53c9x.c839 ecb = pool_get(&ecb_pool, PR_NOWAIT | PR_ZERO); in ncr53c9x_get_ecb()
/netbsd-src/sys/arch/powerpc/oea/
H A Dpmap.c1127 pm = pool_get(&pmap_pool, PR_WAITOK | PR_ZERO); in pmap_create()