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.c82 unsigned mshot_total_len; member
808 sr->mshot_total_len = sr->mshot_len = 0; in io_recvmsg_prep()
816 sr->mshot_total_len = READ_ONCE(sqe->optlen); in io_recvmsg_prep()
817 if (sr->mshot_total_len) in io_recvmsg_prep()
865 sr->mshot_total_len -= min_t(int, sel->val, sr->mshot_total_len); in io_recv_finish()
866 if (!sr->mshot_total_len) { in io_recv_finish()
1135 arg.max_len = min_not_zero(arg.max_len, sr->mshot_total_len); in io_recv_buf_select()