/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log.c | 191 int *free_bytes) in xlog_grant_head_wake() 221 if (*free_bytes < need_bytes) { in xlog_grant_head_wake() 227 *free_bytes -= need_bytes; in xlog_grant_head_wake() 296 int free_bytes; in xlog_grant_head_check() local 308 free_bytes = xlog_space_left(log, &head->grant); in xlog_grant_head_check() 311 if (!xlog_grant_head_wake(log, head, &free_bytes) || in xlog_grant_head_check() 312 free_bytes < *need_bytes) { in xlog_grant_head_check() 317 } else if (free_bytes < *need_bytes) { in xlog_grant_head_check() 1014 int free_bytes; in xfs_log_space_wake() local 1023 free_bytes in xfs_log_space_wake() 188 xlog_grant_head_wake( struct xlog *log, struct xlog_grant_head *head, int *free_bytes) xlog_grant_head_wake() argument 1154 int free_bytes; xlog_space_left() local 1507 int free_bytes; xlog_grant_push_threshold() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log.c | 241 int *free_bytes) in xlog_grant_head_wake() 271 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() local 358 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() 1143 int free_bytes; in xfs_log_space_wake() local 1152 free_bytes in xfs_log_space_wake() 238 xlog_grant_head_wake( struct xlog *log, struct xlog_grant_head *head, int *free_bytes) xlog_grant_head_wake() argument 1689 int free_bytes; xlog_grant_push_threshold() local [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | percpu-internal.h | 60 int free_bytes; /* free bytes in the chunk */ member
|
H A D | percpu-stats.c | 129 P("free_bytes", chunk->free_bytes); in chunk_map_stats()
|
H A D | percpu.c | 244 if (chunk->free_bytes < PCPU_MIN_ALLOC_SIZE || in pcpu_chunk_slot() 1200 chunk->free_bytes -= alloc_bits * PCPU_MIN_ALLOC_SIZE; in pcpu_alloc_area() 1248 chunk->free_bytes += freed; in pcpu_free_area() 1365 chunk->free_bytes = map_size; in pcpu_alloc_first_chunk() 1437 chunk->free_bytes = chunk->nr_pages * PAGE_SIZE; in pcpu_alloc_chunk() 2108 if (chunk->free_bytes == pcpu_unit_size) { in free_percpu()
|
/kernel/linux/linux-6.6/mm/ |
H A D | percpu-internal.h | 42 int free_bytes; /* free bytes in the chunk */ member 49 * base_addr locate in the different cacheline with free_bytes and
|
H A D | percpu-stats.c | 125 P("free_bytes", chunk->free_bytes); in chunk_map_stats()
|
H A D | percpu.c | 246 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() 2210 if (reintegrate || chunk->free_bytes == pcpu_unit_size) in pcpu_reclaim_populated() 2285 if (!chunk->isolated && chunk->free_bytes == pcpu_unit_size) { in free_percpu()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | space-info.c | 1828 u64 free_bytes = 0; in btrfs_account_ro_block_groups_free_space() local 1845 free_bytes += (block_group->length - in btrfs_account_ro_block_groups_free_space() 1852 return free_bytes; in btrfs_account_ro_block_groups_free_space()
|
H A D | super.c | 1917 u64 *free_bytes) in btrfs_calc_avail_data_space() 1939 *free_bytes = 0; in btrfs_calc_avail_data_space() 2018 *free_bytes = avail_space; in btrfs_calc_avail_data_space() 1916 btrfs_calc_avail_data_space(struct btrfs_fs_info *fs_info, u64 *free_bytes) btrfs_calc_avail_data_space() argument
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-kmem.c | 285 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()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | super.c | 2056 u64 *free_bytes) in btrfs_calc_avail_data_space() 2078 *free_bytes = 0; in btrfs_calc_avail_data_space() 2165 *free_bytes = avail_space; in btrfs_calc_avail_data_space() 2055 btrfs_calc_avail_data_space(struct btrfs_fs_info *fs_info, u64 *free_bytes) btrfs_calc_avail_data_space() argument
|
H A D | extent-tree.c | 5676 u64 free_bytes = 0; in btrfs_account_ro_block_groups_free_space() local 5693 free_bytes += (block_group->length - in btrfs_account_ro_block_groups_free_space() 5700 return free_bytes; in btrfs_account_ro_block_groups_free_space()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kmem.c | 298 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()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fslog.c | 1502 u32 oldest_off, next_free_off, free_bytes; in current_log_avail() local 1535 free_bytes = in current_log_avail() 1540 free_bytes >>= log->page_bits; in current_log_avail() 1541 return free_bytes * log->reserved; in current_log_avail()
|