Searched refs:sbitmap_weight (Results 1 – 3 of 3) sorted by relevance
374 unsigned int sbitmap_weight(const struct sbitmap *sb) in sbitmap_weight() function378 EXPORT_SYMBOL_GPL(sbitmap_weight);383 seq_printf(m, "busy=%u\n", sbitmap_weight(sb)); in sbitmap_show()
370 * sbitmap_weight() - Return how many set and not cleared bits in a &struct376 unsigned int sbitmap_weight(const struct sbitmap *sb);
718 return sbitmap_weight(&sdev->budget_map); in scsi_device_busy()