Home
last modified time | relevance | path

Searched refs:memweight (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/lib/
Dmemweight.c11 size_t memweight(const void *ptr, size_t bytes) in memweight() function
39 EXPORT_SYMBOL(memweight);
DMakefile50 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
/linux-4.19.296/fs/qnx4/
Dbitmap.c38 memweight(bh->b_data, bytes); in qnx4_count_free_blocks()
/linux-4.19.296/fs/ext4/
Dbitmap.c16 return numchars * BITS_PER_BYTE - memweight(bitmap, numchars); in ext4_count_free()
/linux-4.19.296/fs/affs/
Dbitmap.c295 bm->bm_free = memweight(bh->b_data + 4, sb->s_blocksize - 4); in affs_init_bitmap()
345 bm->bm_free = memweight(bh->b_data + 4, sb->s_blocksize - 4); in affs_init_bitmap()
/linux-4.19.296/include/linux/
Dstring.h222 size_t memweight(const void *ptr, size_t bytes);
/linux-4.19.296/fs/ocfs2/
Dlocalalloc.c833 count = memweight(la->la_bitmap, le16_to_cpu(la->la_size)); in ocfs2_local_alloc_count_bits()
/linux-4.19.296/fs/ext2/
Dballoc.c1462 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); in ext2_count_free()