Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Depapr_hcalls.h83 #define EV_EAGAIN 4 /* The operation had insufficient macro
/openbmc/linux/drivers/tty/
H A Dehv_bytechan.c174 } while (ret == EV_EAGAIN); in byte_channel_spin_send()
240 } while (ret == EV_EAGAIN); in ehv_bc_console_byte_channel_send()
422 if (!ret || (ret == EV_EAGAIN)) in ehv_bc_tx_dequeue()