Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dassoc_array_priv.h96 } set_parent_slot[1]; member
/openbmc/linux/lib/
H A Dassoc_array.c928 edit->set_parent_slot[0].p = &side->parent_slot; in assoc_array_insert_mid_shortcut()
929 edit->set_parent_slot[0].to = sc_slot; in assoc_array_insert_mid_shortcut()
1359 for (i = 0; i < ARRAY_SIZE(edit->set_parent_slot); i++) in assoc_array_apply_edit()
1360 if (edit->set_parent_slot[i].p) in assoc_array_apply_edit()
1361 *edit->set_parent_slot[i].p = edit->set_parent_slot[i].to; in assoc_array_apply_edit()