Home
last modified time | relevance | path

Searched refs:cur_head (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c553 struct list_head *cur_head; in put_pages_back_on_all_cpus() local
561 cur_head = tcd->tcd_pages.next; in put_pages_back_on_all_cpus()
571 cfs_tage_to_tail(tage, cur_head); in put_pages_back_on_all_cpus()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd_intr.c1960 struct dwc2_qtd *cur_head; in dwc2_check_qtd_still_ok() local
1965 cur_head = list_first_entry(&qh->qtd_list, struct dwc2_qtd, in dwc2_check_qtd_still_ok()
1967 return (cur_head == qtd); in dwc2_check_qtd_still_ok()
/linux-4.4.14/arch/sparc/kernel/
Dldc.c1615 static int rx_data_wait(struct ldc_channel *lp, unsigned long cur_head) in rx_data_wait() argument
1621 cur_head, lp->rx_head, lp->rx_tail); in rx_data_wait()
1636 if (cur_head != lp->rx_tail) { in rx_data_wait()