Searched refs:need_bytes (Results 1 – 1 of 1) sorted by relevance
98 int need_bytes);238 int need_bytes; in xlog_grant_head_wake() local241 need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_wake()242 if (*free_bytes < need_bytes) in xlog_grant_head_wake()245 *free_bytes -= need_bytes; in xlog_grant_head_wake()258 int need_bytes) __releases(&head->lock) in xlog_grant_head_wait() argument266 xlog_grant_push_ail(log, need_bytes); in xlog_grant_head_wait()280 } while (xlog_space_left(log, &head->grant) < need_bytes); in xlog_grant_head_wait()311 int *need_bytes) in xlog_grant_head_check() argument324 *need_bytes = xlog_ticket_reservation(log, head, tic); in xlog_grant_head_check()[all …]