Home
last modified time | relevance | path

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

/linux-4.4.14/fs/minix/
Dbitmap.c26 static __u32 count_free(struct buffer_head *map[], unsigned blocksize, __u32 numbits) in count_free() function
101 return (count_free(sbi->s_zmap, sb->s_blocksize, bits) in minix_count_free_blocks()
271 return count_free(sbi->s_imap, sb->s_blocksize, bits); in minix_count_free_inodes()
/linux-4.4.14/mm/
Dslub.c2192 static int count_free(struct page *page) in count_free() function
2246 nr_free = count_partial(n, count_free); in slab_out_of_memory()
4536 count_partial(n, count_free); in show_slab_objects()
5537 nr_free += count_partial(n, count_free); in get_slabinfo()