Searched refs:count_free (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/minix/ |
H A D | bitmap.c | 27 static __u32 count_free(struct buffer_head *map[], unsigned blocksize, __u32 numbits) in count_free() function 102 return (count_free(sbi->s_zmap, sb->s_blocksize, bits) in minix_count_free_blocks() 272 return count_free(sbi->s_imap, sb->s_blocksize, bits); in minix_count_free_inodes()
|
/kernel/linux/linux-6.6/fs/minix/ |
H A D | bitmap.c | 27 static __u32 count_free(struct buffer_head *map[], unsigned blocksize, __u32 numbits) in count_free() function 102 return (count_free(sbi->s_zmap, sb->s_blocksize, bits) in minix_count_free_blocks() 268 return count_free(sbi->s_imap, sb->s_blocksize, bits); in minix_count_free_inodes()
|
/kernel/linux/linux-5.10/tools/cgroup/ |
H A D | memcg_slabinfo.py | 79 def count_free(page): function 92 nr_free += count_partial(n, count_free)
|
/kernel/linux/linux-6.6/tools/cgroup/ |
H A D | memcg_slabinfo.py | 79 def count_free(slab): function 92 nr_free += count_partial(n, count_free)
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | slab.py | 284 def count_free(slab): function 308 nr_free = count_free(cache_node['partial'])
|
/kernel/linux/linux-5.10/mm/ |
H A D | slub.c | 2507 static int count_free(struct page *page) in count_free() function 2561 nr_free = count_partial(n, count_free); in slab_out_of_memory() 4977 count_partial(n, count_free); in show_slab_objects() 5754 nr_free += count_partial(n, count_free); in get_slabinfo()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slub.c | 2896 static int count_free(struct slab *slab) in count_free() function 3008 nr_free = count_partial(n, count_free); in slab_out_of_memory() 5480 x = node_nr_objs(n) - count_partial(n, count_free); in show_slab_objects() 6507 nr_free += count_partial(n, count_free); in get_slabinfo()
|
Completed in 18 milliseconds