Home
last modified time | relevance | path

Searched refs:xpInterrupted (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/misc/sgi-xp/
Dxp.h122 xpInterrupted, /* 10: interrupted wait */ enumerator
Dxp_main.c173 return xpInterrupted; in xpc_connect()
Dxpc_channel.c834 DBUG_ON(ch->reason == xpInterrupted); in xpc_allocate_msg_wait()
846 DBUG_ON(ch->reason == xpInterrupted); in xpc_allocate_msg_wait()
850 ret = xpInterrupted; in xpc_allocate_msg_wait()
Dxpc_uv.c1344 if (ret != xpInterrupted && ret != xpTimeout) in xpc_allocate_msg_slot_uv()
Dxpc_sn2.c2141 if (ret != xpInterrupted && ret != xpTimeout) in xpc_allocate_msg_sn2()