Home
last modified time | relevance | path

Searched refs:bp_max_cache (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dbp_map.c57 int bp_max_cache = 1 << 17; /* 128K default; tunable */ variable
72 if (bp_align <= bp_max_cache) in bp_init()
75 MIN(8 * bp_align, bp_max_cache), VM_SLEEP); in bp_init()