/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log.c | 60 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) 249 xlog_grant_push_ail(log, need_bytes); 263 } while (xlog_space_left(log, &head->grant) < need_bytes); 294 int *need_bytes) in xlog_grant_head_check() 290 xlog_grant_head_check( struct xlog *log, struct xlog_grant_head *head, struct xlog_ticket *tic, int *need_bytes) xlog_grant_head_check() argument 378 int need_bytes; xfs_log_regrant() local 444 int need_bytes; xfs_log_reserve() local 1500 xlog_grant_push_threshold( struct xlog *log, int need_bytes) xlog_grant_push_threshold() argument 1557 xlog_grant_push_ail( struct xlog *log, int need_bytes) xlog_grant_push_ail() argument [all...] |
H A D | xfs_log.h | 143 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log.c | 56 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) 299 xlog_grant_push_ail(log, need_bytes); 313 } while (xlog_space_left(log, &head->grant) < need_bytes); 344 int *need_bytes) in xlog_grant_head_check() 340 xlog_grant_head_check( struct xlog *log, struct xlog_grant_head *head, struct xlog_ticket *tic, int *need_bytes) xlog_grant_head_check() argument 406 int need_bytes; xfs_log_regrant() local 469 int need_bytes; xfs_log_reserve() local 1682 xlog_grant_push_threshold( struct xlog *log, int need_bytes) xlog_grant_push_threshold() argument 1739 xlog_grant_push_ail( struct xlog *log, int need_bytes) xlog_grant_push_ail() argument [all...] |
H A D | xfs_log.h | 159 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
|
/kernel/linux/linux-5.10/net/strparser/ |
H A D | strparser.c | 261 * buffer. Set strp->need_bytes to wait for in __strp_recv() 274 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()
|
/kernel/linux/linux-6.6/net/strparser/ |
H A D | strparser.c | 261 * buffer. Set strp->need_bytes to wait for in __strp_recv() 274 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()
|
/kernel/linux/linux-5.10/net/kcm/ |
H A D | kcmproc.c | 168 if (psock->strp.need_bytes) in kcm_format_psock() 170 psock->strp.need_bytes); in kcm_format_psock()
|
/kernel/linux/linux-6.6/net/kcm/ |
H A D | kcmproc.c | 168 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/ |
H A D | strparser.h | 89 unsigned int need_bytes; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | strparser.h | 100 unsigned int need_bytes; member
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-v4l2.c | 345 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()
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-v4l2.c | 353 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()
|