Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptsas.h91 u8 is_cached; member
Dmptsas.c800 sas_info->is_cached = 1; in mptsas_del_device_component_by_os()
3798 if (sas_info->is_cached) in mptsas_not_responding_devices()
4044 if (sas_info->is_cached || in mptsas_handle_queue_full_event()
4058 if (sas_info->is_cached || in mptsas_handle_queue_full_event()
/kernel/linux/linux-5.10/include/linux/
Dlightnvm.h73 u64 is_cached : 1; member
526 ppa64.c.is_cached = 1; in nvm_ppa32_to_ppa64()
569 } else if (ppa64.c.is_cached) { in nvm_ppa64_to_ppa32()
/kernel/linux/linux-5.10/drivers/lightnvm/
Dpblk.h1129 return (ppa.ppa != ADDR_EMPTY && ppa.c.is_cached); in pblk_addr_in_cache()
1142 p.c.is_cached = 1; in pblk_cacheline_to_addr()
1197 if (p->c.is_cached) { in print_ppa()
1241 if (!ppa->c.is_cached && in pblk_boundary_ppa_checks()
1250 if (!ppa->c.is_cached && in pblk_boundary_ppa_checks()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_page_alloc_dma.c998 bool is_cached = false; in ttm_dma_unpopulate() local
1033 is_cached = (ttm_dma_find_pool(pool->dev, in ttm_dma_unpopulate()
1049 if (is_cached) in ttm_dma_unpopulate()
1055 if (is_cached) { in ttm_dma_unpopulate()