Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rdmavt/
H A 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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcallchain.c999 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch() local
1034 cursor->last = old_last; in merge_chain_branch()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c4446 struct qstr old_last, new_last; in do_renameat2() local
4465 &old_last, &old_type); in do_renameat2()
4498 old_dentry = __lookup_hash(&old_last, old_path.dentry, lookup_flags); in do_renameat2()
4527 if (old_last.name[old_last.len]) in do_renameat2()