Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_ruc.c701 u32 old_last, last; in ipath_send_complete() local
723 old_last = last = qp->s_last; in ipath_send_complete()
727 if (qp->s_cur == old_last) in ipath_send_complete()
729 if (qp->s_tail == old_last) in ipath_send_complete()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_ruc.c774 u32 old_last, last; in qib_send_complete() local
808 old_last = last; in qib_send_complete()
812 if (qp->s_acked == old_last) in qib_send_complete()
814 if (qp->s_cur == old_last) in qib_send_complete()
816 if (qp->s_tail == old_last) in qib_send_complete()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Druc.c901 u32 old_last, last; in hfi1_send_complete() local
935 old_last = last; in hfi1_send_complete()
939 if (qp->s_acked == old_last) in hfi1_send_complete()
941 if (qp->s_cur == old_last) in hfi1_send_complete()
943 if (qp->s_tail == old_last) in hfi1_send_complete()
/linux-4.4.14/tools/perf/util/
Dcallchain.c641 struct callchain_cursor_node **old_last = cursor->last; in merge_chain_branch() local
674 cursor->last = old_last; in merge_chain_branch()
/linux-4.4.14/fs/
Dnamei.c4318 struct qstr old_last, new_last; in SYSCALL_DEFINE5() local
4342 &old_path, &old_last, &old_type, lookup_flags); in SYSCALL_DEFINE5()
4375 old_dentry = __lookup_hash(&old_last, old_path.dentry, lookup_flags); in SYSCALL_DEFINE5()
4404 if (old_last.name[old_last.len]) in SYSCALL_DEFINE5()