Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDlockf.h82 struct lockf_edge_list lf_inedges; /* (s) list of out-edges */ member
/trueos/sys/kern/
HDkern_lockf.c366 KASSERT(LIST_EMPTY(&lock->lf_inedges), in lf_free_lock()
574 LIST_INIT(&lock->lf_inedges); in lf_advlockasync()
936 LIST_INSERT_HEAD(&y->lf_inedges, e, le_inlink); in lf_add_edge()
982 while ((e = LIST_FIRST(&x->lf_inedges)) != NULL) { in lf_remove_incoming()
1153 LIST_FOREACH_SAFE(e, &lock->lf_inedges, le_inlink, ne) { in lf_update_dependancies()
1849 LIST_INIT(&splitlock->lf_inedges); in lf_split()
2548 if (!LIST_EMPTY(&blk->lf_inedges)) in lf_printlist()