Home
last modified time | relevance | path

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

/Linux-v5.4/net/strparser/
Dstrparser.c282 strp->need_bytes = stm->strp.full_len - in __strp_recv()
305 strp->need_bytes = 0; in __strp_recv()
391 if (strp->need_bytes) { in strp_data_ready()
392 if (strp_peek_len(strp) < strp->need_bytes) in strp_data_ready()
494 if (strp->need_bytes) { in __strp_unpause()
495 if (strp_peek_len(strp) < strp->need_bytes) in __strp_unpause()
/Linux-v5.4/fs/xfs/
Dxfs_log.c77 int need_bytes);
216 int need_bytes; in xlog_grant_head_wake() local
242 need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_wake()
243 if (*free_bytes < need_bytes) { in xlog_grant_head_wake()
245 xlog_grant_push_ail(log, need_bytes); in xlog_grant_head_wake()
249 *free_bytes -= need_bytes; in xlog_grant_head_wake()
263 int need_bytes) __releases(&head->lock) in xlog_grant_head_wait() argument
271 xlog_grant_push_ail(log, need_bytes); in xlog_grant_head_wait()
285 } while (xlog_space_left(log, &head->grant) < need_bytes); in xlog_grant_head_wait()
316 int *need_bytes) in xlog_grant_head_check() argument
[all …]
/Linux-v5.4/net/kcm/
Dkcmproc.c168 if (psock->strp.need_bytes) in kcm_format_psock()
170 psock->strp.need_bytes); in kcm_format_psock()
/Linux-v5.4/include/net/
Dstrparser.h75 unsigned int need_bytes; member
/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-v4l2.c346 unsigned long need_bytes; in imgu_vb2_buf_queue() local
351 need_bytes = node->vdev_fmt.fmt.meta.buffersize; in imgu_vb2_buf_queue()
353 need_bytes = node->vdev_fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in imgu_vb2_buf_queue()
355 if (queue == IPU3_CSS_QUEUE_PARAMS && payload && payload < need_bytes) { in imgu_vb2_buf_queue()
368 vb2_set_plane_payload(vb, 0, need_bytes); in imgu_vb2_buf_queue()