Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dmemalloc.c101 int low_watermark, high_watermark, batch; member
357 } while (cnt > (c->high_watermark + c->low_watermark) / 2); in free_bulk()
438 if (cnt < c->low_watermark) in bpf_mem_refill()
475 c->low_watermark = 1; in init_refill_work()
478 c->low_watermark = 32; in init_refill_work()
486 c->low_watermark = max(32 * 256 / c->unit_size, 1); in init_refill_work()
489 c->batch = max((c->high_watermark - c->low_watermark) / 4 * 3, 1); in init_refill_work()
817 if (cnt < c->low_watermark) in unit_alloc()
/linux/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst29 low_watermark x (default: 45)
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h628 u32 low_watermark; member
H A Dlpfc_sli.c21744 if (pvt_pool->count > pvt_pool->low_watermark) { in lpfc_move_xri_pvt_to_pbl()
21755 if (tmp_count >= pvt_pool->low_watermark) in lpfc_move_xri_pvt_to_pbl()
21924 if (pvt_pool->count < pvt_pool->low_watermark) in lpfc_keep_pvt_pool_above_lowwm()
22001 if ((pvt_pool->count < pvt_pool->low_watermark) || in lpfc_release_io_buf()
H A Dlpfc_init.c3589 pvt_pool->low_watermark = XRI_BATCH; in lpfc_create_multixri_pools()