Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/sgi-xp/
Dxpc_main.c448 init_completion(&ch->wdisconnect_wait); in xpc_setup_ch_structures()
859 wait_for_completion(&ch->wdisconnect_wait); in xpc_disconnect_wait()
Dxpc.h347 struct completion wdisconnect_wait; /* wait for channel disconnect */ member
Dxpc_channel.c166 complete(&ch->wdisconnect_wait); in xpc_process_disconnect()