Home
last modified time | relevance | path

Searched refs:ceph_osd_backoff (Results 1 – 3 of 3) sorted by relevance

/linux/net/ceph/
H A Ddebugfs.c333 struct ceph_osd_backoff *backoff = in dump_backoffs()
334 rb_entry(n, struct ceph_osd_backoff, id_node); in dump_backoffs()
H A Dosd_client.c1912 static struct ceph_osd_backoff *alloc_backoff(void) in alloc_backoff()
1914 struct ceph_osd_backoff *backoff; in alloc_backoff()
1925 static void free_backoff(struct ceph_osd_backoff *backoff) in free_backoff()
1938 DEFINE_RB_INSDEL_FUNCS2(backoff, struct ceph_osd_backoff, begin, hoid_compare,
1941 static struct ceph_osd_backoff *lookup_containing_backoff(struct rb_root *root, in lookup_containing_backoff()
1947 struct ceph_osd_backoff *cur = in lookup_containing_backoff()
1948 rb_entry(n, struct ceph_osd_backoff, spg_node); in lookup_containing_backoff()
1970 DEFINE_RB_FUNCS(backoff_by_id, struct ceph_osd_backoff, id, id_node) in DEFINE_RB_FUNCS()
1980 struct ceph_osd_backoff *backoff = in DEFINE_RB_FUNCS()
1982 struct ceph_osd_backoff, spg_nod in DEFINE_RB_FUNCS()
1969 DEFINE_RB_FUNCS(backoff_by_id,struct ceph_osd_backoff,id,id_node) DEFINE_RB_FUNCS() argument
[all...]
/linux/include/linux/ceph/
H A Dosd_client.h393 struct ceph_osd_backoff { struct