Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/
Dste_dma40.h98 bool high_priority; member
Dste_dma40_ll.c119 if (cfg->high_priority) { in d40_phy_cfg()
Dste_dma40.c2317 bool highprio = d40c->dma_cfg.high_priority; in __d40_set_prio_rt()
2404 cfg.high_priority = true; in d40_xlate()
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Ddm-crypt.rst116 high_priority
/linux-6.12.1/drivers/md/dm-vdo/
Dslab-depot.c2518 static void register_slab_for_scrubbing(struct vdo_slab *slab, bool high_priority) in register_slab_for_scrubbing() argument
2534 if (high_priority) { in register_slab_for_scrubbing()
3532 bool high_priority; in vdo_prepare_slabs_for_allocation() local
3549 high_priority = ((current_slab_status.is_clean && in vdo_prepare_slabs_for_allocation()
3552 register_slab_for_scrubbing(slab, high_priority); in vdo_prepare_slabs_for_allocation()