Home
last modified time | relevance | path

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

/openbmc/linux/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()
268 return count_free(sbi->s_imap, sb->s_blocksize, bits); in minix_count_free_inodes()
/openbmc/linux/tools/cgroup/
H A Dmemcg_slabinfo.py79 def count_free(slab): function
92 nr_free += count_partial(n, count_free)
/openbmc/linux/scripts/gdb/linux/
H A Dslab.py284 def count_free(slab): function
308 nr_free = count_free(cache_node['partial'])
/openbmc/linux/mm/
H A Dslub.c2903 static int count_free(struct slab *slab) in count_free() function
3015 nr_free = count_partial(n, count_free); in slab_out_of_memory()
5487 x = node_nr_objs(n) - count_partial(n, count_free); in show_slab_objects()
6514 nr_free += count_partial(n, count_free); in get_slabinfo()