Home
last modified time | relevance | path

Searched refs:backoff (Results 1 – 6 of 6) sorted by relevance

/net/rxrpc/
Drtt.c140 peer->backoff = 0; in rxrpc_ack_update_rtt()
176 u8 backoff = READ_ONCE(peer->backoff); in rxrpc_get_rto_backoff() local
179 timo_j <<= backoff; in rxrpc_get_rto_backoff()
181 WRITE_ONCE(peer->backoff, backoff + 1); in rxrpc_get_rto_backoff()
193 peer->backoff = 0; in rxrpc_peer_init_rtt()
Dar-internal.h327 u8 backoff; /* Backoff timeout */ member
/net/ceph/
Dosd_client.c1850 struct ceph_osd_backoff *backoff; in alloc_backoff() local
1852 backoff = kzalloc(sizeof(*backoff), GFP_NOIO); in alloc_backoff()
1853 if (!backoff) in alloc_backoff()
1856 RB_CLEAR_NODE(&backoff->spg_node); in alloc_backoff()
1857 RB_CLEAR_NODE(&backoff->id_node); in alloc_backoff()
1858 return backoff; in alloc_backoff()
1861 static void free_backoff(struct ceph_osd_backoff *backoff) in free_backoff() argument
1863 WARN_ON(!RB_EMPTY_NODE(&backoff->spg_node)); in free_backoff()
1864 WARN_ON(!RB_EMPTY_NODE(&backoff->id_node)); in free_backoff()
1866 free_hoid(backoff->begin); in free_backoff()
[all …]
Ddebugfs.c327 struct ceph_osd_backoff *backoff = in dump_backoffs() local
331 dump_spgid(s, &backoff->spgid); in dump_backoffs()
332 seq_printf(s, "\t%llu\t", backoff->id); in dump_backoffs()
333 dump_hoid(s, backoff->begin); in dump_backoffs()
335 dump_hoid(s, backoff->end); in dump_backoffs()
/net/ax25/
Dax25_subr.c224 switch (ax25->backoff) { in ax25_calculate_t1()
247 if (ax25->backoff == 0) in ax25_calculate_rtt()
Daf_ax25.c475 ax25->backoff = ax25_dev->values[AX25_VALUES_BACKOFF]; in ax25_fillin_cb_from_dev()
509 ax25->backoff = AX25_DEF_BACKOFF; in ax25_fillin_cb()
635 ax25->backoff = opt; in ax25_setsockopt()
754 val = ax25->backoff; in ax25_getsockopt()
948 ax25->backoff = oax25->backoff; in ax25_make_new()