Home | History | Annotate | Download | only in kern

Lines Matching refs:cq_prev_l

138         (list)->cq_prev_l = (list);					\
145 (list)->cq_prev_l->cq_next_l = (elem); \
146 (list)->cq_prev_l = (elem); \
152 (fst)->cq_prev_l->cq_next_l = (snd)->cq_next_l; \
153 (snd)->cq_next_l->cq_prev_l = (fst)->cq_prev_l; \
154 (snd)->cq_prev_l->cq_next_l = (fst); \
155 (fst)->cq_prev_l = (snd)->cq_prev_l; \
163 (elem)->cq_prev_l->cq_next_e = (elem)->cq_next_e; \