Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log.c56 int need_bytes);
244 int need_bytes; in xlog_grant_head_wake() local
270 need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_wake()
271 if (*free_bytes < need_bytes) { in xlog_grant_head_wake()
273 xlog_grant_push_ail(log, need_bytes); in xlog_grant_head_wake()
277 *free_bytes -= need_bytes; in xlog_grant_head_wake()
291 int need_bytes) __releases(&head->lock) in xlog_grant_head_wait() argument
299 xlog_grant_push_ail(log, need_bytes); in xlog_grant_head_wait()
313 } while (xlog_space_left(log, &head->grant) < need_bytes); in xlog_grant_head_wait()
344 int *need_bytes) in xlog_grant_head_check() argument
[all …]
H A Dxfs_log.h159 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
/openbmc/linux/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()
/openbmc/linux/net/kcm/
H A Dkcmproc.c168 if (psock->strp.need_bytes) in kcm_format_psock()
170 psock->strp.need_bytes); in kcm_format_psock()
/openbmc/linux/include/net/
H A Dstrparser.h102 unsigned int need_bytes; member
/openbmc/linux/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()