Searched refs:current_index (Results 1 – 2 of 2) sorted by relevance
1074 int current_index = 0; in conf() local1091 current_index, &last_top_row); in conf()1103 if (do_match(res, &match_state, ¤t_index) == 0) { in conf()1104 if (current_index != -1) in conf()1105 center_item(current_index, in conf()1151 current_index = curses_item_index(); in conf()
1087 int current_index = 0; in cdns3_request_handled() local1091 current_index = cdns3_get_dma_pos(priv_dev, priv_ep); in cdns3_request_handled()1099 if (doorbell == 1 && current_index == priv_ep->dequeue) in cdns3_request_handled()1111 } else if (priv_ep->dequeue < current_index) { in cdns3_request_handled()1112 if ((current_index == (priv_ep->num_trbs - 1)) && in cdns3_request_handled()1117 priv_req->end_trb < current_index) in cdns3_request_handled()1119 } else if (priv_ep->dequeue > current_index) { in cdns3_request_handled()1120 if (priv_req->end_trb < current_index || in cdns3_request_handled()1126 trace_cdns3_request_handled(priv_req, current_index, handled); in cdns3_request_handled()
Completed in 9 milliseconds