Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dbitmap.c1099 * Returns 1 if REG_OP_ISFREE succeeds (region is all zero bits).
1104 REG_OP_ISFREE, /* true if region is all zero bits */ enumerator
1139 case REG_OP_ISFREE: in __reg_op()
1180 if (!__reg_op(bitmap, pos, order, REG_OP_ISFREE)) in bitmap_find_free_region()
1219 if (!__reg_op(bitmap, pos, order, REG_OP_ISFREE)) in bitmap_allocate_region()
/kernel/linux/linux-6.6/lib/
H A Dbitmap.c1237 * Returns 1 if REG_OP_ISFREE succeeds (region is all zero bits).
1242 REG_OP_ISFREE, /* true if region is all zero bits */ enumerator
1277 case REG_OP_ISFREE: in __reg_op()
1318 if (!__reg_op(bitmap, pos, order, REG_OP_ISFREE)) in bitmap_find_free_region()
1357 if (!__reg_op(bitmap, pos, order, REG_OP_ISFREE)) in bitmap_allocate_region()

Completed in 9 milliseconds