Searched refs:__f (Results 1 – 3 of 3) sorted by relevance
71 struct dma_fence *__f[] = { __VA_ARGS__ }; \72 struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \74 __dma_fence_unwrap_merge(ARRAY_SIZE(__f), __f, __c); \
42 typeof(&(fields)[0]) __f = (fields); \43 typeof(__f[0]) _f1 = __f[index1]; typeof(__f[0]) _f2 = __f[index2]; \44 const bool _ascending = __f[0].startbit < __f[1].startbit; \59 typeof(_f[0]) __f = _f[index]; \60 BUILD_BUG_ON_MSG(__f.startbit < __f.endbit, \63 BUILD_BUG_ON_MSG(__f.size != 1 && __f.size != 2 && \64 __f.size != 4 && __f.size != 8, \67 BUILD_BUG_ON_MSG(__f.startbit - __f.endbit >= BITS_PER_BYTE * __f.size, \
617 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG() argument
Completed in 30 milliseconds