Searched refs:pool_sethiwat (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/sys/ |
H A D | pool.h | 264 void pool_sethiwat(struct pool *, int);
|
/openbsd/sys/uvm/ |
H A D | uvm_anon.c | 50 pool_sethiwat(&uvm_anon_pool, uvmexp.free / 16); in uvm_anon_init()
|
H A D | uvm_amap.c | 264 pool_sethiwat(&uvm_amap_pool, 4096); in amap_init() 279 pool_sethiwat(&uvm_amap_chunk_pool, 4096); in amap_init()
|
H A D | uvm_map.c | 2812 pool_sethiwat(&uvm_map_entry_pool, 8192); in uvm_map_init()
|
/openbsd/sys/arch/hppa/hppa/ |
H A D | pmap.c | 648 pool_sethiwat(&pmap_pv_pool, pmap_pvlowat * 32); in pmap_init()
|
/openbsd/sys/net/ |
H A D | pf_norm.c | 170 pool_sethiwat(&pf_frag_pl, PFFRAG_FRAG_HIWAT); in pf_normalize_init()
|
/openbsd/sys/arch/i386/i386/ |
H A D | pmap.c | 1141 pool_sethiwat(&pmap_pv_pool, PVE_HIWAT); in pmap_init()
|
/openbsd/sys/kern/ |
H A D | subr_pool.c | 1087 pool_sethiwat(struct pool *pp, int n) in pool_sethiwat() function
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | pmap.c | 916 pool_sethiwat(&pmap_pv_pool, 32 * 1024); in pmap_bootstrap()
|