Home
last modified time | relevance | path

Searched refs:last_op (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
A Dstrfilter.c84 struct strfilter_node root, *cur, *last_op; in strfilter_node__new() local
91 last_op = cur = &root; in strfilter_node__new()
97 if (!cur->r || !last_op->r) in strfilter_node__new()
99 cur = strfilter_node__alloc(OP_and, last_op->r, NULL); in strfilter_node__new()
102 last_op->r = cur; in strfilter_node__new()
103 last_op = cur; in strfilter_node__new()
112 last_op = cur; in strfilter_node__new()
/tools/include/uapi/linux/
A Dio_uring.h623 __u8 last_op; /* last opcode supported */ member
/tools/testing/selftests/bpf/prog_tests/
A Dreg_bounds.c490 enum op { OP_LT, OP_LE, OP_GT, OP_GE, OP_EQ, OP_NE, first_op = OP_LT, last_op = OP_NE }; enumerator
1482 for (sub.op = first_op; sub.op <= last_op; sub.op++) { in verify_case_opt()
1780 ctx.total_case_cnt = (last_op - first_op + 1) * (2 * ctx.range_cnt * ctx.val_cnt); in validate_gen_range_vs_const_64()
1819 ctx.total_case_cnt = (last_op - first_op + 1) * (2 * ctx.subrange_cnt * ctx.subval_cnt); in validate_gen_range_vs_const_32()
1876 ctx.total_case_cnt = (last_op - first_op + 1) * (2 * rcnt * (rcnt + 1) / 2); in validate_gen_range_vs_range()
1996 ctx.total_case_cnt = (last_op - first_op + 1) * (2 * ctx.rand_case_cnt); in validate_rand_ranges()

Completed in 13 milliseconds