Home
last modified time | relevance | path

Searched refs:wdisconnect_wait (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/sgi-xp/
H A Dxpc_main.c459 init_completion(&ch->wdisconnect_wait); in xpc_setup_ch_structures()
870 wait_for_completion(&ch->wdisconnect_wait); in xpc_disconnect_wait()
H A Dxpc.h347 struct completion wdisconnect_wait; /* wait for channel disconnect */ member
H A Dxpc_channel.c166 complete(&ch->wdisconnect_wait); in xpc_process_disconnect()