Searched refs:mb_buddy_adjust_border (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | mballoc.c | 1406 static inline int mb_buddy_adjust_border(int* bit, void* bitmap, int side) in mb_buddy_adjust_border() function 1459 e4b->bd_info->bb_counters[order] += mb_buddy_adjust_border(&first, buddy, -1); in mb_buddy_mark_free() 1461 e4b->bd_info->bb_counters[order] += mb_buddy_adjust_border(&last, buddy, 1); in mb_buddy_mark_free()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | mballoc.c | 1820 static inline int mb_buddy_adjust_border(int* bit, void* bitmap, int side) in mb_buddy_adjust_border() function 1873 e4b->bd_info->bb_counters[order] += mb_buddy_adjust_border(&first, buddy, -1); in mb_buddy_mark_free() 1875 e4b->bd_info->bb_counters[order] += mb_buddy_adjust_border(&last, buddy, 1); in mb_buddy_mark_free()
|
Completed in 15 milliseconds