Searched refs:need_bytes (Results 1 – 2 of 2) sorted by relevance
87 int need_bytes);227 int need_bytes; in xlog_grant_head_wake() local230 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() argument255 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() argument313 *need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_check()[all …]
78 unsigned int need_bytes; member