Searched refs:ncci_ring_list (Results 1 – 2 of 2) sorted by relevance
265 word ncci_ring_list; member
837 if (!plci->ncci_ring_list) in get_ncci()838 plci->ncci_ring_list = ncci; in get_ncci()840 a->ncci_next[ncci] = a->ncci_next[plci->ncci_ring_list]; in get_ncci()841 a->ncci_next[plci->ncci_ring_list] = (byte) ncci; in get_ncci()973 i = plci->ncci_ring_list; in ncci_remove()974 while ((i != 0) && (a->ncci_next[i] != plci->ncci_ring_list) && (a->ncci_next[i] != ncci)) in ncci_remove()979 plci->ncci_ring_list = 0; in ncci_remove()980 else if (plci->ncci_ring_list == ncci) in ncci_remove()981 plci->ncci_ring_list = i; in ncci_remove()1008 plci->ncci_ring_list = 0; in ncci_remove()[all …]