Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.c229 int need_bytes; in xlog_grant_head_wake() local
232 need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_wake()
233 if (*free_bytes < need_bytes) in xlog_grant_head_wake()
236 *free_bytes -= need_bytes; in xlog_grant_head_wake()
249 int need_bytes) __releases(&head->lock) in xlog_grant_head_wait() argument
273 } while (xlog_grant_space_left(log, head) < need_bytes); in xlog_grant_head_wait()
304 int *need_bytes) in xlog_grant_head_check() argument
317 *need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_check()
322 free_bytes < *need_bytes) { in xlog_grant_head_check()
324 *need_bytes); in xlog_grant_head_check()
[all …]
/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()
/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()
/linux/include/net/
H A Dstrparser.h102 unsigned int need_bytes; member