Home
last modified time | relevance | path

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

/external/liburing/examples/
Dnapi-busy-poll-server.c142 static uint64_t encodeUserData(char type, int fd) in encodeUserData() function
196 sqe->user_data = encodeUserData(IOURING_SENDMSG, ctx->sockfd); in sendPing()
218 sqe->user_data = encodeUserData(IOURING_RECVMSG, ctx->sockfd); in receivePing()
Dnapi-busy-poll-client.c144 static uint64_t encodeUserData(char type, int fd) in encodeUserData() function
199 sqe->user_data = encodeUserData(IOURING_SEND, ctx->sockfd); in sendPing()
207 sqe->user_data = encodeUserData(IOURING_RECV, ctx->sockfd); in receivePing()