Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/sw/rdmavt/
Dqp.c2834 u32 old_last, last; in rvt_send_complete() local
2841 old_last = qp->s_last; in rvt_send_complete()
2842 trace_rvt_qp_send_completion(qp, wqe, old_last); in rvt_send_complete()
2845 if (qp->s_acked == old_last) in rvt_send_complete()
2847 if (qp->s_cur == old_last) in rvt_send_complete()
2849 if (qp->s_tail == old_last) in rvt_send_complete()
/Linux-v5.10/tools/perf/util/
Dcallchain.c999 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch() local
1034 cursor->last = old_last; in merge_chain_branch()
/Linux-v5.10/fs/
Dnamei.c4355 struct qstr old_last, new_last; in do_renameat2() local
4376 &old_path, &old_last, &old_type); in do_renameat2()
4409 old_dentry = __lookup_hash(&old_last, old_path.dentry, lookup_flags); in do_renameat2()
4438 if (old_last.name[old_last.len]) in do_renameat2()