Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H 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()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_tas.c740 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) in sja1105_tas_state_machine()
785 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) { in sja1105_tas_state_machine()
820 if (tas_data->last_op != SJA1105_PTP_ADJUSTFREQ) { in sja1105_tas_state_machine()
853 tas_data->last_op = SJA1105_PTP_CLOCKSTEP; in sja1105_tas_clockstep()
869 tas_data->last_op = SJA1105_PTP_ADJUSTFREQ; in sja1105_tas_adjfreq()
880 tas_data->last_op = SJA1105_PTP_NONE; in sja1105_tas_setup()
H A Dsja1105_tas.h45 enum sja1105_ptp_op last_op; member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c476 enum op { OP_LT, OP_LE, OP_GT, OP_GE, OP_EQ, OP_NE, first_op = OP_LT, last_op = OP_NE }; enumerator
1468 for (sub.op = first_op; sub.op <= last_op; sub.op++) { in verify_case_opt()
1766 ctx.total_case_cnt = (last_op - first_op + 1) * (2 * ctx.range_cnt * ctx.val_cnt); in validate_gen_range_vs_const_64()
1805 ctx.total_case_cnt = (last_op - first_op + 1) * (2 * ctx.subrange_cnt * ctx.subval_cnt); in validate_gen_range_vs_const_32()
1862 ctx.total_case_cnt = (last_op - first_op + 1) * (2 * rcnt * (rcnt + 1) / 2); in validate_gen_range_vs_range()
1982 ctx.total_case_cnt = (last_op - first_op + 1) * (2 * ctx.rand_case_cnt); in validate_rand_ranges()
/linux/tools/include/uapi/linux/
H A Dio_uring.h623 __u8 last_op; /* last opcode supported */ member
/linux/include/uapi/linux/
H A Dio_uring.h736 __u8 last_op; /* last opcode supported */ member
/linux/io_uring/
H A Dregister.c59 p->last_op = IORING_OP_LAST - 1; in io_probe()