Searched refs:wakelock (Results 1 – 1 of 1) sorted by relevance
1121 lf_wakeup_lock(struct lockf *state, struct lockf_entry *wakelock) in lf_wakeup_lock() argument1128 LIST_REMOVE(wakelock, lf_link); in lf_wakeup_lock()1131 lf_print("lf_wakeup_lock: awakening", wakelock); in lf_wakeup_lock()1133 if (wakelock->lf_async_task) { in lf_wakeup_lock()1134 taskqueue_enqueue(taskqueue_thread, wakelock->lf_async_task); in lf_wakeup_lock()1136 wakeup(wakelock); in lf_wakeup_lock()