Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/sw/rdmavt/
Dqp.c2783 u32 old_last, last; in rvt_send_complete() local
2790 old_last = qp->s_last; in rvt_send_complete()
2791 trace_rvt_qp_send_completion(qp, wqe, old_last); in rvt_send_complete()
2794 if (qp->s_acked == old_last) in rvt_send_complete()
2796 if (qp->s_cur == old_last) in rvt_send_complete()
2798 if (qp->s_tail == old_last) in rvt_send_complete()
/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/
Dkfd_svm.c1021 uint64_t old_last = prange->last; in svm_range_split() local
1026 old_start, old_last, start, last); in svm_range_split()
1028 if (old_start != start && old_last != last) in svm_range_split()
1030 if (start < old_start || last > old_last) in svm_range_split()
1035 *new = svm_range_new(svms, last + 1, old_last, false); in svm_range_split()
1044 r, old_start, old_last, start, last); in svm_range_split()
/linux-6.1.9/tools/perf/util/
Dcallchain.c1005 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch() local
1040 cursor->last = old_last; in merge_chain_branch()
/linux-6.1.9/fs/
Dnamei.c4825 struct qstr old_last, new_last; in do_renameat2() local
4844 &old_last, &old_type); in do_renameat2()
4873 old_dentry = __lookup_hash(&old_last, old_path.dentry, lookup_flags); in do_renameat2()
4902 if (old_last.name[old_last.len]) in do_renameat2()