Home
last modified time | relevance | path

Searched refs:blocked_count (Results 1 – 2 of 2) sorted by relevance

/linux/include/trace/events/
H A Dceph.h266 TP_PROTO(const struct ceph_mds_client *mdsc, int blocked_count),
267 TP_ARGS(mdsc, blocked_count),
270 __field(int, blocked_count)
275 __entry->blocked_count = blocked_count;
278 __entry->blocked_count)
/linux/drivers/md/dm-vdo/
H A Dstatistics.h69 u64 blocked_count; member