Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dsuper.c825 list_add_tail(&fsc->metric_wakeup, &ceph_fsc_list); in create_fs_client()
853 list_del(&fsc->metric_wakeup); in destroy_fs_client()
1465 list_for_each_entry(fsc, &ceph_fsc_list, metric_wakeup) { in param_set_metrics()
Dsuper.h108 struct list_head metric_wakeup; member