Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnet.c83 unsigned mshot_total_len; member
417 sr->mshot_total_len = sr->mshot_len = 0; in io_sendmsg_prep()
812 sr->mshot_total_len = sr->mshot_len = 0; in io_recvmsg_prep()
820 sr->mshot_total_len = READ_ONCE(sqe->optlen); in io_recvmsg_prep()
821 if (sr->mshot_total_len) in io_recvmsg_prep()
870 sr->mshot_total_len -= min_t(int, sel->val, sr->mshot_total_len); in io_recv_finish()
871 if (!sr->mshot_total_len) { in io_recv_finish()
1140 arg.max_len = min_not_zero(arg.max_len, sr->mshot_total_len); in io_recv_buf_select()