Searched refs:memweight (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/lib/ |
D | memweight.c | 11 size_t memweight(const void *ptr, size_t bytes) in memweight() function 39 EXPORT_SYMBOL(memweight);
|
D | Makefile | 39 bsearch.o find_bit.o llist.o memweight.o kfifo.o \
|
/Linux-v4.19/fs/qnx4/ |
D | bitmap.c | 38 memweight(bh->b_data, bytes); in qnx4_count_free_blocks()
|
/Linux-v4.19/fs/ext4/ |
D | bitmap.c | 16 return numchars * BITS_PER_BYTE - memweight(bitmap, numchars); in ext4_count_free()
|
/Linux-v4.19/fs/affs/ |
D | bitmap.c | 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()
|
/Linux-v4.19/include/linux/ |
D | string.h | 215 size_t memweight(const void *ptr, size_t bytes);
|
/Linux-v4.19/drivers/md/ |
D | dm-log.c | 624 lc->sync_count = memweight(lc->clean_bits, in disk_resume()
|
D | dm-raid.c | 3606 rebuild_disks = memweight(rs->rebuild_disks, DISKS_ARRAY_ELEMS * sizeof(*rs->rebuild_disks)); in raid_status()
|
/Linux-v4.19/fs/ext2/ |
D | balloc.c | 1464 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); in ext2_count_free()
|
/Linux-v4.19/fs/ocfs2/ |
D | localalloc.c | 827 count = memweight(la->la_bitmap, le16_to_cpu(la->la_size)); in ocfs2_local_alloc_count_bits()
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 2306 ncontrols = memweight(bmControls, bControlSize); in uvc_ctrl_init_device()
|