Searched refs:ffs (Results 1 – 5 of 5) sorted by relevance
116 return !x || (__u32)x ? ffs(x) : ffs(x >> 32) + 32; in generic_ffs64()
122 #define ffs(x) ({ unsigned int __t = (x); fls(__t & -__t); }) macro
184 *sl = ffs(tmp) - 1; in FIND_SUITABLE_BLOCK()189 *fl = ffs(p->fl_bitmap & (~0u << (*fl + 1))) - 1; in FIND_SUITABLE_BLOCK()192 *sl = ffs(p->sl_bitmap[*fl]) - 1; in FIND_SUITABLE_BLOCK()
415 static inline int ffs(unsigned int x) in ffs() function
134 new_target = ffs(new_mask); in vgic_store_itargetsr()
Completed in 6 milliseconds