Searched refs:free_bytes (Results 1 – 8 of 8) sorted by relevance
241 int *free_bytes) in xlog_grant_head_wake() argument271 if (*free_bytes < need_bytes) { in xlog_grant_head_wake()277 *free_bytes -= need_bytes; in xlog_grant_head_wake()346 int free_bytes; in xlog_grant_head_check() local358 free_bytes = xlog_space_left(log, &head->grant); in xlog_grant_head_check()361 if (!xlog_grant_head_wake(log, head, &free_bytes) || in xlog_grant_head_check()362 free_bytes < *need_bytes) { in xlog_grant_head_check()367 } else if (free_bytes < *need_bytes) { in xlog_grant_head_check()1150 int free_bytes; in xfs_log_space_wake() local1159 free_bytes = xlog_space_left(log, &log->l_write_head.grant); in xfs_log_space_wake()[all …]
41 int free_bytes; /* free bytes in the chunk */ member
125 P("free_bytes", chunk->free_bytes); in chunk_map_stats()
250 if (chunk->free_bytes < PCPU_MIN_ALLOC_SIZE || in pcpu_chunk_slot()1245 chunk->free_bytes -= alloc_bits * PCPU_MIN_ALLOC_SIZE; in pcpu_alloc_area()1293 chunk->free_bytes += freed; in pcpu_free_area()1410 chunk->free_bytes = map_size; in pcpu_alloc_first_chunk()1482 chunk->free_bytes = chunk->nr_pages * PAGE_SIZE; in pcpu_alloc_chunk()2216 if (reintegrate || chunk->free_bytes == pcpu_unit_size) in pcpu_reclaim_populated()2291 if (!chunk->isolated && chunk->free_bytes == pcpu_unit_size) { in free_percpu()
297 u64 free_bytes; member913 pstat->free_bytes += bytes; in evsel__process_page_free_event()921 pstat->free_bytes += bytes; in evsel__process_page_free_event()
2211 u64 *free_bytes) in btrfs_calc_avail_data_space() argument2233 *free_bytes = 0; in btrfs_calc_avail_data_space()2312 *free_bytes = avail_space; in btrfs_calc_avail_data_space()
5986 u64 free_bytes = 0; in btrfs_account_ro_block_groups_free_space() local6003 free_bytes += (block_group->length - in btrfs_account_ro_block_groups_free_space()6010 return free_bytes; in btrfs_account_ro_block_groups_free_space()
1503 u32 oldest_off, next_free_off, free_bytes; in current_log_avail() local1537 free_bytes = in current_log_avail()1542 free_bytes >>= log->page_bits; in current_log_avail()1543 return free_bytes * log->reserved; in current_log_avail()