Searched refs:cwait (Results 1 – 1 of 1) sorted by relevance
3115 struct cwt_wait *cwait = container_of(wait, struct cwt_wait, wait); in cwt_wakefn() local3117 if (cwait->work != key) in cwt_wakefn()3147 struct cwt_wait cwait; in __cancel_work_timer() local3149 init_wait(&cwait.wait); in __cancel_work_timer()3150 cwait.wait.func = cwt_wakefn; in __cancel_work_timer()3151 cwait.work = work; in __cancel_work_timer()3153 prepare_to_wait_exclusive(&cancel_waitq, &cwait.wait, in __cancel_work_timer()3157 finish_wait(&cancel_waitq, &cwait.wait); in __cancel_work_timer()