Searched refs:old_last (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/xfs/scrub/ |
| H A 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.15/kernel/bpf/ |
| H A D | range_tree.c | 145 u32 old_last = rn->rn_last; in range_tree_clear() local 159 new_rn->rn_last = old_last; in range_tree_clear()
|
| /linux-6.15/drivers/infiniband/sw/rdmavt/ |
| H A D | qp.c | 2780 u32 old_last, last; in rvt_send_complete() local 2787 old_last = qp->s_last; in rvt_send_complete() 2788 trace_rvt_qp_send_completion(qp, wqe, old_last); in rvt_send_complete() 2791 if (qp->s_acked == old_last) in rvt_send_complete() 2793 if (qp->s_cur == old_last) in rvt_send_complete() 2795 if (qp->s_tail == old_last) in rvt_send_complete()
|
| /linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_svm.c | 1112 uint64_t old_last = prange->last; in svm_range_split() local 1117 old_start, old_last, start, last); in svm_range_split() 1119 if (old_start != start && old_last != last) in svm_range_split() 1121 if (start < old_start || last > old_last) in svm_range_split() 1126 *new = svm_range_new(svms, last + 1, old_last, false); in svm_range_split() 1135 r, old_start, old_last, start, last); in svm_range_split()
|
| /linux-6.15/tools/perf/util/ |
| H A D | callchain.c | 1026 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch() local 1066 cursor->last = old_last; in merge_chain_branch()
|
| /linux-6.15/fs/ |
| H A D | namei.c | 5167 struct qstr old_last, new_last; in do_renameat2() local 5189 &old_last, &old_type); in do_renameat2() 5222 old_dentry = lookup_one_qstr_excl(&old_last, old_path.dentry, in do_renameat2() 5242 if (old_last.name[old_last.len]) in do_renameat2()
|