Searched refs:op_index (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/kunit/
H A Dattributes.c340 int op_index = -1, attr_index = -1; local
346 if (op_index < 0 && strchr(op_list, input[i])) {
347 op_index = i;
356 if (op_index <= 0) {
363 op = input[op_index];
364 input[op_index] = '\0';
374 input[op_index] = op;
385 filter.input = input + op_index;
388 filter.input = input + op_index;
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c194 __u32 map_index, op_index; local
220 for (op_index = 0; op_index < 2; ++op_index)
222 batch_size[op_index], false);

Completed in 83 milliseconds