Lines Matching refs:wait
44 (void)LOS_EventRead(&udd->wait.stEvent, 0x1, LOS_WAITMODE_OR, LOS_WAIT_FOREVER);
48 (void)LOS_EventClear(&udd->wait.stEvent, ~(0x1));
190 (void)LOS_EventWrite(&udd->wait.stEvent, 0x1);
199 struct wait_queue_head *wait = NULL;
206 wait = &udd->wait;
209 (void)LOS_EventInit(&wait->stEvent);
210 spin_lock_init(&wait->lock);
211 LOS_ListInit(&wait->poll_queue);
240 struct wait_queue_head *wait = NULL;
251 wait = &udd->wait;
262 LOS_ListDelete(&wait->poll_queue);
263 LOS_EventDestroy(&wait->stEvent);
288 poll_wait((struct file *)filep, &udd->wait, (poll_table *)table);