Home
last modified time | relevance | path

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

/Linux-v4.19/net/strparser/
Dstrparser.c290 strp->need_bytes = stm->strp.full_len - in __strp_recv()
313 strp->need_bytes = 0; in __strp_recv()
399 if (strp->need_bytes) { in strp_data_ready()
400 if (strp_peek_len(strp) < strp->need_bytes) in strp_data_ready()
502 if (strp->need_bytes) { in __strp_unpause()
503 if (strp_peek_len(strp) < strp->need_bytes) in __strp_unpause()
/Linux-v4.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 …]
/Linux-v4.19/net/kcm/
Dkcmproc.c168 if (psock->strp.need_bytes) in kcm_format_psock()
170 psock->strp.need_bytes); in kcm_format_psock()
/Linux-v4.19/include/net/
Dstrparser.h78 unsigned int need_bytes; member