Home
last modified time | relevance | path

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

/linux-6.15/net/strparser/
H A Dstrparser.c274 strp->need_bytes = stm->strp.full_len - in __strp_recv()
297 strp->need_bytes = 0; in __strp_recv()
389 if (strp->need_bytes) { in strp_data_ready()
390 if (strp_peek_len(strp) < strp->need_bytes) in strp_data_ready()
493 if (strp->need_bytes) { in __strp_unpause()
494 if (strp_peek_len(strp) < strp->need_bytes) in __strp_unpause()
/linux-6.15/fs/xfs/
H A Dxfs_log.c229 int need_bytes; in xlog_grant_head_wake() local
233 if (*free_bytes < need_bytes) in xlog_grant_head_wake()
236 *free_bytes -= need_bytes; in xlog_grant_head_wake()
304 int *need_bytes) in xlog_grant_head_check() argument
322 free_bytes < *need_bytes) { in xlog_grant_head_check()
324 *need_bytes); in xlog_grant_head_check()
327 } else if (free_bytes < *need_bytes) { in xlog_grant_head_check()
366 int need_bytes; in xfs_log_regrant() local
388 &need_bytes); in xfs_log_regrant()
425 int need_bytes; in xfs_log_reserve() local
[all …]
/linux-6.15/net/kcm/
H A Dkcmproc.c168 if (psock->strp.need_bytes) in kcm_format_psock()
170 psock->strp.need_bytes); in kcm_format_psock()
/linux-6.15/include/net/
H A Dstrparser.h102 unsigned int need_bytes; member
/linux-6.15/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c353 unsigned long need_bytes; in imgu_vb2_buf_queue() local
358 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()