Home
last modified time | relevance | path

Searched refs:EV_EAGAIN (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/powerpc/include/uapi/asm/
Depapr_hcalls.h82 #define EV_EAGAIN 4 /* The operation had insufficient macro
/linux-4.1.27/drivers/tty/
Dehv_bytechan.c163 } while (ret == EV_EAGAIN); in byte_channel_spin_send()
229 } while (ret == EV_EAGAIN); in ehv_bc_console_byte_channel_send()
411 if (!ret || (ret == EV_EAGAIN)) in ehv_bc_tx_dequeue()