Lines Matching refs:lf_outedges
367 KASSERT(LIST_EMPTY(&lock->lf_outedges), in lf_free_lock()
570 LIST_INIT(&lock->lf_outedges); in lf_advlockasync()
713 KASSERT(!LIST_EMPTY(&lock->lf_outedges), in lf_advlockasync()
900 LIST_FOREACH(e, &x->lf_outedges, le_outlink) in lf_add_edge()
916 LIST_INSERT_HEAD(&x->lf_outedges, e, le_outlink); in lf_add_edge()
950 while ((e = LIST_FIRST(&x->lf_outedges)) != NULL) { in lf_remove_outgoing()
1147 if (LIST_EMPTY(&deplock->lf_outedges)) { in lf_update_dependancies()
1437 LIST_FOREACH(e, &lock->lf_outedges, le_outlink) { in lf_setlock()
1491 if (LIST_EMPTY(&lock->lf_outedges)) { in lf_setlock()
1836 LIST_INIT(&splitlock->lf_outedges); in lf_split()
2629 if (!LIST_EMPTY(&lock->lf_outedges)) in lf_print()
2631 (void *)LIST_FIRST(&lock->lf_outedges)->le_to); in lf_print()
2651 LIST_FOREACH(e, &lf->lf_outedges, le_outlink) { in lf_printlist()