Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c3737 struct cc_state *old_cc_state, *new_cc_state; in apply_cc_state() local
3749 old_cc_state = get_cc_state_protected(ppd); in apply_cc_state()
3750 if (!old_cc_state) { in apply_cc_state()
3757 *new_cc_state = *old_cc_state; in apply_cc_state()
3776 kfree_rcu(old_cc_state, rcu); in apply_cc_state()