Searched refs:memweight (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/lib/
H A Dmemweight.c6 * memweight - count the total number of bits set in memory area
10 size_t memweight(const void *ptr, size_t bytes) memweight() function
38 EXPORT_SYMBOL(memweight); variable
H A DMakefile28 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
/linux-4.4.14/fs/qnx4/
H A Dbitmap.c37 memweight(bh->b_data, bytes); qnx4_count_free_blocks()
/linux-4.4.14/fs/ext4/
H A Dbitmap.c15 return numchars * BITS_PER_BYTE - memweight(bitmap, numchars); ext4_count_free()
/linux-4.4.14/fs/affs/
H A Dbitmap.c294 bm->bm_free = memweight(bh->b_data + 4, sb->s_blocksize - 4); affs_init_bitmap()
344 bm->bm_free = memweight(bh->b_data + 4, sb->s_blocksize - 4); affs_init_bitmap()
/linux-4.4.14/include/linux/
H A Dstring.h151 size_t memweight(const void *ptr, size_t bytes);
/linux-4.4.14/drivers/md/
H A Ddm-log.c622 lc->sync_count = memweight(lc->clean_bits, disk_resume()
/linux-4.4.14/fs/ocfs2/
H A Dlocalalloc.c830 count = memweight(la->la_bitmap, le16_to_cpu(la->la_size)); ocfs2_local_alloc_count_bits()
/linux-4.4.14/drivers/media/usb/uvc/
H A Duvc_ctrl.c2162 ncontrols = memweight(bmControls, bControlSize); uvc_ctrl_init_device()
/linux-4.4.14/fs/ext2/
H A Dballoc.c1441 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); ext2_count_free()
/linux-4.4.14/drivers/mtd/nand/
H A Dnand_base.c1120 * Note: The logic of this function has been extracted from the memweight

Completed in 617 milliseconds