Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.c863 list_add_tail(&fsc->metric_wakeup, &ceph_fsc_list); in create_fs_client()
891 list_del(&fsc->metric_wakeup); in destroy_fs_client()
1660 list_for_each_entry(fsc, &ceph_fsc_list, metric_wakeup) { in param_set_metrics()
H A Dsuper.h123 struct list_head metric_wakeup; member