Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_lockf.c108 static struct lockf_entry *
112 static int lf_overlaps(struct lockf_entry *, struct lockf_entry *);
113 static int lf_blocks(struct lockf_entry *, struct lockf_entry *);
118 static int lf_add_edge(struct lockf_entry *, struct lockf_entry *);
124 static int lf_findoverlap(struct lockf_entry **, struct lockf_entry *,
126 static struct lockf_entry *
336 struct lockf_entry *lf; in lf_alloc_lock()
838 lf_overlaps(struct lockf_entry *x, struct lockf_entry *y) in lf_overlaps()
848 lf_blocks(struct lockf_entry *x, struct lockf_entry *y) in lf_blocks()
895 lf_add_edge(struct lockf_entry *x, struct lockf_entry *y) in lf_add_edge()
[all …]
/freebsd-14.2/sys/sys/
H A Dlockf.h67 struct lockf_entry *le_from; /* (c) out-going from here */
68 struct lockf_entry *le_to; /* (s) in-coming to here */
72 struct lockf_entry { struct
80 LIST_ENTRY(lockf_entry) lf_link; /* (s) Linkage for lock lists */ argument
85 LIST_HEAD(lockf_entry_list, lockf_entry); argument