Searched refs:_array (Results 1 – 2 of 2) sorted by relevance
388 struct bpf_prog_array *_array; \392 _array = rcu_dereference(array); \393 if (unlikely(check_non_null && !_array))\395 _item = &_array->items[0]; \
2848 #define STORE_SWING_TABLE(_array, _iteratedIdx) \ in initDeltaSwingIndexTables() argument2851 _array[_iteratedIdx++] = (u8)idx;\ in initDeltaSwingIndexTables()