Searched refs:first_op (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 598 enum op { OP_LT, OP_LE, OP_GT, OP_GE, OP_EQ, OP_NE, first_op = OP_LT, last_op = OP_NE }; in range_canbe_op() 1631 for (sub.op = first_op; sub.op <= last_op; sub.op++) { 1929 ctx.total_case_cnt = (last_op - first_op + 1) * (2 * ctx.range_cnt * ctx.val_cnt); in validate_gen_range_vs_const_32() 1968 ctx.total_case_cnt = (last_op - first_op + 1) * (2 * ctx.subrange_cnt * ctx.subval_cnt); in validate_gen_range_vs_range() 2025 ctx.total_case_cnt = (last_op - first_op + 1) * (2 * rcnt * (rcnt + 1) / 2); 2145 ctx.total_case_cnt = (last_op - first_op + 1) * (2 * ctx.rand_case_cnt); in test_reg_bounds_rand_ranges_s64_s32() 563 enum op { OP_LT, OP_LE, OP_GT, OP_GE, OP_EQ, OP_NE, first_op = OP_LT, last_op = OP_NE }; global() enumerator
|
| /linux/fs/nfsd/ |
| H A D | nfs4proc.c | 3078 struct nfsd4_op *first_op = &args->ops[0]; in nfs41_check_op_ordering() local 3086 if (first_op->status == nfserr_op_illegal) in nfs41_check_op_ordering() 3088 if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering() 3090 if (first_op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering()
|