Home
last modified time | relevance | path

Searched refs:count_free (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/minix/
H A Dbitmap.c27 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()
/OK3568_Linux_fs/kernel/tools/cgroup/
H A Dmemcg_slabinfo.py79 def count_free(page): function
92 nr_free += count_partial(n, count_free)
/OK3568_Linux_fs/kernel/mm/
H A Dslub.c2558 static int count_free(struct page *page) in count_free() function
2612 nr_free = count_partial(n, count_free); in slab_out_of_memory()
4979 count_partial(n, count_free); in show_slab_objects()
5922 nr_free += count_partial(n, count_free); in get_slabinfo()