Home
last modified time | relevance | path

Searched refs:_array (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dbpf.h388 struct bpf_prog_array *_array; \
392 _array = rcu_dereference(array); \
393 if (unlikely(check_non_null && !_array))\
395 _item = &_array->items[0]; \
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c2848 #define STORE_SWING_TABLE(_array, _iteratedIdx) \ in initDeltaSwingIndexTables() argument
2851 _array[_iteratedIdx++] = (u8)idx;\ in initDeltaSwingIndexTables()