Searched refs:free_bytes (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_log.c | 191 int *free_bytes) in xlog_grant_head_wake() argument 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 = xlog_space_left(log, &log->l_write_head.grant); in xfs_log_space_wake() [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | event.py | 504 def __init__(self, available_bytes, free_bytes, total_bytes): argument 508 self.free_bytes = free_bytes
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/ |
| H A D | buildstats.py | 158 ''.join(['%s: %d\n' % (dev, sample.total_bytes - sample.free_bytes)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | event.py | 645 free_bytes = 90000000 647 du = bb.event.DiskUsageSample(available_bytes, free_bytes, 651 self.assertEqual(event.disk_usage.free_bytes, free_bytes)
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | super.c | 2058 u64 *free_bytes) in btrfs_calc_avail_data_space() argument 2080 *free_bytes = 0; in btrfs_calc_avail_data_space() 2167 *free_bytes = avail_space; in btrfs_calc_avail_data_space()
|
| H A D | extent-tree.c | 5664 u64 free_bytes = 0; in btrfs_account_ro_block_groups_free_space() local 5681 free_bytes += (block_group->length - in btrfs_account_ro_block_groups_free_space() 5688 return free_bytes; in btrfs_account_ro_block_groups_free_space()
|