Home
last modified time | relevance | path

Searched refs:cur_head (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dldc.c1673 static int rx_data_wait(struct ldc_channel *lp, unsigned long cur_head) in rx_data_wait() argument
1678 ldcdbg(DATA, "DATA WAIT cur_head[%lx] rx_head[%lx] rx_tail[%lx]\n", in rx_data_wait()
1679 cur_head, lp->rx_head, lp->rx_tail); in rx_data_wait()
1694 if (cur_head != lp->rx_tail) { in rx_data_wait()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dldc.c1673 static int rx_data_wait(struct ldc_channel *lp, unsigned long cur_head) in rx_data_wait() argument
1678 ldcdbg(DATA, "DATA WAIT cur_head[%lx] rx_head[%lx] rx_tail[%lx]\n", in rx_data_wait()
1679 cur_head, lp->rx_head, lp->rx_tail); in rx_data_wait()
1694 if (cur_head != lp->rx_tail) { in rx_data_wait()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd_intr.c2033 struct dwc2_qtd *cur_head; in dwc2_check_qtd_still_ok() local
2038 cur_head = list_first_entry(&qh->qtd_list, struct dwc2_qtd, in dwc2_check_qtd_still_ok()
2040 return (cur_head == qtd); in dwc2_check_qtd_still_ok()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd_intr.c2003 struct dwc2_qtd *cur_head; in dwc2_check_qtd_still_ok() local
2008 cur_head = list_first_entry(&qh->qtd_list, struct dwc2_qtd, in dwc2_check_qtd_still_ok()
2010 return (cur_head == qtd); in dwc2_check_qtd_still_ok()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/
H A Dqm.c2126 u16 cur_head = (cur_tail + sq_depth - qp_used) % sq_depth; in qp_stop_fail_cb() local
2132 pos = (i + cur_head) % sq_depth; in qp_stop_fail_cb()

Completed in 18 milliseconds