Home
last modified time | relevance | path

Searched refs:xpTimeout (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/misc/sgi-xp/
Dxp.h121 xpTimeout, /* 9: timeout in xpc_allocate_msg_wait() */ enumerator
Dxpc_sn2.c2100 ret = xpTimeout; in xpc_allocate_msg_sn2()
2131 if (ret == xpTimeout) in xpc_allocate_msg_sn2()
2138 if (ret != xpInterrupted && ret != xpTimeout) in xpc_allocate_msg_sn2()
Dxpc_channel.c845 ret = xpTimeout; in xpc_allocate_msg_wait()
Dxpc_uv.c1344 if (ret != xpInterrupted && ret != xpTimeout) in xpc_allocate_msg_slot_uv()