Searched refs:_array (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
D | a6xx_gpu_state.h | 172 #define HLSQ_DBG_REGS(_base, _type, _array) \ argument 173 { .val0 = _base, .val1 = _type, .registers = _array, \ 174 .count = ARRAY_SIZE(_array), } 279 #define REGS(_array, _sel_reg, _sel_val) \ argument 280 { .registers = _array, .count = ARRAY_SIZE(_array), \
|
/kernel/linux/linux-5.10/include/linux/ |
D | bpf.h | 1155 struct bpf_prog_array *_array; \ 1161 _array = rcu_dereference(array); \ 1162 if (unlikely(check_non_null && !_array))\ 1164 _item = &_array->items[0]; \ 1204 struct bpf_prog_array *_array; \ 1212 _array = rcu_dereference(array); \ 1213 _item = &_array->items[0]; \
|