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

/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));
/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/drivers/ufs/core/
H A Dufshcd.c1268 pending += sbitmap_weight(&sdev->budget_map);

Completed in 148 milliseconds