Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ceph/
Dsuper.c820 list_add_tail(&fsc->metric_wakeup, &ceph_fsc_list); in create_fs_client()
848 list_del(&fsc->metric_wakeup); in destroy_fs_client()
1460 list_for_each_entry(fsc, &ceph_fsc_list, metric_wakeup) { in param_set_metrics()
Dsuper.h105 struct list_head metric_wakeup; member