Searched refs:encodeUserData (Results 1 – 2 of 2) sorted by relevance
142 static uint64_t encodeUserData(char type, int fd) in encodeUserData() function196 sqe->user_data = encodeUserData(IOURING_SENDMSG, ctx->sockfd); in sendPing()218 sqe->user_data = encodeUserData(IOURING_RECVMSG, ctx->sockfd); in receivePing()
144 static uint64_t encodeUserData(char type, int fd) in encodeUserData() function199 sqe->user_data = encodeUserData(IOURING_SEND, ctx->sockfd); in sendPing()207 sqe->user_data = encodeUserData(IOURING_RECV, ctx->sockfd); in receivePing()