Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lockf.c111 static struct lockf_entry *
115 static int lf_overlaps(struct lockf_entry *, struct lockf_entry *);
116 static int lf_blocks(struct lockf_entry *, struct lockf_entry *);
121 static int lf_add_edge(struct lockf_entry *, struct lockf_entry *);
127 static int lf_findoverlap(struct lockf_entry **, struct lockf_entry *,
129 static struct lockf_entry *
339 struct lockf_entry *lf; in lf_alloc_lock()
849 lf_overlaps(struct lockf_entry *x, struct lockf_entry *y) in lf_overlaps()
859 lf_blocks(struct lockf_entry *x, struct lockf_entry *y) in lf_blocks()
906 lf_add_edge(struct lockf_entry *x, struct lockf_entry *y) in lf_add_edge()
[all …]
/f-stack/freebsd/sys/
H A Dlockf.h68 struct lockf_entry *le_from; /* (c) out-going from here */
69 struct lockf_entry *le_to; /* (s) in-coming to here */
73 struct lockf_entry { struct
82 LIST_ENTRY(lockf_entry) lf_link; /* (s) Linkage for lock lists */ argument
87 LIST_HEAD(lockf_entry_list, lockf_entry); argument