Searched refs:lpc_next (Results 1 – 4 of 4) sorted by relevance
197 lproc = lproc->lpc_next; in lprocess_insert_mark()234 cur = cur->lpc_next; in lprocess_insert_mark()240 lproc->lpc_next = lcol->lcol_lprocess; in lprocess_insert_mark()241 if (lproc->lpc_next != NULL) in lprocess_insert_mark()242 lproc->lpc_next->lpc_prev = lproc; in lprocess_insert_mark()266 next = member->lpc_next; in list_walk_process_cb()825 lpc->lpc_prev->lpc_next = lpc->lpc_next; in lprocess_free()826 if (lpc->lpc_next != NULL) in lprocess_free()827 lpc->lpc_next->lpc_prev = lpc->lpc_prev; in lprocess_free()829 lpc->lpc_collection->lcol_lprocess = (lpc->lpc_next != in lprocess_free()[all …]
133 lpc = lpc->lpc_next; in get_valid_victim()703 lpc = lpc->lpc_next != NULL ? get_valid_victim(lcol, in scan()704 lpc->lpc_next) : NULL; in scan()722 lpc = lpc->lpc_next != NULL ? get_valid_victim(lcol, in scan()723 lpc->lpc_next) : NULL; in scan()940 if (vic->lpc_next != NULL) { in scan()946 vic->lpc_next); in scan()982 lcol->lcol_victim->lpc_next); in scan()
193 cur = cur->lpc_next; in lcollection_member()234 next = lpc->lpc_next; in lcollection_free()
98 struct lprocess *lpc_next; member