Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H A Depapr_hcalls.h83 #define EV_EAGAIN 4 /* The operation had insufficient macro
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H A Depapr_hcalls.h83 #define EV_EAGAIN 4 /* The operation had insufficient macro
/kernel/linux/linux-5.10/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()
421 /* 'len' is valid only if the return code is 0 or EV_EAGAIN */ in ehv_bc_tx_dequeue()
422 if (!ret || (ret == EV_EAGAIN)) in ehv_bc_tx_dequeue()
/kernel/linux/linux-6.6/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()
421 /* 'len' is valid only if the return code is 0 or EV_EAGAIN */ in ehv_bc_tx_dequeue()
422 if (!ret || (ret == EV_EAGAIN)) in ehv_bc_tx_dequeue()

Completed in 4 milliseconds