Searched refs:wmark (Results 1 – 4 of 4) sorted by relevance
320 long wmark = 4 * int_sqrt(allmem/1024) * 1024; in arc_set_sys_free() local325 wmark = MAX(wmark, 128 * 1024); in arc_set_sys_free()326 wmark = MIN(wmark, 64 * 1024 * 1024); in arc_set_sys_free()331 wmark += wmark * 150 / 100; in arc_set_sys_free()338 arc_sys_free = wmark * 3 + allmem / 32; in arc_set_sys_free()
4326 uint64_t wmark : 32; /**< When CNT is greater than this threshold no more member4341 uint64_t wmark : 32;5540 uint64_t wmark : 32; /**< Value when DBELL count drops below backpressure member5543 uint64_t wmark : 32;
6103 uint64_t wmark : 32; /**< When CNT is greater than this threshold no more member6118 uint64_t wmark : 32;6840 uint64_t wmark : 32; /**< Value when DBELL count drops below backpressure member6843 uint64_t wmark : 32;
2667 …uint64_t wmark : 32; /**< When the field CNT after being modified is equal … member2676 uint64_t wmark : 32;