Home
last modified time | relevance | path

Searched refs:free_bytes (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log.c182 int64_t free_bytes; in xlog_grant_space_left() local
185 free_bytes = log->l_logsize - READ_ONCE(log->l_tail_space) - in xlog_grant_space_left()
187 if (free_bytes > 0) in xlog_grant_space_left()
188 return free_bytes; in xlog_grant_space_left()
225 int *free_bytes) in xlog_grant_head_wake() argument
232 if (*free_bytes < need_bytes) in xlog_grant_head_wake()
235 *free_bytes -= need_bytes; in xlog_grant_head_wake()
305 int free_bytes; in xlog_grant_head_check() local
317 free_bytes = xlog_grant_space_left(log, head); in xlog_grant_head_check()
320 if (!xlog_grant_head_wake(log, head, &free_bytes) || in xlog_grant_head_check()
1091 int free_bytes; xfs_log_space_wake() local
[all...]
H A Dxfs_trans_ail.c413 int32_t free_bytes; in xfs_ail_calc_push_target() local
444 free_bytes = log->l_logsize - xlog_lsn_sub(log, max_lsn, min_lsn); in xfs_ail_calc_push_target()
445 if (free_bytes >= log->l_logsize >> 2) in xfs_ail_calc_push_target()
/linux/mm/
H A Dpercpu-internal.h55 int free_bytes; /* free bytes in the chunk */ member
H A Dpercpu-stats.c125 P("free_bytes", chunk->free_bytes); in chunk_map_stats()
H A Dpercpu.c246 if (chunk->free_bytes < PCPU_MIN_ALLOC_SIZE || in pcpu_chunk_slot()
1249 chunk->free_bytes -= alloc_bits * PCPU_MIN_ALLOC_SIZE; in pcpu_alloc_area()
1297 chunk->free_bytes += freed; in pcpu_free_area()
1407 chunk->free_bytes = map_size; in pcpu_alloc_first_chunk()
1479 chunk->free_bytes = chunk->nr_pages * PAGE_SIZE; in pcpu_alloc_chunk()
2182 if (reintegrate || chunk->free_bytes == pcpu_unit_size) in pcpu_reclaim_populated()
2288 if (!chunk->isolated && chunk->free_bytes == pcpu_unit_size) { in free_percpu()
/linux/fs/btrfs/
H A Dspace-info.c1862 u64 free_bytes = 0; in btrfs_account_ro_block_groups_free_space() local
1879 free_bytes += (block_group->length - in btrfs_account_ro_block_groups_free_space()
1886 return free_bytes; in btrfs_account_ro_block_groups_free_space()
H A Dsuper.c1590 u64 *free_bytes) in btrfs_calc_avail_data_space() argument
1612 *free_bytes = 0; in btrfs_calc_avail_data_space()
1691 *free_bytes = avail_space; in btrfs_calc_avail_data_space()
/linux/tools/perf/
H A Dbuiltin-kmem.c298 u64 free_bytes; member
923 pstat->free_bytes += bytes; in evsel__process_page_free_event()
931 pstat->free_bytes += bytes; in evsel__process_page_free_event()
/linux/fs/ntfs3/
H A Dfslog.c1507 u32 oldest_off, next_free_off, free_bytes; in current_log_avail() local
1540 free_bytes = in current_log_avail()
1545 free_bytes >>= log->page_bits; in current_log_avail()
1546 return free_bytes * log->reserved; in current_log_avail()