Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dmemweight.c11 size_t memweight(const void *ptr, size_t bytes) in memweight() function
39 EXPORT_SYMBOL(memweight);
DMakefile49 bsearch.o find_bit.o llist.o lwq.o memweight.o kfifo.o \
/linux-6.12.1/fs/qnx4/
Dbitmap.c38 memweight(bh->b_data, bytes); in qnx4_count_free_blocks()
/linux-6.12.1/fs/ext4/
Dbitmap.c16 return numchars * BITS_PER_BYTE - memweight(bitmap, numchars); in ext4_count_free()
/linux-6.12.1/fs/affs/
Dbitmap.c295 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-6.12.1/include/linux/
Dstring.h356 size_t memweight(const void *ptr, size_t bytes);
/linux-6.12.1/drivers/md/
Ddm-log.c628 lc->sync_count = memweight(lc->clean_bits, in disk_resume()
/linux-6.12.1/fs/ocfs2/
Dlocalalloc.c817 count = memweight(la->la_bitmap, le16_to_cpu(la->la_size)); in ocfs2_local_alloc_count_bits()
/linux-6.12.1/fs/ext2/
Dballoc.c1440 return numchars * BITS_PER_BYTE - memweight(map->b_data, numchars); in ext2_count_free()
/linux-6.12.1/drivers/media/usb/uvc/
Duvc_ctrl.c2730 ncontrols = memweight(bmControls, bControlSize); in uvc_ctrl_init_chain()