Searched refs:ffsl (Results 1 – 25 of 41) sorted by relevance
12
28 #define FFS ffsl
42 ffsl(long mask) in ffsl() function
11 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \58 MLINKS+=ffs.3 ffsl.3 \
7 ffsl;
37 #define RQB_FFS(word) (ffsl(word) - 1)
41 #define RQB_FFS(word) (ffsl(word) - 1)
44 #define RQB_FFS(word) (ffsl(word) - 1)
57 int ffsl(long) __pure2;
88 #define MALLOCX_ALIGN(a) ((int)(ffsl((int)(a))-1))
129 CK_F_CC_FFS_G(ffsl, unsigned long) in CK_F_CC_FFS_G()
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
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()
109 j = ffsl(page->free[i]); in mlx4_alloc_db()
163 if ((v = ffsl(*mask)) == 0) in bitmask_alloc_idx()
227 return (ffsl(mask) - 1); in __ffsl()
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()
178 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()
199 clean_dep lib/libc ffsl S
85 return (ffsl(mask) - 1); in __ffsl()
453 (tgt << OCP85XX_TRGT_SHIFT_QORIQ) | (ffsl(PAGE_SIZE) - 2)); in mpc85xx_smp_start_cpu()