Home
last modified time | relevance | path

Searched refs:BITOPS_LAST (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dtest_bitops.c25 BITOPS_LAST = 255, enumerator
93 bit_set = find_first_bit(g_bitmap, BITOPS_LAST); in test_bitops_startup()
94 if (bit_set != BITOPS_LAST) in test_bitops_startup()
/kernel/linux/linux-6.6/lib/
H A Dtest_bitops.c25 BITOPS_LAST = 255, enumerator
93 bit_set = find_first_bit(g_bitmap, BITOPS_LAST); in test_bitops_startup()
94 if (bit_set != BITOPS_LAST) in test_bitops_startup()

Completed in 2 milliseconds