Searched refs:memweight (Results 1 - 10 of 10) sorted by relevance

/linux-master/lib/
H A Dmemweight.c7 * memweight - count the total number of bits set in memory area
11 size_t memweight(const void *ptr, size_t bytes) function
39 EXPORT_SYMBOL(memweight); variable
H A DMakefile48 bsearch.o find_bit.o llist.o lwq.o memweight.o kfifo.o \
/linux-master/fs/qnx4/
H A Dbitmap.c38 memweight(bh->b_data, bytes);
/linux-master/fs/ext4/
H A Dbitmap.c16 return numchars * BITS_PER_BYTE - memweight(bitmap, numchars);
/linux-master/fs/affs/
H A Dbitmap.c295 bm->bm_free = memweight(bh->b_data + 4, sb->s_blocksize - 4);
345 bm->bm_free = memweight(bh->b_data + 4, sb->s_blocksize - 4);
/linux-master/include/linux/
H A Dstring.h335 size_t memweight(const void *ptr, size_t bytes);
/linux-master/drivers/md/
H A Ddm-log.c628 lc->sync_count = memweight(lc->clean_bits,
/linux-master/fs/ocfs2/
H A Dlocalalloc.c816 count = memweight(la->la_bitmap, le16_to_cpu(la->la_size));
/linux-master/fs/ext2/
H A Dballoc.c1433 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars);
/linux-master/drivers/media/usb/uvc/
H A Duvc_ctrl.c2703 ncontrols = memweight(bmControls, bControlSize);

Completed in 201 milliseconds