Searched refs:REG_OP_ALLOC (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | bitmap.c | 1105 REG_OP_ALLOC, /* set all bits in region */ enumerator 1147 case REG_OP_ALLOC: in __reg_op() 1182 __reg_op(bitmap, pos, order, REG_OP_ALLOC); in bitmap_find_free_region() 1221 return __reg_op(bitmap, pos, order, REG_OP_ALLOC); in bitmap_allocate_region()
|
/kernel/linux/linux-6.6/lib/ |
H A D | bitmap.c | 1243 REG_OP_ALLOC, /* set all bits in region */ enumerator 1285 case REG_OP_ALLOC: in __reg_op() 1320 __reg_op(bitmap, pos, order, REG_OP_ALLOC); in bitmap_find_free_region() 1359 return __reg_op(bitmap, pos, order, REG_OP_ALLOC); in bitmap_allocate_region()
|
Completed in 5 milliseconds