Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dmemalloc.c101 int low_watermark, high_watermark, batch; member
353 } while (cnt > (c->high_watermark + c->low_watermark) / 2); in free_bulk()
434 if (cnt < c->low_watermark) in bpf_mem_refill()
471 c->low_watermark = 1; in init_refill_work()
474 c->low_watermark = 32; in init_refill_work()
482 c->low_watermark = max(32 * 256 / c->unit_size, 1); in init_refill_work()
485 c->batch = max((c->high_watermark - c->low_watermark) / 4 * 3, 1); in init_refill_work()
810 if (cnt < c->low_watermark) in unit_alloc()
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst29 low_watermark x (default: 45)
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_sli4.h626 u32 low_watermark; member
H A Dlpfc_sli.c21678 if (pvt_pool->count > pvt_pool->low_watermark) { in lpfc_move_xri_pvt_to_pbl()
21689 if (tmp_count >= pvt_pool->low_watermark) in lpfc_move_xri_pvt_to_pbl()
21858 if (pvt_pool->count < pvt_pool->low_watermark) in lpfc_keep_pvt_pool_above_lowwm()
21935 if ((pvt_pool->count < pvt_pool->low_watermark) || in lpfc_release_io_buf()
H A Dlpfc_init.c3582 pvt_pool->low_watermark = XRI_BATCH; in lpfc_create_multixri_pools()