Searched refs:need_bytes (Results 1 – 1 of 1) sorted by relevance
71 int need_bytes);193 int need_bytes; in xlog_grant_head_wake() local196 need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_wake()197 if (*free_bytes < need_bytes) in xlog_grant_head_wake()200 *free_bytes -= need_bytes; in xlog_grant_head_wake()213 int need_bytes) in xlog_grant_head_wait() argument220 xlog_grant_push_ail(log, need_bytes); in xlog_grant_head_wait()234 } while (xlog_space_left(log, &head->grant) < need_bytes); in xlog_grant_head_wait()265 int *need_bytes) in xlog_grant_head_check() argument278 *need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_check()[all …]