Searched refs:ffsl (Results 1 – 25 of 42) sorted by relevance
12
28 #define FFS ffsl
42 ffsl(long mask) in ffsl() function
15 ffsl.c \156 MLINKS+=ffs.3 ffsl.3 \
7 ffsl;
57 int ffsl(long) __pure2;
88 #define MALLOCX_ALIGN(a) ((int)(ffsl((int)(a))-1))
71 int _res = ffsl((long)(word)); /* Assumes two-complement. */ \
251 _value = ((_curbitstr - _bitstr) * _BITSTR_BITS) + ffsl(_test) - 1; in bit_ff_at_()304 _last = ffsl(~(_test >> 1)); in bit_ff_area_at_()
248 __bit = ffsl((p)->__bits[__i] & __mask); \288 int __bit = ffsl(__bits) - 1; \
153 ffsl(long mask) in ffsl() function
129 CK_F_CC_FFS_G(ffsl, unsigned long) in CK_F_CC_FFS_G()
105 j = ffsl(page->free[i]); in mlx5_alloc_dbrec()
91 return (i * NB_BITS_PER_LONG + ffsl(n) - 1); in find_first_zero_bit()
227 return (ffsl(mask) - 1); in __ffsl()
109 j = ffsl(page->free[i]); in mlx4_alloc_db()
162 if ((v = ffsl(*mask)) == 0) in bitmask_alloc_idx()
168 return (i * BITS_PER_LONG + ffsl(n) - 1); in find_first_zero_bit()
175 while ((irq = ffsl(bitmap & mask) - 1) != -1) { in ps3pic_dispatch()
294 #define lowbit(x) ffsl(x)
175 KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c mcount.c strcat.c strchr.c \
401 l1i = ffsl(masked_l1) - 1; in xen_intr_handle_upcall()414 l2i = ffsl(masked_l2) - 1; in xen_intr_handle_upcall()
290 #define MFD_HUGE_FLAGS(sz) (((ffsl(sz) - 1U) << MFD_HUGE_SHIFT) & MFD_HUGE_MASK) in ATF_TC_BODY()
88 return (ffsl(mask) - 1); in __ffsl()
466 (tgt << OCP85XX_TRGT_SHIFT_QORIQ) | (ffsl(PAGE_SIZE) - 2)); in mpc85xx_smp_start_cpu()
600 for (mask = *maskp++; (bit = ffsl(mask)) != 0; in svc_getreqset()