Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c3382 struct cc_state *old_cc_state, *new_cc_state; in __subn_set_opa_cc_table() local
3408 old_cc_state = get_cc_state(ppd); in __subn_set_opa_cc_table()
3410 if (old_cc_state == NULL) { in __subn_set_opa_cc_table()
3416 *new_cc_state = *old_cc_state; in __subn_set_opa_cc_table()
3438 call_rcu(&old_cc_state->rcu, cc_state_reclaim); in __subn_set_opa_cc_table()