Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-4.19/net/strparser/
Dstrparser.c288 strp->need_bytes = stm->strp.full_len - in __strp_recv()
311 strp->need_bytes = 0; in __strp_recv()
397 if (strp->need_bytes) { in strp_data_ready()
398 if (strp_peek_len(strp) < strp->need_bytes) in strp_data_ready()
500 if (strp->need_bytes) { in __strp_unpause()
501 if (strp_peek_len(strp) < strp->need_bytes) in __strp_unpause()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log.c60 int need_bytes);
194 int need_bytes; in xlog_grant_head_wake() local
220 need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_wake()
221 if (*free_bytes < need_bytes) { in xlog_grant_head_wake()
223 xlog_grant_push_ail(log, need_bytes); in xlog_grant_head_wake()
227 *free_bytes -= need_bytes; in xlog_grant_head_wake()
241 int need_bytes) __releases(&head->lock) in xlog_grant_head_wait() argument
249 xlog_grant_push_ail(log, need_bytes); in xlog_grant_head_wait()
263 } while (xlog_space_left(log, &head->grant) < need_bytes); in xlog_grant_head_wait()
294 int *need_bytes) in xlog_grant_head_check() argument
[all …]
Dxfs_log.h144 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
/kernel/linux/linux-4.19/fs/xfs/
Dxfs_log.c87 int need_bytes);
227 int need_bytes; in xlog_grant_head_wake() local
230 need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_wake()
231 if (*free_bytes < need_bytes) in xlog_grant_head_wake()
234 *free_bytes -= need_bytes; in xlog_grant_head_wake()
247 int need_bytes) __releases(&head->lock) in xlog_grant_head_wait() argument
255 xlog_grant_push_ail(log, need_bytes); in xlog_grant_head_wait()
269 } while (xlog_space_left(log, &head->grant) < need_bytes); in xlog_grant_head_wait()
300 int *need_bytes) in xlog_grant_head_check() argument
313 *need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_check()
[all …]
/kernel/linux/linux-5.10/net/kcm/
Dkcmproc.c168 if (psock->strp.need_bytes) in kcm_format_psock()
170 psock->strp.need_bytes); in kcm_format_psock()
/kernel/linux/linux-4.19/net/kcm/
Dkcmproc.c168 if (psock->strp.need_bytes) in kcm_format_psock()
170 psock->strp.need_bytes); in kcm_format_psock()
/kernel/linux/linux-5.10/include/net/
Dstrparser.h75 unsigned int need_bytes; member
/kernel/linux/linux-4.19/include/net/
Dstrparser.h78 unsigned int need_bytes; member
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
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()