Searched refs:adjust_count_on (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dassoc_array_priv.h87 struct assoc_array_node *adjust_count_on; member in struct:assoc_array_edit
/linux-master/lib/
H A Dassoc_array.c463 edit->adjust_count_on = new_n0;
527 edit->adjust_count_on = node;
679 edit->adjust_count_on = new_n0;
682 edit->adjust_count_on = new_n1;
839 edit->adjust_count_on = new_n0;
1133 edit->adjust_count_on = node;
1141 edit->adjust_count_on = NULL;
1217 edit->adjust_count_on = new_n0;
1375 } else if (edit->adjust_count_on) {
1376 node = edit->adjust_count_on;
[all...]

Completed in 131 milliseconds