Searched refs:PR_ZERO (Results 51 - 75 of 106) sorted by relevance

12345

/openbsd-current/sys/kern/
H A Duipc_socket.c141 PR_ZERO);
1407 so->so_sp = pool_get(&sosplice_pool, PR_WAITOK | PR_ZERO);
1409 sosp->so_sp = pool_get(&sosplice_pool, PR_WAITOK | PR_ZERO);
H A Dvfs_subr.c409 vp = pool_get(&vnode_pool, PR_WAITOK | PR_ZERO);
410 vp->v_uvm = pool_get(&uvm_vnode_pool, PR_WAITOK | PR_ZERO);
H A Dsysv_sem.c436 semaptr_new = pool_get(&sema_pool, PR_WAITOK | PR_ZERO);
H A Dkern_prot.c946 cr = pool_get(&ucred_pool, PR_WAITOK|PR_ZERO);
H A Dsys_pipe.c1004 pp = pool_get(&pipe_pair_pool, PR_WAITOK | PR_ZERO);
H A Dkern_event.c904 kq = pool_get(&kqueue_pool, PR_WAITOK | PR_ZERO);
1157 newkn = pool_get(&knote_pool, PR_WAITOK | PR_ZERO);
/openbsd-current/sys/dev/ic/
H A Dwdc.c1931 return (pool_get(&wdc_xfer_pool, PR_NOWAIT | PR_ZERO));
2055 wdc_c.data = dma_alloc(atareq->datalen, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/net/
H A Droute.c994 rt = pool_get(&rtentry_pool, PR_NOWAIT | PR_ZERO);
1645 rnew = pool_get(&rttimer_pool, PR_NOWAIT | PR_ZERO);
H A Dradix.c514 m = pool_get(&rtmask_pool, PR_NOWAIT | PR_ZERO);
H A Dpf_if.c462 if ((dyn = pool_get(&pfi_addr_pl, wait|PR_LIMITFAIL|PR_ZERO)) == NULL)
H A Dpf_ioctl.c431 tag = pool_get(&pf_tag_pl, PR_NOWAIT | PR_ZERO);
1309 qs = pool_get(&pf_queue_pl, PR_WAITOK|PR_LIMITFAIL|PR_ZERO);
1364 rule = pool_get(&pf_rule_pl, PR_WAITOK|PR_LIMITFAIL|PR_ZERO);
1615 PR_WAITOK|PR_LIMITFAIL|PR_ZERO);
H A Dpfkeyv2.c283 PR_ZERO);
1917 ipo = pool_get(&ipsec_policy_pool, PR_NOWAIT|PR_ZERO);
/openbsd-current/sys/dev/ata/
H A Datascsi.c312 identify = dma_alloc(sizeof(*identify), PR_WAITOK | PR_ZERO);
1101 trims = dma_alloc(512, PR_WAITOK | PR_ZERO);
/openbsd-current/sys/arch/amd64/amd64/
H A Daesni.c188 ses = pool_get(&aesnipl, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/arch/sh/sh/
H A Dpmap.c219 pmap = pool_get(&__pmap_pmap_pool, PR_WAITOK|PR_ZERO);
/openbsd-current/sys/isofs/udf/
H A Dudf_vfsops.c576 up = pool_get(&unode_pool, PR_WAITOK | PR_ZERO);
/openbsd-current/sys/netinet/
H A Dif_ether.c202 la = pool_get(&arp_pool, PR_NOWAIT | PR_ZERO);
H A Dtcp_subr.c436 PR_ZERO);
H A Dip_spd.c801 ipa = pool_get(&ipsec_acquire_pool, PR_NOWAIT|PR_ZERO);
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_object.c152 bo = pool_get(&rdev->ddev->objpl, PR_WAITOK | PR_ZERO);
/openbsd-current/sys/uvm/
H A Duvm_aobj.c223 elt = pool_get(&uao_swhash_elt_pool, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/netinet6/
H A Dnd6.c806 ln = pool_get(&nd6_pool, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/arch/octeon/dev/
H A Doctcrypto.c350 ses = pool_get(&octcryptopl, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c1660 qh = pool_get(&sc->sc_qhpool, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/arch/armv7/omap/
H A Dif_cpsw.c427 sc->sc_txpad = dma_alloc(ETHER_MIN_LEN, PR_WAITOK | PR_ZERO);

Completed in 493 milliseconds

12345