need_bytes        346 drivers/staging/media/ipu3/ipu3-v4l2.c 	unsigned long need_bytes;
need_bytes        351 drivers/staging/media/ipu3/ipu3-v4l2.c 		need_bytes = node->vdev_fmt.fmt.meta.buffersize;
need_bytes        353 drivers/staging/media/ipu3/ipu3-v4l2.c 		need_bytes = node->vdev_fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
need_bytes        355 drivers/staging/media/ipu3/ipu3-v4l2.c 	if (queue == IPU3_CSS_QUEUE_PARAMS && payload && payload < need_bytes) {
need_bytes        368 drivers/staging/media/ipu3/ipu3-v4l2.c 	vb2_set_plane_payload(vb, 0, need_bytes);
need_bytes         77 fs/xfs/xfs_log.c 	int			need_bytes);
need_bytes        216 fs/xfs/xfs_log.c 	int			need_bytes;
need_bytes        242 fs/xfs/xfs_log.c 		need_bytes = xlog_ticket_reservation(log, head, tic);
need_bytes        243 fs/xfs/xfs_log.c 		if (*free_bytes < need_bytes) {
need_bytes        245 fs/xfs/xfs_log.c 				xlog_grant_push_ail(log, need_bytes);
need_bytes        249 fs/xfs/xfs_log.c 		*free_bytes -= need_bytes;
need_bytes        263 fs/xfs/xfs_log.c 	int			need_bytes) __releases(&head->lock)
need_bytes        271 fs/xfs/xfs_log.c 		xlog_grant_push_ail(log, need_bytes);
need_bytes        285 fs/xfs/xfs_log.c 	} while (xlog_space_left(log, &head->grant) < need_bytes);
need_bytes        316 fs/xfs/xfs_log.c 	int			*need_bytes)
need_bytes        329 fs/xfs/xfs_log.c 	*need_bytes = xlog_ticket_reservation(log, head, tic);
need_bytes        334 fs/xfs/xfs_log.c 		    free_bytes < *need_bytes) {
need_bytes        336 fs/xfs/xfs_log.c 						     *need_bytes);
need_bytes        339 fs/xfs/xfs_log.c 	} else if (free_bytes < *need_bytes) {
need_bytes        341 fs/xfs/xfs_log.c 		error = xlog_grant_head_wait(log, head, tic, *need_bytes);
need_bytes        381 fs/xfs/xfs_log.c 	int			need_bytes;
need_bytes        408 fs/xfs/xfs_log.c 				      &need_bytes);
need_bytes        412 fs/xfs/xfs_log.c 	xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes);
need_bytes        447 fs/xfs/xfs_log.c 	int			need_bytes;
need_bytes        467 fs/xfs/xfs_log.c 				      &need_bytes);
need_bytes        471 fs/xfs/xfs_log.c 	xlog_grant_add_space(log, &log->l_reserve_head.grant, need_bytes);
need_bytes        472 fs/xfs/xfs_log.c 	xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes);
need_bytes       1549 fs/xfs/xfs_log.c 	int		need_bytes)
need_bytes       1559 fs/xfs/xfs_log.c 	ASSERT(BTOBB(need_bytes) < log->l_logBBsize);
need_bytes       1569 fs/xfs/xfs_log.c 	free_threshold = BTOBB(need_bytes);
need_bytes         75 include/net/strparser.h 	unsigned int need_bytes;
need_bytes        168 net/kcm/kcmproc.c 			if (psock->strp.need_bytes)
need_bytes        170 net/kcm/kcmproc.c 					   psock->strp.need_bytes);
need_bytes        282 net/strparser/strparser.c 				strp->need_bytes = stm->strp.full_len -
need_bytes        305 net/strparser/strparser.c 		strp->need_bytes = 0;
need_bytes        391 net/strparser/strparser.c 	if (strp->need_bytes) {
need_bytes        392 net/strparser/strparser.c 		if (strp_peek_len(strp) < strp->need_bytes)
need_bytes        494 net/strparser/strparser.c 	if (strp->need_bytes) {
need_bytes        495 net/strparser/strparser.c 		if (strp_peek_len(strp) < strp->need_bytes)