Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/rdmavt/
Dqp.c2825 u32 old_last, last; in rvt_send_complete() local
2832 old_last = qp->s_last; in rvt_send_complete()
2833 trace_rvt_qp_send_completion(qp, wqe, old_last); in rvt_send_complete()
2836 if (qp->s_acked == old_last) in rvt_send_complete()
2838 if (qp->s_cur == old_last) in rvt_send_complete()
2840 if (qp->s_tail == old_last) in rvt_send_complete()
/Linux-v5.4/tools/perf/util/
Dcallchain.c999 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch() local
1035 cursor->last = old_last; in merge_chain_branch()
/Linux-v5.4/fs/
Dnamei.c4514 struct qstr old_last, new_last; in do_renameat2() local
4538 &old_path, &old_last, &old_type); in do_renameat2()
4571 old_dentry = __lookup_hash(&old_last, old_path.dentry, lookup_flags); in do_renameat2()
4600 if (old_last.name[old_last.len]) in do_renameat2()