Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/sgi-xp/
Dxp.h121 xpTimeout, /* 9: timeout in xpc_allocate_msg_wait() */ enumerator
Dxpc_sn2.c2103 ret = xpTimeout; in xpc_allocate_msg_sn2()
2134 if (ret == xpTimeout) in xpc_allocate_msg_sn2()
2141 if (ret != xpInterrupted && ret != xpTimeout) in xpc_allocate_msg_sn2()
Dxpc_channel.c848 ret = xpTimeout; in xpc_allocate_msg_wait()
Dxpc_uv.c1344 if (ret != xpInterrupted && ret != xpTimeout) in xpc_allocate_msg_slot_uv()