Home
last modified time | relevance | path

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

1234

/netbsd-src/tests/rump/kernspace/
H A Dalloc.c96 store[i] = pool_get(&pp1, PR_NOWAIT); in rumptest_alloc()
111 if ((c = pool_get(&pp2, PR_NOWAIT)) == NULL) { in rumptest_alloc()
/netbsd-src/sys/dev/dmover/
H A Ddmover_session.c85 dses = pool_get(&dmover_session_pool, PR_NOWAIT); in dmover_session_create()
H A Ddmover_request.c82 dreq = pool_cache_get(dmover_request_cache, PR_NOWAIT); in dmover_request_alloc()
/netbsd-src/sys/dist/pf/net/
H A Dpf_norm.c378 *frag = pool_get(&pf_frag_pl, PR_NOWAIT); in pf_reassemble()
381 *frag = pool_get(&pf_frag_pl, PR_NOWAIT); in pf_reassemble()
574 *frag = pool_get(&pf_cache_pl, PR_NOWAIT); in pf_fragcache()
577 *frag = pool_get(&pf_cache_pl, PR_NOWAIT); in pf_fragcache()
583 cur = pool_get(&pf_cent_pl, PR_NOWAIT); in pf_fragcache()
699 cur = pool_get(&pf_cent_pl, PR_NOWAIT); in pf_fragcache()
753 cur = pool_get(&pf_cent_pl, PR_NOWAIT); in pf_fragcache()
954 frent = pool_get(&pf_frent_pl, PR_NOWAIT);
1400 src->scrub = pool_get(&pf_state_scrub_pl, PR_NOWAIT);
H A Dpf_osfp.c393 if ((entry = pool_get(&pf_osfp_entry_pl, PR_NOWAIT)) == NULL) in pf_osfp_add()
396 if ((fp = pool_get(&pf_osfp_pl, PR_NOWAIT)) == NULL) in pf_osfp_add()
408 if ((entry = pool_get(&pf_osfp_entry_pl, PR_NOWAIT)) == NULL) { in pf_osfp_add()
H A Dpf_ioctl.c1186 s = pool_get(&pf_state_pl, PR_NOWAIT); in pf_state_add()
1436 rule = pool_get(&pf_rule_pl, PR_NOWAIT); in pfioctl()
1693 newrule = pool_get(&pf_rule_pl, PR_NOWAIT); in pfioctl()
2269 altq = pool_get(&pf_altq_pl, PR_NOWAIT); in pfioctl()
2408 pa = pool_get(&pf_pooladdr_pl, PR_NOWAIT); in pfioctl()
2504 newpa = pool_get(&pf_pooladdr_pl, PR_NOWAIT); in pfioctl()
/netbsd-src/sys/kern/
H A Dsubr_pool.c1101 KASSERT(!(flags & PR_NOWAIT) != !(flags & PR_WAITOK)); in pool_get()
1113 if (flags & PR_NOWAIT) { in pool_get()
1164 KASSERT((flags & (PR_NOWAIT|PR_LIMITFAIL)) != 0); in pool_get()
1207 KASSERT((flags & (PR_NOWAIT|PR_LIMITFAIL)) != 0); in pool_get()
1570 error = pool_grow(pp, PR_NOWAIT); in pool_update_curpage()
1675 (*pp->pr_drain_hook)(pp->pr_drain_hook_arg, PR_NOWAIT); in pool_reclaim()
2673 KASSERT((flags & (PR_NOWAIT|PR_LIMITFAIL)) != 0); in pool_cache_get_slow()
2711 KASSERT(!(flags & PR_NOWAIT) != !(flags & PR_WAITOK)); in pool_cache_get_paddr()
2728 if (flags & PR_NOWAIT) { in pool_cache_get_paddr()
2783 * We would like to KASSERT(object || (flags & PR_NOWAIT)), bu in pool_cache_get_paddr()
[all...]
H A Dvfs_bio.c652 addr = pool_get(&bmempools[n], PR_NOWAIT); in buf_alloc()
1403 bp = pool_cache_get(buf_cache, PR_NOWAIT); in getnewbuf()
2044 bp = pool_cache_get(bufio_cache, (waitok ? PR_WAITOK : PR_NOWAIT)); in getiobuf()
/netbsd-src/sys/netinet/
H A Digmp.c119 rti = pool_get(&igmp_rti_pool, PR_NOWAIT); in rti_fill()
144 rti = pool_get(&igmp_rti_pool, PR_NOWAIT); in rti_find()
H A Din_pcb.c210 inp = pool_cache_get(in4pcb_pool_cache, PR_NOWAIT); in inpcb_create()
212 inp = pool_cache_get(in6pcb_pool_cache, PR_NOWAIT); in inpcb_create()
215 inp = pool_cache_get(in4pcb_pool_cache, PR_NOWAIT); in inpcb_create()
H A Dsctputil.h106 pool_get(&zone, PR_NOWAIT);
H A Dwqinput.c283 work = pool_get(&wqi->wqi_work_pool, PR_NOWAIT); in wqinput_input()
H A Dtcp_sack.c177 hole = pool_get(&sackhole_pool, PR_NOWAIT); in sack_allochole()
/netbsd-src/sys/netbt/
H A Dl2cap_misc.c130 req = pool_get(&l2cap_req_pool, PR_NOWAIT); in l2cap_request_alloc()
/netbsd-src/sys/arch/arm/xscale/
H A Diopaau.c276 cur = pool_cache_get(dc, PR_NOWAIT); in iopaau_func_fill_immed_setup()
521 cur = pool_cache_get(dc, PR_NOWAIT); in iopaau_func_xor_setup()
/netbsd-src/sys/netipsec/
H A Dxform_ipcomp.c156 tc = pool_cache_get(ipcomp_tdb_crypto_pool_cache, PR_NOWAIT); in ipcomp_input()
450 tc = pool_cache_get(ipcomp_tdb_crypto_pool_cache, PR_NOWAIT); in ipcomp_output()
H A Dxform_esp.c388 tc = pool_cache_get(esp_tdb_crypto_pool_cache, PR_NOWAIT); in esp_input()
865 tc = pool_cache_get(esp_tdb_crypto_pool_cache, PR_NOWAIT); in esp_output()
H A Dxform_ah.c619 tc = pool_cache_get(ah_tdb_crypto_pool_cache, PR_NOWAIT); in ah_input()
1030 tc = pool_cache_get(ah_tdb_crypto_pool_cache, PR_NOWAIT); in ah_output()
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dslab.h249 flags |= PR_NOWAIT; in kmem_cache_alloc()
/netbsd-src/sys/sys/
H A Dpool.h153 #define PR_NOWAIT 0x02 /* Note: matches KM_NOSLEEP */ macro
/netbsd-src/sys/uvm/
H A Duvm_anon.c84 anon = pool_cache_get(&uvm_anon_cache, PR_NOWAIT); in uvm_analloc()
/netbsd-src/sys/netcan/
H A Dcan_pcb.c98 canp = pool_get(&canpcb_pool, PR_NOWAIT); in can_pcballoc()
/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/ufs/ufs/
H A Dufs_dirhash.c99 pool_cache_get(ufsdirhashblk_cache, PR_NOWAIT)
189 dh = pool_cache_get(ufsdirhash_cache, PR_NOWAIT); in ufsdirhash_build()
/netbsd-src/sys/ufs/lfs/
H A Dulfs_dirhash.c100 pool_cache_get(ulfsdirhashblk_cache, PR_NOWAIT)
192 dh = pool_cache_get(ulfsdirhash_cache, PR_NOWAIT); in ulfsdirhash_build()

1234