Searched refs:cur_head (Results 1 – 4 of 4) sorted by relevance
363 void *cur_head = NULL; in test_primitive_lists() local432 cur_head = pl_copy.value.strings; in test_primitive_lists()435 cur_head = pl_copy.value.integers; in test_primitive_lists()438 cur_head = pl_copy.value.s8_integers; in test_primitive_lists()441 cur_head = pl_copy.value.s16_integers; in test_primitive_lists()444 cur_head = pl_copy.value.s32_integers; in test_primitive_lists()447 cur_head = pl_copy.value.s64_integers; in test_primitive_lists()450 cur_head = pl_copy.value.u8_integers; in test_primitive_lists()453 cur_head = pl_copy.value.u16_integers; in test_primitive_lists()456 cur_head = pl_copy.value.u32_integers; in test_primitive_lists()[all …]
2003 struct dwc2_qtd *cur_head; in dwc2_check_qtd_still_ok() local2008 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()
1673 static int rx_data_wait(struct ldc_channel *lp, unsigned long cur_head) in rx_data_wait() argument1679 cur_head, lp->rx_head, lp->rx_tail); in rx_data_wait()1694 if (cur_head != lp->rx_tail) { in rx_data_wait()
2124 u16 cur_head = (cur_tail + sq_depth - qp_used) % sq_depth; in qp_stop_fail_cb() local2130 pos = (i + cur_head) % sq_depth; in qp_stop_fail_cb()