Searched refs:wakelock (Results 1 – 1 of 1) sorted by relevance
1108 lf_wakeup_lock(struct lockf *state, struct lockf_entry *wakelock) in lf_wakeup_lock() argument1115 LIST_REMOVE(wakelock, lf_link); in lf_wakeup_lock()1118 lf_print("lf_wakeup_lock: awakening", wakelock); in lf_wakeup_lock()1120 if (wakelock->lf_async_task) { in lf_wakeup_lock()1121 taskqueue_enqueue(taskqueue_thread, wakelock->lf_async_task); in lf_wakeup_lock()1123 wakeup(wakelock); in lf_wakeup_lock()