Home
last modified time | relevance | path

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

/linux/net/strparser/
A Dstrparser.c274 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()
/linux/fs/xfs/
A Dxfs_log.c57 int need_bytes);
193 int need_bytes; in xlog_grant_head_wake() local
226 *free_bytes -= need_bytes; in xlog_grant_head_wake()
293 int *need_bytes) in xlog_grant_head_check() argument
313 *need_bytes); in xlog_grant_head_check()
379 int need_bytes; in xfs_log_regrant() local
406 &need_bytes); in xfs_log_regrant()
445 int need_bytes; in xfs_log_reserve() local
465 &need_bytes); in xfs_log_reserve()
1669 int need_bytes) in xlog_grant_push_threshold() argument
[all …]
A Dxfs_log.h142 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
/linux/net/kcm/
A Dkcmproc.c168 if (psock->strp.need_bytes) in kcm_format_psock()
170 psock->strp.need_bytes); in kcm_format_psock()
/linux/include/net/
A Dstrparser.h93 unsigned int need_bytes; member
/linux/drivers/staging/media/ipu3/
A Dipu3-v4l2.c345 unsigned long need_bytes; in imgu_vb2_buf_queue() local
350 need_bytes = node->vdev_fmt.fmt.meta.buffersize; in imgu_vb2_buf_queue()
352 need_bytes = node->vdev_fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in imgu_vb2_buf_queue()
354 if (queue == IPU3_CSS_QUEUE_PARAMS && payload && payload < need_bytes) { in imgu_vb2_buf_queue()
367 vb2_set_plane_payload(vb, 0, need_bytes); in imgu_vb2_buf_queue()

Completed in 18 milliseconds