Lines Matching defs:arr
276 struct rte_fbarray *arr = &msl->memseg_arr;
277 struct rte_memseg *ms = rte_fbarray_get(arr, i);
288 rte_fbarray_set_used(arr, i);
297 const struct rte_fbarray *arr;
312 arr = &msl->memseg_arr;
314 return rte_fbarray_get(arr, ms_idx);
677 struct rte_fbarray *arr;
682 arr = &msl->memseg_arr;
684 ms_idx = rte_fbarray_find_next_used(arr, 0);
689 ms = rte_fbarray_get(arr, ms_idx);
694 n_segs = rte_fbarray_find_contig_used(arr, ms_idx);
700 ms_idx = rte_fbarray_find_next_used(arr,
729 struct rte_fbarray *arr;
734 arr = &msl->memseg_arr;
736 ms_idx = rte_fbarray_find_next_used(arr, 0);
738 ms = rte_fbarray_get(arr, ms_idx);
742 ms_idx = rte_fbarray_find_next_used(arr, ms_idx + 1);
798 struct rte_fbarray *arr;
811 arr = &msl->memseg_arr;
814 seg_idx = rte_fbarray_find_idx(arr, ms);
816 if (!rte_fbarray_is_used(arr, seg_idx)) {
853 struct rte_fbarray *arr;
866 arr = &msl->memseg_arr;
869 seg_idx = rte_fbarray_find_idx(arr, ms);
871 if (!rte_fbarray_is_used(arr, seg_idx)) {
1335 struct rte_fbarray *arr;
1356 arr = &msl->memseg_arr;
1358 ms_idx = rte_fbarray_find_next_used(arr, 0);
1361 ms_idx = rte_fbarray_find_next_used(arr, ms_idx + 1);
1378 struct rte_fbarray *arr;
1405 arr = &msl->memseg_arr;
1406 ms = rte_fbarray_get(arr, ms_idx);