Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_ruc.c623 u32 old_last, last; in qib_send_complete() local
629 old_last = last; in qib_send_complete()
646 if (qp->s_acked == old_last) in qib_send_complete()
648 if (qp->s_cur == old_last) in qib_send_complete()
650 if (qp->s_tail == old_last) in qib_send_complete()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Druc.c927 u32 old_last, last; in hfi1_send_complete() local
933 old_last = last; in hfi1_send_complete()
952 if (qp->s_acked == old_last) in hfi1_send_complete()
954 if (qp->s_cur == old_last) in hfi1_send_complete()
956 if (qp->s_tail == old_last) in hfi1_send_complete()
/Linux-v4.19/tools/perf/util/
Dcallchain.c991 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch() local
1027 cursor->last = old_last; in merge_chain_branch()
/Linux-v4.19/fs/
Dnamei.c4522 struct qstr old_last, new_last; in do_renameat2() local
4546 &old_path, &old_last, &old_type); in do_renameat2()
4579 old_dentry = __lookup_hash(&old_last, old_path.dentry, lookup_flags); in do_renameat2()
4608 if (old_last.name[old_last.len]) in do_renameat2()