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

/linux-4.4.14/arch/powerpc/include/uapi/asm/
H A Depapr_hcalls.h82 #define EV_EAGAIN 4 /* The operation had insufficient macro
/linux-4.4.14/drivers/tty/
H A Dehv_bytechan.c163 } while (ret == EV_EAGAIN); byte_channel_spin_send()
229 } while (ret == EV_EAGAIN); ehv_bc_console_byte_channel_send()
410 /* 'len' is valid only if the return code is 0 or EV_EAGAIN */ ehv_bc_tx_dequeue()
411 if (!ret || (ret == EV_EAGAIN)) ehv_bc_tx_dequeue()

Completed in 67 milliseconds