Searched refs:find_next_bit_wrap (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | find.h | 452 unsigned long find_next_bit_wrap(const unsigned long *addr, in find_next_bit_wrap() function 681 for ((bit) = find_next_bit_wrap((addr), (size), (start)); \
|
| H A D | cpumask.h | 357 return find_next_bit_wrap(cpumask_bits(src), small_cpumask_bits, n + 1); in cpumask_next_wrap()
|
| /linux/drivers/acpi/ |
| H A D | platform_profile.c | 524 next = find_next_bit_wrap(data.aggregate, in platform_profile_cycle()
|
| /linux/kernel/futex/ |
| H A D | core.c | 444 node = find_next_bit_wrap(node_possible_map.bits, in __futex_hash()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp.c | 2773 idx = find_next_bit_wrap(tx->in_use, tx->len, in ice_ptp_ts_irq()
|
| H A D | ice_main.c | 3149 idx = find_next_bit_wrap(tx->in_use, tx->len, in ice_ll_ts_intr()
|
| /linux/drivers/md/ |
| H A D | raid5.c | 6202 s = find_next_bit_wrap(ctx->sectors_to_do, stripe_cnt, s); in raid5_make_request()
|