Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lockf.c372 KASSERT(LIST_EMPTY(&lock->lf_outedges), in lf_free_lock()
582 LIST_INIT(&lock->lf_outedges); in lf_advlockasync()
725 KASSERT(!LIST_EMPTY(&lock->lf_outedges), in lf_advlockasync()
913 LIST_FOREACH(e, &x->lf_outedges, le_outlink) in lf_add_edge()
929 LIST_INSERT_HEAD(&x->lf_outedges, e, le_outlink); in lf_add_edge()
963 while ((e = LIST_FIRST(&x->lf_outedges)) != NULL) { in lf_remove_outgoing()
1160 if (LIST_EMPTY(&deplock->lf_outedges)) { in lf_update_dependancies()
1504 if (LIST_EMPTY(&lock->lf_outedges)) { in lf_setlock()
1849 LIST_INIT(&splitlock->lf_outedges); in lf_split()
2514 if (!LIST_EMPTY(&lock->lf_outedges)) in lf_print()
[all …]
/f-stack/freebsd/sys/
H A Dlockf.h83 struct lockf_edge_list lf_outedges; /* (s) list of out-edges */ member