Searched refs:mshot_total_len (Results 1 – 1 of 1) sorted by relevance
82 unsigned mshot_total_len; member 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() 869 sr->mshot_total_len -= min_t(int, sel->val, sr->mshot_total_len); in io_recv_finish() 870 if (!sr->mshot_total_len) { in io_recv_finish() 1139 arg.max_len = min_not_zero(arg.max_len, sr->mshot_total_len); in io_recv_buf_select()