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

1234

/openbsd-current/sys/uvm/
H A Duvm_amap.c294 int pwaitf = (waitf & M_WAITOK) ? PR_WAITOK : PR_NOWAIT;
655 srcchunk = amap_chunk_get(srcamap, srcslot, 0, PR_NOWAIT);
659 chunk = amap_chunk_get(amap, lcv, 1, PR_NOWAIT);
1162 chunk = amap_chunk_get(amap, slot, 0, PR_NOWAIT);
1193 chunk = amap_chunk_get(amap, lcv, 0, PR_NOWAIT);
1241 chunk = amap_chunk_get(amap, slot, 1, PR_NOWAIT);
1285 chunk = amap_chunk_get(amap, slot, 0, PR_NOWAIT);
H A Duvm_anon.c63 anon = pool_get(&uvm_anon_pool, PR_NOWAIT);
/openbsd-current/sys/sys/
H A Dpool.h183 #define PR_NOWAIT 0x0002 /* M_NOWAIT */ macro
/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);
H A Dviomb.c182 PR_NOWAIT|PR_ZERO)) == NULL) {
/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 Dpf_norm.c322 frent = pool_get(&pf_frent_pl, PR_NOWAIT);
325 frent = pool_get(&pf_frent_pl, PR_NOWAIT);
558 frag = pool_get(&pf_frag_pl, PR_NOWAIT);
561 frag = pool_get(&pf_frag_pl, PR_NOWAIT);
569 frnode = pool_get(&pf_frnode_pl, PR_NOWAIT);
572 frnode = pool_get(&pf_frnode_pl, PR_NOWAIT);
1108 return (pool_get(&pf_state_scrub_pl, PR_NOWAIT | PR_ZERO));
H A Dif_etherbridge.c331 nebe = pool_get(&eb_entry_pool, PR_NOWAIT);
413 nebe = pool_get(&eb_entry_pool, PR_NOWAIT);
H A Dpf_table.c326 (flags & PFR_FLAG_USERIOCTL? PR_WAITOK : PR_NOWAIT));
543 (flags & PFR_FLAG_USERIOCTL? PR_WAITOK : PR_NOWAIT));
951 ke = pool_get(&pfr_kentry_pl[ad->pfra_type], PR_NOWAIT | PR_ZERO);
1006 mflags |= PR_NOWAIT;
1516 (flags & PFR_FLAG_USERIOCTL? PR_WAITOK : PR_NOWAIT));
1527 (flags & PFR_FLAG_USERIOCTL? PR_WAITOK : PR_NOWAIT));
1915 (flags & PFR_FLAG_USERIOCTL? PR_WAITOK : PR_NOWAIT));
1932 (flags & PFR_FLAG_USERIOCTL? PR_WAITOK : PR_NOWAIT));
1943 (flags & PFR_FLAG_USERIOCTL? PR_WAITOK : PR_NOWAIT));
2527 PR_NOWAIT | PR_ZER
[all...]
/openbsd-current/sys/scsi/
H A Dsd.c1393 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);
1661 buf = dma_alloc(sizeof(*buf), PR_NOWAIT);
H A Dses.c269 buf = dma_alloc(SES_BUFLEN, PR_NOWAIT | PR_ZERO);
347 sc->sc_buf = dma_alloc(sc->sc_buflen, PR_NOWAIT);
H A Dsafte.c235 config = dma_alloc(sizeof(*config), PR_NOWAIT);
280 sc->sc_encbuf = dma_alloc(sc->sc_encbuflen, PR_NOWAIT);
H A Dst.c1311 block_limits = dma_alloc(sizeof(*block_limits), PR_NOWAIT);
1366 data = dma_alloc(sizeof(*data), PR_NOWAIT);
1425 inbuf = dma_alloc(sizeof(*inbuf), PR_NOWAIT);
1430 outbuf = dma_alloc(sizeof(*outbuf), PR_NOWAIT | PR_ZERO);
2067 buf = dma_alloc(maxblksize, PR_NOWAIT);
H A Dcd.c1169 data = dma_alloc(sizeof(*data), PR_NOWAIT);
1202 data = dma_alloc(sizeof(*data), PR_NOWAIT);
1230 data = dma_alloc(sizeof(*data), PR_NOWAIT);
1309 data = dma_alloc(sizeof(*data), PR_NOWAIT);
2125 PR_NOWAIT : PR_WAITOK) | PR_ZERO);
2149 PR_NOWAIT : PR_WAITOK) | PR_ZERO);
/openbsd-current/sys/kern/
H A Duipc_mbuf2.c263 t = pool_get(&mtagpool, wait == M_WAITOK ? PR_WAITOK : PR_NOWAIT);
H A Dsubr_pool.c548 pool_runqueue(pp, PR_NOWAIT);
566 KASSERT(flags & (PR_WAITOK | PR_NOWAIT));
580 if (ISSET(flags, PR_NOWAIT|PR_LIMITFAIL))
583 if (ISSET(flags, PR_NOWAIT))
823 pool_runqueue(pp, PR_NOWAIT);
894 ph = pool_p_alloc(pp, PR_NOWAIT, &slowdown);
/openbsd-current/sys/crypto/
H A Dcrypto.c464 crp = pool_get(&cryptop_pool, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/dev/cardbus/
H A Dcardslot.c203 ce = pool_get(&cardsloteventpool, PR_NOWAIT);
/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);
452 kd.kd_trylock = ISSET(flags, PR_NOWAIT);
563 pted = pool_get(&pmap_pted_pool, PR_NOWAIT | PR_ZERO);
H A Dcryptox.c153 ses = pool_get(&cryptoxpl, PR_NOWAIT | PR_ZERO);
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_scheduler.c95 p = pool_get(&slab_priorities, PR_NOWAIT);
H A Di915_request.c559 (gfp & GFP_NOWAIT) ? PR_NOWAIT : PR_WAITOK);
913 (gfp & GFP_NOWAIT) ? PR_NOWAIT : PR_WAITOK);
932 (gfp & GFP_NOWAIT) ? PR_NOWAIT : PR_WAITOK);
1011 (gfp & GFP_NOWAIT) ? PR_NOWAIT : PR_WAITOK);
/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);
399 kd.kd_trylock = ISSET(flags, PR_NOWAIT);
510 pted = pool_get(&pmap_pted_pool, PR_NOWAIT | PR_ZERO);

Completed in 424 milliseconds

1234