Searched refs:memweight (Results 1 - 11 of 11) sorted by relevance
/linux-4.4.14/lib/ |
H A D | memweight.c | 6 * 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 D | Makefile | 28 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
|
/linux-4.4.14/fs/qnx4/ |
H A D | bitmap.c | 37 memweight(bh->b_data, bytes); qnx4_count_free_blocks()
|
/linux-4.4.14/fs/ext4/ |
H A D | bitmap.c | 15 return numchars * BITS_PER_BYTE - memweight(bitmap, numchars); ext4_count_free()
|
/linux-4.4.14/fs/affs/ |
H A D | bitmap.c | 294 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 D | string.h | 151 size_t memweight(const void *ptr, size_t bytes);
|
/linux-4.4.14/drivers/md/ |
H A D | dm-log.c | 622 lc->sync_count = memweight(lc->clean_bits, disk_resume()
|
/linux-4.4.14/fs/ocfs2/ |
H A D | localalloc.c | 830 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 D | uvc_ctrl.c | 2162 ncontrols = memweight(bmControls, bControlSize); uvc_ctrl_init_device()
|
/linux-4.4.14/fs/ext2/ |
H A D | balloc.c | 1441 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); ext2_count_free()
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | nand_base.c | 1120 * Note: The logic of this function has been extracted from the memweight
|
Completed in 1126 milliseconds