Searched refs:lf_inedges (Results 1 – 2 of 2) sorted by relevance
84 struct lockf_edge_list lf_inedges; /* (s) list of in-edges */ member
374 KASSERT(LIST_EMPTY(&lock->lf_inedges), in lf_free_lock()583 LIST_INIT(&lock->lf_inedges); in lf_advlockasync()930 LIST_INSERT_HEAD(&y->lf_inedges, e, le_inlink); in lf_add_edge()976 while ((e = LIST_FIRST(&x->lf_inedges)) != NULL) { in lf_remove_incoming()1154 LIST_FOREACH_SAFE(e, &lock->lf_inedges, le_inlink, ne) { in lf_update_dependancies()1850 LIST_INIT(&splitlock->lf_inedges); in lf_split()2551 if (!LIST_EMPTY(&blk->lf_inedges)) in lf_printlist()