Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.c133 int64_t free_bytes; in xlog_grant_space_left() local
136 free_bytes = log->l_logsize - READ_ONCE(log->l_tail_space) - in xlog_grant_space_left()
138 if (free_bytes > 0) in xlog_grant_space_left()
139 return free_bytes; in xlog_grant_space_left()
176 int *free_bytes) in xlog_grant_head_wake() argument
183 if (*free_bytes < need_bytes) in xlog_grant_head_wake()
186 *free_bytes -= need_bytes; in xlog_grant_head_wake()
256 int free_bytes; in xlog_grant_head_check() local
268 free_bytes = xlog_grant_space_left(log, head); in xlog_grant_head_check()
271 if (!xlog_grant_head_wake(log, head, &free_bytes) || in xlog_grant_head_check()
[all …]
H A Dxfs_trans_ail.c414 int32_t free_bytes; in xfs_ail_calc_push_target() local
445 free_bytes = log->l_logsize - xlog_lsn_sub(log, max_lsn, min_lsn); in xfs_ail_calc_push_target()
446 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
/linux/fs/btrfs/
H A Dspace-info.c2000 u64 free_bytes = 0; in btrfs_account_ro_block_groups_free_space() local
2017 free_bytes += (block_group->length - in btrfs_account_ro_block_groups_free_space()
2024 return free_bytes; in btrfs_account_ro_block_groups_free_space()
/linux/tools/perf/
H A Dbuiltin-kmem.c298 u64 free_bytes; member
925 pstat->free_bytes += bytes; in evsel__process_page_free_event()
933 pstat->free_bytes += bytes; in evsel__process_page_free_event()