Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dmemweight.c10 size_t memweight(const void *ptr, size_t bytes) in memweight() function
38 EXPORT_SYMBOL(memweight);
DMakefile28 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
/linux-4.1.27/fs/ext3/
Dbitmap.c16 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); in ext3_count_free()
/linux-4.1.27/fs/qnx4/
Dbitmap.c37 memweight(bh->b_data, bytes); in qnx4_count_free_blocks()
/linux-4.1.27/fs/ext4/
Dbitmap.c15 return numchars * BITS_PER_BYTE - memweight(bitmap, numchars); in ext4_count_free()
/linux-4.1.27/include/linux/
Dstring.h147 size_t memweight(const void *ptr, size_t bytes);
/linux-4.1.27/fs/affs/
Dbitmap.c294 bm->bm_free = memweight(bh->b_data + 4, sb->s_blocksize - 4); in affs_init_bitmap()
344 bm->bm_free = memweight(bh->b_data + 4, sb->s_blocksize - 4); in affs_init_bitmap()
/linux-4.1.27/drivers/md/
Ddm-log.c622 lc->sync_count = memweight(lc->clean_bits, in disk_resume()
/linux-4.1.27/fs/ocfs2/
Dlocalalloc.c831 count = memweight(la->la_bitmap, le16_to_cpu(la->la_size)); in ocfs2_local_alloc_count_bits()
/linux-4.1.27/fs/ext2/
Dballoc.c1441 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); in ext2_count_free()
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_ctrl.c2162 ncontrols = memweight(bmControls, bControlSize); in uvc_ctrl_init_device()