Searched refs:ceph_osd_backoff (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/net/ceph/ |
D | debugfs.c | 327 struct ceph_osd_backoff *backoff = in dump_backoffs() 328 rb_entry(n, struct ceph_osd_backoff, id_node); in dump_backoffs()
|
D | osd_client.c | 1928 static struct ceph_osd_backoff *alloc_backoff(void) in alloc_backoff() 1930 struct ceph_osd_backoff *backoff; in alloc_backoff() 1941 static void free_backoff(struct ceph_osd_backoff *backoff) in free_backoff() 1954 DEFINE_RB_INSDEL_FUNCS2(backoff, struct ceph_osd_backoff, begin, hoid_compare, 1957 static struct ceph_osd_backoff *lookup_containing_backoff(struct rb_root *root, in lookup_containing_backoff() 1963 struct ceph_osd_backoff *cur = in lookup_containing_backoff() 1964 rb_entry(n, struct ceph_osd_backoff, spg_node); in lookup_containing_backoff() 1986 DEFINE_RB_FUNCS(backoff_by_id, struct ceph_osd_backoff, id, id_node) in DEFINE_RB_FUNCS() argument 1996 struct ceph_osd_backoff *backoff = in DEFINE_RB_FUNCS() 1998 struct ceph_osd_backoff, spg_node); in DEFINE_RB_FUNCS() [all …]
|
/linux-6.6.21/include/linux/ceph/ |
D | osd_client.h | 393 struct ceph_osd_backoff { struct
|