Searched refs:PR_NOWAIT (Results 76 - 90 of 90) sorted by relevance

1234

/openbsd-current/sys/arch/amd64/amd64/
H A Dpmap.c2726 pve = pool_get(&pmap_pv_pool, PR_NOWAIT);
/openbsd-current/sys/kern/
H A Duipc_socket.c140 so = pool_get(&socket_pool, (wait == M_WAIT ? PR_WAITOK : PR_NOWAIT) |
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dpmap.c1750 npv = pool_get(&pv_pool, PR_NOWAIT);
/openbsd-current/sys/dev/usb/
H A Dohci.c943 return (pool_get(ohcixfer, PR_NOWAIT | PR_ZERO));
H A Duhci.c585 ux = pool_get(uhcixfer, PR_NOWAIT | PR_ZERO);
H A Dxhci.c1652 return (pool_get(xhcixfer, PR_NOWAIT | PR_ZERO));
H A Dehci.c1132 ex = pool_get(ehcixfer, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/dev/ic/
H A Dmfi.c1346 dma_buf = dma_alloc(len, cold ? PR_NOWAIT : PR_WAITOK);
H A Dahci.c494 ap->ap_err_scratch = dma_alloc(DEV_BSIZE, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/net/
H A Dif_gre.c4289 endpoint = pool_get(&nvgre_endpoint_pool, PR_NOWAIT);
H A Dpf_ioctl.c431 tag = pool_get(&pf_tag_pl, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/dev/pci/
H A Dif_oce.c2629 if ((pkt = pool_get(oce_pkt_pool, PR_NOWAIT | PR_ZERO)) == NULL)
/openbsd-current/sys/dev/acpi/
H A Dacpi.c1812 wq = pool_get(&acpiwqpool, PR_ZERO | PR_NOWAIT);
/openbsd-current/sys/dev/
H A Dsoftraid.c4421 return dma_alloc(length, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/uvm/
H A Duvm_map.c1503 pool_flags = PR_NOWAIT;

Completed in 476 milliseconds

1234