Searched refs:memweight (Results 1 – 8 of 8) sorted by relevance
11 size_t memweight(const void *ptr, size_t bytes) in memweight() function39 EXPORT_SYMBOL(memweight);
50 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
38 memweight(bh->b_data, bytes); in qnx4_count_free_blocks()
16 return numchars * BITS_PER_BYTE - memweight(bitmap, numchars); in ext4_count_free()
295 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()
222 size_t memweight(const void *ptr, size_t bytes);
833 count = memweight(la->la_bitmap, le16_to_cpu(la->la_size)); in ocfs2_local_alloc_count_bits()
1462 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); in ext2_count_free()