Searched refs:count_free (Results 1 – 4 of 4) sorted by relevance
27 static __u32 count_free(struct buffer_head *map[], unsigned blocksize, __u32 numbits) in count_free() function102 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()
79 def count_free(slab): function92 nr_free += count_partial(n, count_free)
283 def count_free(slab): function307 nr_free = count_free(cache_node['partial'])
3385 static int count_free(struct slab *slab) in count_free() function6411 x = node_nr_objs(n) - count_partial(n, count_free); in show_slab_objects()