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