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

/linux-master/fs/minix/
H A Dbitmap.c27 static __u32 count_free(struct buffer_head *map[], unsigned blocksize, __u32 numbits) function
102 return (count_free(sbi->s_zmap, sb->s_blocksize, bits)
268 return count_free(sbi->s_imap, sb->s_blocksize, bits);
/linux-master/tools/cgroup/
H A Dmemcg_slabinfo.py79 def count_free(slab): function
92 nr_free += count_partial(n, count_free)
/linux-master/scripts/gdb/linux/
H A Dslab.py283 def count_free(slab): function in function:slabinfo
307 nr_free = count_free(cache_node['partial'])
/linux-master/mm/
H A Dslub.c3146 static int count_free(struct slab *slab) function
3258 nr_free = count_partial(n, count_free);
6067 x = node_nr_objs(n) - count_partial(n, count_free);
7092 nr_free += count_partial(n, count_free);

Completed in 254 milliseconds