Searched refs:old_last (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | bitmap.c | 79 uint64_t old_last = bn->bn_last; local 92 new_bn->bn_last = old_last;
|
/openbmc/linux/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 2781 u32 old_last, last; in rvt_send_complete() local 2788 old_last = qp->s_last; in rvt_send_complete() 2789 trace_rvt_qp_send_completion(qp, wqe, old_last); in rvt_send_complete() 2792 if (qp->s_acked == old_last) in rvt_send_complete() 2794 if (qp->s_cur == old_last) in rvt_send_complete() 2796 if (qp->s_tail == old_last) in rvt_send_complete()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 1077 uint64_t old_last = prange->last; in svm_range_split() local 1082 old_start, old_last, start, last); in svm_range_split() 1084 if (old_start != start && old_last != last) in svm_range_split() 1086 if (start < old_start || last > old_last) in svm_range_split() 1091 *new = svm_range_new(svms, last + 1, old_last, false); in svm_range_split() 1100 r, old_start, old_last, start, last); in svm_range_split()
|
/openbmc/linux/tools/perf/util/ |
H A D | callchain.c | 1011 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch() local 1052 cursor->last = old_last; in merge_chain_branch()
|
/openbmc/linux/fs/ |
H A D | namei.c | 4918 struct qstr old_last, new_last; in do_renameat2() local 4937 &old_last, &old_type); in do_renameat2() 4966 old_dentry = lookup_one_qstr_excl(&old_last, old_path.dentry, in do_renameat2() 4997 if (old_last.name[old_last.len]) in do_renameat2()
|