Searched refs:BITSET_FFS (Results 1 – 2 of 2) sorted by relevance
97 #define BITSET_FFS(x) __bitset_ffs(x, ARRAY_SIZE(x)) macro
430 int i = BITSET_FFS(nctx->dirty) - 1; in nouveau_next_dirty_state()