Home
last modified time | relevance | path

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

/openbmc/linux/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()