Searched refs:memweight (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/lib/ |
D | memweight.c | 10 size_t memweight(const void *ptr, size_t bytes) in memweight() function 38 EXPORT_SYMBOL(memweight);
|
D | Makefile | 28 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
|
/linux-4.1.27/fs/ext3/ |
D | bitmap.c | 16 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); in ext3_count_free()
|
/linux-4.1.27/fs/qnx4/ |
D | bitmap.c | 37 memweight(bh->b_data, bytes); in qnx4_count_free_blocks()
|
/linux-4.1.27/fs/ext4/ |
D | bitmap.c | 15 return numchars * BITS_PER_BYTE - memweight(bitmap, numchars); in ext4_count_free()
|
/linux-4.1.27/include/linux/ |
D | string.h | 147 size_t memweight(const void *ptr, size_t bytes);
|
/linux-4.1.27/fs/affs/ |
D | bitmap.c | 294 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/ |
D | dm-log.c | 622 lc->sync_count = memweight(lc->clean_bits, in disk_resume()
|
/linux-4.1.27/fs/ocfs2/ |
D | localalloc.c | 831 count = memweight(la->la_bitmap, le16_to_cpu(la->la_size)); in ocfs2_local_alloc_count_bits()
|
/linux-4.1.27/fs/ext2/ |
D | balloc.c | 1441 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); in ext2_count_free()
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 2162 ncontrols = memweight(bmControls, bControlSize); in uvc_ctrl_init_device()
|