Lines Matching full:updated
288 * wait_var_event - wait for a variable to be updated and notified
312 * wait_var_event_io - wait for a variable to be updated and notified
344 * wait_var_event_killable - wait for a variable to be updated and notified
376 * wait_var_event_timeout - wait for a variable to be updated or a timeout to expire
409 * wait_var_event_killable - wait for a variable to be updated and notified
435 * wait_var_event_any_lock - wait for a variable to be updated under a lock
443 * a lock. The variables assessed in the condition will normal be updated
471 * wait_var_event_spinlock - wait for a variable to be updated under a spinlock
477 * a spinlock. The variables assessed in the condition will normal be updated
492 * wait_var_event_mutex - wait for a variable to be updated under a mutex
499 * updated under the same mutex, and the wake up should be signalled
603 * @var: the address of the variable to be updated and woken