Searched refs:sbitmap_weight (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/ufs/core/
H A Dufshcd.c1242 pending += sbitmap_weight(&sdev->budget_map);
/linux-master/include/linux/
H A Dsbitmap.h382 * sbitmap_weight() - Return how many set and not cleared bits in a &struct
388 unsigned int sbitmap_weight(const struct sbitmap *sb);
/linux-master/include/scsi/
H A Dscsi_device.h684 return sbitmap_weight(&sdev->budget_map);
/linux-master/lib/
H A Dsbitmap.c318 unsigned int sbitmap_weight(const struct sbitmap *sb) function
322 EXPORT_SYMBOL_GPL(sbitmap_weight); variable
327 seq_printf(m, "busy=%u\n", sbitmap_weight(sb));

Completed in 253 milliseconds