Searched refs:rem_undo (Results 1 – 1 of 1) sorted by relevance
2138 boolean_t rem_undo) in add_items() argument2144 IPQOSCDBG1(L1, "In add_items, rem_undo: %u\n", rem_undo); in add_items()2153 (rem_undo == B_FALSE && act->new == B_TRUE || in add_items()2154 rem_undo == B_TRUE && act->deleted == B_TRUE)) { in add_items()2168 res = add_item(act, rem_undo); in add_items()2185 boolean_t rem_undo) in add_item() argument2194 actions->name, rem_undo); in add_item()2212 res = add_item(cls->alist->action, rem_undo); in add_item()2224 res = add_item(pact->action, rem_undo); in add_item()2234 if (((rem_undo == B_FALSE && act->new == B_TRUE) || in add_item()[all …]