Home
last modified time | relevance | path

Searched refs:sbitmap_weight (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Dsbitmap.c374 unsigned int sbitmap_weight(const struct sbitmap *sb) in sbitmap_weight() function
378 EXPORT_SYMBOL_GPL(sbitmap_weight);
383 seq_printf(m, "busy=%u\n", sbitmap_weight(sb)); in sbitmap_show()
/linux/include/linux/
H A Dsbitmap.h370 * sbitmap_weight() - Return how many set and not cleared bits in a &struct
376 unsigned int sbitmap_weight(const struct sbitmap *sb);
/linux/include/scsi/
H A Dscsi_device.h718 return sbitmap_weight(&sdev->budget_map); in scsi_device_busy()