Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_lockf.c367 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()
[all …]
/freebsd/sys/sys/
H A Dlockf.h79 struct lockf_edge_list lf_outedges; /* (s) list of out-edges */ member