Home
last modified time | relevance | path

Searched refs:first_op (Results 1 – 2 of 2) sorted by relevance

/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/fs/nfsd/
H A Dnfs4proc.c2670 struct nfsd4_op *first_op = &args->ops[0]; in nfs41_check_op_ordering() local
2678 if (first_op->status == nfserr_op_illegal) in nfs41_check_op_ordering()
2680 if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering()
2682 if (first_op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering()