Home
last modified time | relevance | path

Searched refs:state_chg_wait (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/fddi/
H A Ddefza.c265 t = wait_event_timeout(fp->state_chg_wait, fp->state_chg_flag, in fza_reset()
1038 wake_up(&fp->state_chg_wait); in fza_interrupt()
1240 t = wait_event_timeout(fp->state_chg_wait, fp->state_chg_flag, in fza_close()
1349 init_waitqueue_head(&fp->state_chg_wait); in fza_probe()
H A Ddefza.h761 wait_queue_head_t state_chg_wait; member