Searched refs:op_next (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/smb/server/ |
H A D | oplock.c | 1008 goto op_next; in find_same_lease_key() 1018 op_next: in find_same_lease_key() 1781 goto op_next; in lookup_lease_in_table() 1785 goto op_next; in lookup_lease_in_table() 1793 op_next: in lookup_lease_in_table()
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 3292 TCGOp *op, *op_next, *op_prev; in reachable_code_pass() local 3295 QTAILQ_FOREACH_SAFE(op, &s->ops, link, op_next) { in reachable_code_pass() 3943 TCGOp *op, *op_next; in liveness_pass_2() local 3967 QTAILQ_FOREACH_SAFE(op, &s->ops, link, op_next) { in liveness_pass_2()
|
H A D | optimize.c | 2799 TCGOp *op, *op_next; in tcg_optimize() local 2814 QTAILQ_FOREACH_SAFE(op, &s->ops, link, op_next) { in tcg_optimize()
|