Home
last modified time | relevance | path

Searched refs:ffs (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dbitops.h116 return !x || (__u32)x ? ffs(x) : ffs(x >> 32) + 32; in generic_ffs64()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dbitops.h122 #define ffs(x) ({ unsigned int __t = (x); fls(__t & -__t); }) macro
/xen-4.10.0-shim-comet/xen/common/
A Dxmalloc_tlsf.c184 *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()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dbitops.h415 static inline int ffs(unsigned int x) in ffs() function
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvgic-v2.c134 new_target = ffs(new_mask); in vgic_store_itargetsr()

Completed in 6 milliseconds