Home
last modified time | relevance | path

Searched refs:lpc_next (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c197 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()
830 lpc ? lpc->lpc_next : NULL); in lprocess_free()
[all …]
H A Drcapd_scanner.c131 lpc = lpc->lpc_next; in get_valid_victim()
701 lpc = lpc->lpc_next != NULL ? get_valid_victim(lcol, in scan()
702 lpc->lpc_next) : NULL; in scan()
720 lpc = lpc->lpc_next != NULL ? get_valid_victim(lcol, in scan()
721 lpc->lpc_next) : NULL; in scan()
939 if (vic->lpc_next != NULL) { in scan()
945 vic->lpc_next); in scan()
981 lcol->lcol_victim->lpc_next); in scan()
H A Drcapd_collection.c191 cur = cur->lpc_next; in lcollection_member()
232 next = lpc->lpc_next; in lcollection_free()
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h96 struct lprocess *lpc_next; member