Searched refs:ffsl (Results 1 – 25 of 54) sorted by relevance
123
754 lo = ffsl(~(((1UL << hi) - 1) | rv->popmap[i])); in vm_reserv_break()760 lo = ffsl(~rv->popmap[i]); in vm_reserv_break()782 hi = ffsl(rv->popmap[i]); in vm_reserv_break()985 lo = ffsl(~(((1UL << hi) - 1) | rv->popmap[i])); in vm_reserv_reclaim_contig()987 lo = ffsl(~rv->popmap[i]); in vm_reserv_reclaim_contig()1016 hi = ffsl(rv->popmap[i] & ~((1UL << lo) - 1)); in vm_reserv_reclaim_contig()1023 hi = ffsl(rv->popmap[i]); in vm_reserv_reclaim_contig()
368 firstcore = ffsl(cpumask) - 1; in main()378 cpu = ffsl(cpumask) - 1; in main()
39 ffsl(long mask) in ffsl() function
11 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \46 MLINKS+=ffs.3 ffsl.3 \
11 ffsl;
39 #define RQB_FFS(word) (ffsl(word) - 1)
213 _offset = ffsl(_test); in bit_ffs_at()242 _offset = ffsl(~_test); in bit_ffc_at()
109 int ffsl(long);
44 #define RQB_FFS(word) (ffsl(word) - 1)
46 #define RQB_FFS(word) (ffsl(word) - 1)
53 int ffsl(long) __pure2;
68 #define MALLOCX_ALIGN(a) (ffsl(a)-1)
127 CK_F_CC_FFS_G(ffsl, unsigned long) in CK_F_CC_FFS_G()
271 bit = ffsl(bits) - 1; in minidumpsys()399 bit = ffsl(bits) - 1; in minidumpsys()
183 if ((i = ffsl(pg->freemask[0])) != 0) in _pg_get_free_idx()185 if ((i = ffsl(pg->freemask[1])) != 0) in _pg_get_free_idx()
93 return (i * NB_BITS_PER_LONG + ffsl(n) - 1); in find_first_zero_bit()
105 j = ffsl(page->free[i]); in mlx5_alloc_dbrec()
109 j = ffsl(page->free[i]); in mlx4_alloc_db()
16 libkern/ffsl.c standard
58 libkern/ffsl.c standard
177 while ((irq = ffsl(bitmap & mask) - 1) != -1) { in ps3pic_dispatch()
158 KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c mcount.c strcat.c strchr.c \
166 ffsl(long mask) in ffsl() function176 return (ffsl((long)mask)); in ffsll()