Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/prestera/
H A Dprestera_matchall.c45 u32 *prio_min, u32 *prio_max) in prestera_mall_prio_get() argument
51 *prio_max = block->mall.prio_max; in prestera_mall_prio_get()
59 block->mall.prio_max = max(block->mall.prio_max, f->common.prio); in prestera_mall_prio_update()
125 block->mall.prio_max = 0; in prestera_mall_destroy()
H A Dprestera_matchall.h15 u32 *prio_min, u32 *prio_max);
H A Dprestera_flow.h27 u32 prio_max; member
H A Dprestera_flower.h23 u32 *prio_min, u32 *prio_max);
H A Dprestera_acl.h199 u32 *prio_min, u32 *prio_max);
H A Dprestera_flow.c94 block->mall.prio_max = 0; in prestera_flow_block_create()
H A Dprestera_flower.c405 u32 *prio_min, u32 *prio_max) in prestera_flower_prio_get() argument
413 prestera_acl_ruleset_prio_get(ruleset, prio_min, prio_max); in prestera_flower_prio_get()
H A Dprestera_acl.c424 u32 *prio_min, u32 *prio_max) in prestera_acl_ruleset_prio_get() argument
427 *prio_max = ruleset->prio.max; in prestera_acl_ruleset_prio_get()
/linux-6.15/drivers/block/zram/
H A Dzram_drv.c1851 if (zram_get_priority(zram, index) + 1 >= prio_max) in scan_slots_for_recompress()
1873 u32 prio_max) in recompress_slot() argument
1915 if (prio >= prio_max) in recompress_slot()
1922 for (; prio < prio_max; prio++) { in recompress_slot()
2017 u32 prio, prio_max; in recompress_store() local
2022 prio_max = zram->num_active_comps; in recompress_store()
2076 prio_max = prio + 1; in recompress_store()
2104 prio_max = prio + 1; in recompress_store()
2116 prio_max = min(prio_max, (u32)zram->num_active_comps); in recompress_store()
2117 if (prio >= prio_max) { in recompress_store()
[all …]