Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_lockf.c100 #define NOLOCKF (struct lockf_entry *)0
107 static struct lockf_entry *
109 static int lf_free_lock(struct lockf_entry *);
110 static int lf_clearlock(struct lockf *, struct lockf_entry *);
111 static int lf_overlaps(struct lockf_entry *, struct lockf_entry *);
112 static int lf_blocks(struct lockf_entry *, struct lockf_entry *);
116 static void lf_alloc_vertex(struct lockf_entry *);
117 static int lf_add_edge(struct lockf_entry *, struct lockf_entry *);
119 static void lf_remove_outgoing(struct lockf_entry *);
120 static void lf_remove_incoming(struct lockf_entry *);
[all …]
/trueos/sys/sys/
HDlockf.h66 struct lockf_entry *le_from; /* (c) out-going from here */
67 struct lockf_entry *le_to; /* (s) in-coming to here */
71 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