Home
last modified time | relevance | path

Searched refs:lf_inedges (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dlockf.h80 struct lockf_edge_list lf_inedges; /* (s) list of in-edges */ member
/freebsd/sys/kern/
H A Dkern_lockf.c369 KASSERT(LIST_EMPTY(&lock->lf_inedges), in lf_free_lock()
571 LIST_INIT(&lock->lf_inedges); in lf_advlockasync()
917 LIST_INSERT_HEAD(&y->lf_inedges, e, le_inlink); in lf_add_edge()
963 while ((e = LIST_FIRST(&x->lf_inedges)) != NULL) { in lf_remove_incoming()
1141 LIST_FOREACH_SAFE(e, &lock->lf_inedges, le_inlink, ne) { in lf_update_dependancies()
1837 LIST_INIT(&splitlock->lf_inedges); in lf_split()
2661 if (!LIST_EMPTY(&blk->lf_inedges)) in lf_printlist()