Searched refs:need_bytes (Results 1 – 5 of 5) sorted by relevance
274 strp->need_bytes = stm->strp.full_len - in __strp_recv()297 strp->need_bytes = 0; in __strp_recv()383 if (strp->need_bytes) { in strp_data_ready()384 if (strp_peek_len(strp) < strp->need_bytes) in strp_data_ready()486 if (strp->need_bytes) { in __strp_unpause()487 if (strp_peek_len(strp) < strp->need_bytes) in __strp_unpause()
228 int need_bytes; in xlog_grant_head_wake() local232 if (*free_bytes < need_bytes) in xlog_grant_head_wake()235 *free_bytes -= need_bytes; in xlog_grant_head_wake()303 int *need_bytes) in xlog_grant_head_check() argument321 free_bytes < *need_bytes) { in xlog_grant_head_check()323 *need_bytes); in xlog_grant_head_check()326 } else if (free_bytes < *need_bytes) { in xlog_grant_head_check()365 int need_bytes; in xfs_log_regrant() local387 &need_bytes); in xfs_log_regrant()424 int need_bytes; in xfs_log_reserve() local[all …]
168 if (psock->strp.need_bytes) in kcm_format_psock()170 psock->strp.need_bytes); in kcm_format_psock()
100 unsigned int need_bytes; member
353 unsigned long need_bytes; in imgu_vb2_buf_queue() local358 need_bytes = node->vdev_fmt.fmt.meta.buffersize; in imgu_vb2_buf_queue()360 need_bytes = node->vdev_fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in imgu_vb2_buf_queue()362 if (queue == IPU3_CSS_QUEUE_PARAMS && payload && payload < need_bytes) { in imgu_vb2_buf_queue()375 vb2_set_plane_payload(vb, 0, need_bytes); in imgu_vb2_buf_queue()
Completed in 22 milliseconds