Searched refs:_array (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | counter.h | 552 #define COUNTER_COMP_DEVICE_ARRAY_U64(_name, _read, _write, _array) \ argument 558 .priv = &(_array), \ 560 #define COUNTER_COMP_COUNT_ARRAY_U64(_name, _read, _write, _array) \ argument 566 .priv = &(_array), \ 568 #define COUNTER_COMP_SIGNAL_ARRAY_U64(_name, _read, _write, _array) \ argument 574 .priv = &(_array), \ 626 #define COUNTER_COMP_ARRAY_CAPTURE(_read, _write, _array) \ argument 627 COUNTER_COMP_COUNT_ARRAY_U64("capture", _read, _write, _array) 629 #define COUNTER_COMP_ARRAY_POLARITY(_read, _write, _array) \ argument 635 .priv = &(_array), \
|
| /linux-6.15/fs/bcachefs/ |
| H A D | util.h | 553 #define __array_insert_item(_array, _nr, _pos) \ argument 554 memmove(&(_array)[(_pos) + 1], \ 555 &(_array)[(_pos)], \ 556 sizeof((_array)[0]) * ((_nr) - (_pos))) 560 __array_insert_item(_array, _nr, _pos); \ 562 (_array)[(_pos)] = (_new_item); \ 568 memmove(&(_array)[(_pos)], \ 569 &(_array)[(_pos) + (_nr_to_remove)], \ 570 sizeof((_array)[0]) * ((_nr) - (_pos))); \ 573 #define array_remove_item(_array, _nr, _pos) \ argument [all …]
|
| /linux-6.15/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gpu_state.h | 182 #define HLSQ_DBG_REGS(_base, _type, _array) \ argument 183 { .val0 = _base, .val1 = _type, .registers = _array, \ 184 .count = ARRAY_SIZE(_array), } 299 #define REGS(_array, _sel_reg, _sel_val) \ argument 300 { .registers = _array, .count = ARRAY_SIZE(_array), \
|
| /linux-6.15/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_tl_debugfs.c | 85 typeof(&(array)[0]) _array = (array); \ 86 __unqual_scalar_typeof(_array[0]) _x = 0; \ 87 __unqual_scalar_typeof(_array[0]) _y = 0; \ 88 __unqual_scalar_typeof(_array[0]) _a, _b; \ 93 _a = _array[_i]; \
|