Searched refs:old_last (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | bitmap.c | 82 uint64_t old_last = bn->bn_last; local 95 new_bn->bn_last = old_last; 357 uint32_t old_last = bn->bn_last; local 370 new_bn->bn_last = old_last;
|
/linux-6.12.1/drivers/infiniband/sw/rdmavt/ |
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()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_svm.c | 1111 uint64_t old_last = prange->last; in svm_range_split() local 1116 old_start, old_last, start, last); in svm_range_split() 1118 if (old_start != start && old_last != last) in svm_range_split() 1120 if (start < old_start || last > old_last) in svm_range_split() 1125 *new = svm_range_new(svms, last + 1, old_last, false); in svm_range_split() 1134 r, old_start, old_last, start, last); in svm_range_split()
|
/linux-6.12.1/tools/perf/util/ |
D | callchain.c | 1028 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch() local 1068 cursor->last = old_last; in merge_chain_branch()
|
/linux-6.12.1/fs/ |
D | namei.c | 5059 struct qstr old_last, new_last; in do_renameat2() local 5078 &old_last, &old_type); in do_renameat2() 5111 old_dentry = lookup_one_qstr_excl(&old_last, old_path.dentry, in do_renameat2() 5142 if (old_last.name[old_last.len]) in do_renameat2()
|