Home
last modified time | relevance | path

Searched refs:__f (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Ddma-fence-unwrap.h69 struct dma_fence *__f[] = { __VA_ARGS__ }; \
70 struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \
72 __dma_fence_unwrap_merge(ARRAY_SIZE(__f), __f, __c); \
Dpage-flags.h586 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG() argument