Lines Matching refs:total_resid
869 WARN_ON(!cursor->total_resid);
900 int data_len = cursor->total_resid;
913 } while (cursor->total_resid);
952 int data_len = cursor->total_resid;
964 } while (cursor->total_resid);
1911 if (con->v2.in_cursor.total_resid) {
1959 WARN_ON_ONCE(cursor->sr_resid > cursor->total_resid);
2004 if (ret > cursor->total_resid) {
2005 pr_warn("%s: ret 0x%x total_resid 0x%zx resid 0x%zx\n",
2006 __func__, ret, cursor->total_resid, cursor->resid);
3210 if (con->v2.out_cursor.total_resid) {
3566 WARN_ON(resid > con->v2.out_cursor.total_resid);
3568 con->v2.out_cursor.total_resid);
3571 out_zero_add(con, con->v2.out_cursor.total_resid);
3694 WARN_ON(resid > con->v2.in_cursor.total_resid);
3697 dout("%s con %p total_resid %zu remaining %d\n", __func__, con,
3698 con->v2.in_cursor.total_resid, remaining);
3700 set_in_skip(con, con->v2.in_cursor.total_resid + remaining);