Searched refs:is_cached (Results 1 - 3 of 3) sorted by relevance

/drivers/message/fusion/
H A Dmptsas.h91 u8 is_cached; member in struct:mptsas_device_info
H A Dmptsas.c795 * Set is_cached flag
800 sas_info->is_cached = 1;
3803 if (sas_info->is_cached)
4049 if (sas_info->is_cached ||
4063 if (sas_info->is_cached ||
/drivers/gpu/drm/ttm/
H A Dttm_page_alloc_dma.c931 bool is_cached = false; local
940 is_cached = (ttm_dma_find_pool(pool->dev,
951 if (is_cached) {
967 if (is_cached) {
987 /* shrink pool if necessary (only on !is_cached pools)*/

Completed in 206 milliseconds