Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_log.c190 int *free_bytes) in xlog_grant_head_wake() argument
220 if (*free_bytes < need_bytes) { in xlog_grant_head_wake()
226 *free_bytes -= need_bytes; in xlog_grant_head_wake()
295 int free_bytes; in xlog_grant_head_check() local
307 free_bytes = xlog_space_left(log, &head->grant); in xlog_grant_head_check()
310 if (!xlog_grant_head_wake(log, head, &free_bytes) || in xlog_grant_head_check()
311 free_bytes < *need_bytes) { in xlog_grant_head_check()
316 } else if (free_bytes < *need_bytes) { in xlog_grant_head_check()
1125 int free_bytes; in xfs_log_space_wake() local
1674 int free_bytes; in xlog_grant_push_threshold() local
[all …]
/linux/mm/
A Dpercpu-internal.h41 int free_bytes; /* free bytes in the chunk */ member
A Dpercpu-stats.c125 P("free_bytes", chunk->free_bytes); in chunk_map_stats()
A Dpercpu.c250 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()
2218 if (reintegrate || chunk->free_bytes == pcpu_unit_size) in pcpu_reclaim_populated()
2293 if (!chunk->isolated && chunk->free_bytes == pcpu_unit_size) { in free_percpu()
/linux/tools/perf/
A Dbuiltin-kmem.c285 u64 free_bytes; member
901 pstat->free_bytes += bytes; in evsel__process_page_free_event()
909 pstat->free_bytes += bytes; in evsel__process_page_free_event()
/linux/fs/btrfs/
A Dsuper.c2110 u64 *free_bytes) in btrfs_calc_avail_data_space() argument
2132 *free_bytes = 0; in btrfs_calc_avail_data_space()
2219 *free_bytes = avail_space; in btrfs_calc_avail_data_space()
A Dextent-tree.c5887 u64 free_bytes = 0; in btrfs_account_ro_block_groups_free_space() local
5904 free_bytes += (block_group->length - in btrfs_account_ro_block_groups_free_space()
5911 return free_bytes; in btrfs_account_ro_block_groups_free_space()
/linux/fs/ntfs3/
A Dfslog.c1527 u32 oldest_off, next_free_off, free_bytes; in current_log_avail() local
1561 free_bytes = in current_log_avail()
1566 free_bytes >>= log->page_bits; in current_log_avail()
1567 return free_bytes * log->reserved; in current_log_avail()

Completed in 44 milliseconds