Searched refs:PR_ZERO (Results 1 - 25 of 106) sorted by relevance

12345

/openbsd-current/sys/miscfs/fuse/
H A Dfusebuf.c38 fbuf = pool_get(&fusefs_fbuf_pool, PR_WAITOK | PR_ZERO);
/openbsd-current/sys/kern/
H A Dsubr_percpu.c45 cm[cpu].mem = pool_get(pp, PR_WAITOK | PR_ZERO);
250 return (pool_get(pp, PR_WAITOK | PR_ZERO));
H A Dkern_physio.c79 bp = pool_get(&bufpool, PR_WAITOK | PR_ZERO);
H A Dvfs_cache.c361 ncp = pool_get(&nch_pool, PR_WAITOK|PR_ZERO);
/openbsd-current/sys/tmpfs/
H A Dtmpfs_mem.c154 return pool_get(&tmpfs_dirent_pool, PR_ZERO|PR_WAITOK);
/openbsd-current/sys/sys/
H A Dpool.h185 #define PR_ZERO 0x0008 /* M_ZERO */ macro
/openbsd-current/sys/dev/pci/drm/scheduler/
H A Dsched_fence.c237 fence = pool_get(&sched_fence_slab, PR_WAITOK | PR_ZERO);
/openbsd-current/sys/dev/ata/
H A Data.c80 tb = dma_alloc(ATAPARAMS_SIZE, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/dev/pv/
H A Dviornd.c111 sc->sc_buf = dma_alloc(VIORND_BUFSIZE, PR_NOWAIT|PR_ZERO);
/openbsd-current/sys/scsi/
H A Dscsi_ioctl.c117 xs->data = dma_alloc(screq->datalen, PR_WAITOK | PR_ZERO);
235 xs->data = dma_alloc(atareq->datalen, PR_WAITOK | PR_ZERO);
H A Dmpath_rdac.c336 pg = dma_alloc(sizeof(*pg), PR_WAITOK | PR_ZERO);
365 pg = dma_alloc(sizeof(*pg), PR_WAITOK | PR_ZERO);
H A Dcd.c896 toc = dma_alloc(sizeof(*toc), PR_WAITOK | PR_ZERO);
948 toc = dma_alloc(sizeof(*toc), PR_WAITOK | PR_ZERO);
1141 toc = dma_alloc(sizeof(*toc), PR_WAITOK | PR_ZERO);
1379 toc = dma_alloc(sizeof(*toc), PR_WAITOK | PR_ZERO);
1645 buf = dma_alloc(DVD_AUTH_BUFSIZE, PR_WAITOK | PR_ZERO);
1830 buf = dma_alloc(DVD_READ_PHYSICAL_BUFSIZE, PR_WAITOK | PR_ZERO);
1887 buf = dma_alloc(DVD_READ_COPYRIGHT_BUFSIZE, PR_WAITOK | PR_ZERO);
1928 buf = dma_alloc(sizeof(*buf), PR_WAITOK | PR_ZERO);
1968 buf = dma_alloc(DVD_READ_BCA_BUFLEN, PR_WAITOK | PR_ZERO);
2009 buf = dma_alloc(sizeof(*buf), PR_WAITOK | PR_ZERO);
[all...]
H A Dscsiconf.c571 inqbuf = dma_alloc(sizeof(*inqbuf), PR_NOWAIT | PR_ZERO);
1146 pg = dma_alloc(sizeof(*pg), PR_WAITOK | PR_ZERO);
1187 hdr = dma_alloc(sizeof(*hdr), PR_WAITOK | PR_ZERO);
1195 pg = dma_alloc(len, PR_WAITOK | PR_ZERO);
1280 hdr = dma_alloc(sizeof(*hdr), PR_WAITOK | PR_ZERO);
1294 pg = dma_alloc(pglen, PR_WAITOK | PR_ZERO);
H A Dsd.c986 vpd = dma_alloc(sizeof(*vpd), PR_WAITOK | PR_ZERO);
1393 PR_NOWAIT : PR_WAITOK) | PR_ZERO);
1425 PR_NOWAIT : PR_WAITOK) | PR_ZERO);
1489 PR_NOWAIT : PR_WAITOK) | PR_ZERO);
1506 PR_NOWAIT : PR_WAITOK) | PR_ZERO);
1549 PR_NOWAIT : PR_WAITOK) | PR_ZERO);
1580 PR_NOWAIT : PR_WAITOK) | PR_ZERO);
/openbsd-current/sys/netinet6/
H A Dfrag6.c211 q6 = pool_get(&ip6q_pool, PR_NOWAIT | PR_ZERO);
296 ip6af = pool_get(&ip6af_pool, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/net/
H A Dart.c706 at = pool_get(&at_pool, PR_NOWAIT|PR_ZERO);
712 at_heap = pool_get(&at_heap_4_pool, PR_NOWAIT|PR_ZERO);
715 at_heap = pool_get(&at_heap_8_pool, PR_NOWAIT|PR_ZERO);
896 an = pool_get(&an_pool, PR_NOWAIT | PR_ZERO);
H A Dbfd.c187 bfd = pool_get(&bfd_pool, PR_WAITOK | PR_ZERO);
195 bfd->bc_neighbor = pool_get(&bfd_pool_neigh, PR_WAITOK | PR_ZERO);
196 bfd->bc_time = pool_get(&bfd_pool_time, PR_WAITOK | PR_ZERO);
/openbsd-current/sys/nfs/
H A Dnfs_node.c122 np = pool_get(&nfs_node_pool, PR_WAITOK | PR_ZERO);
/openbsd-current/sys/arch/arm64/arm64/
H A Dpmap.c407 vp1 = pool_get(&pmap_vp_pool, PR_NOWAIT | PR_ZERO);
422 vp2 = pool_get(&pmap_vp_pool, PR_NOWAIT | PR_ZERO);
433 vp3 = pool_get(&pmap_vp_pool, PR_NOWAIT | PR_ZERO);
563 pted = pool_get(&pmap_pted_pool, PR_NOWAIT | PR_ZERO);
856 PR_WAITOK | PR_ZERO);
863 PR_WAITOK | PR_ZERO);
884 pmap = pool_get(&pmap_pmap_pool, PR_WAITOK | PR_ZERO);
/openbsd-current/sys/dev/vmm/
H A Dvmm.c379 vm = pool_get(&vm_pool, PR_WAITOK | PR_ZERO);
399 vcpu = pool_get(&vcpu_pool, PR_WAITOK | PR_ZERO);
/openbsd-current/sys/crypto/
H A Dcrypto.c464 crp = pool_get(&cryptop_pool, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_vma_resource.c118 pool_get(&slab_vma_resources, PR_WAITOK | PR_ZERO);
/openbsd-current/sys/uvm/
H A Duvm_amap.c141 newchunk = pool_get(&uvm_amap_chunk_pool, waitf | PR_ZERO);
343 pwaitf | PR_ZERO);
383 PR_ZERO | pwaitf);
/openbsd-current/sys/arch/arm64/dev/
H A Dsmmu.c738 PR_WAITOK | PR_ZERO);
744 PR_WAITOK | PR_ZERO);
981 PR_NOWAIT | PR_ZERO);
999 vp2 = pool_get(&sc->sc_vp_pool, PR_NOWAIT | PR_ZERO);
1014 vp3 = pool_get(&sc->sc_vp3_pool, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dpmap.c369 vp2 = pool_get(&pmap_vp_pool, PR_NOWAIT | PR_ZERO);
380 vp3 = pool_get(&pmap_vp_pool, PR_NOWAIT | PR_ZERO);
510 pted = pool_get(&pmap_pted_pool, PR_NOWAIT | PR_ZERO);
813 PR_WAITOK | PR_ZERO);
842 pmap = pool_get(&pmap_pmap_pool, PR_WAITOK | PR_ZERO);

Completed in 508 milliseconds

12345