Searched refs:lf_wakeup_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dkern_lockf.c129 static void lf_wakeup_lock(struct lockf *, struct lockf_entry *);
1026 * us. This ensures that lf_wakeup_lock cannot grant two
1120 lf_wakeup_lock(struct lockf *state, struct lockf_entry *wakelock) function
1130 lf_print("lf_wakeup_lock: awakening", wakelock);
1160 lf_wakeup_lock(state, deplock);
1636 * from a race with lf_wakeup_lock, i.e. we

Completed in 159 milliseconds