Searched refs:_array (Results 1 – 1 of 1) sorted by relevance
| /fs/bcachefs/ |
| A D | util.h | 557 #define __array_insert_item(_array, _nr, _pos) \ argument 558 memmove(&(_array)[(_pos) + 1], \ 559 &(_array)[(_pos)], \ 560 sizeof((_array)[0]) * ((_nr) - (_pos))) 564 __array_insert_item(_array, _nr, _pos); \ 566 (_array)[(_pos)] = (_new_item); \ 572 memmove(&(_array)[(_pos)], \ 573 &(_array)[(_pos) + (_nr_to_remove)], \ 574 sizeof((_array)[0]) * ((_nr) - (_pos))); \ 577 #define array_remove_item(_array, _nr, _pos) \ argument [all …]
|
Completed in 11 milliseconds