Searched refs:hn (Results 1 – 2 of 2) sorted by relevance
781 QNode hn = h.next; // Absorb cancelled first node as head in clean() local782 if (hn != null && hn.isCancelled()) { in clean()783 advanceHead(h, hn); in clean()
1154 Node hn = h.next; in unsplice() local1155 if (hn == null) in unsplice()1157 if (hn != h && casHead(h, hn)) in unsplice()