Searched refs:was_action_consistent (Results 1 – 1 of 1) sorted by relevance
1374 static inline bool was_action_consistent(const struct payload *data, livepatch_func_state_t expecte… in was_action_consistent() function1420 … if ( !was_action_consistent(data, rc ? LIVEPATCH_FUNC_NOT_APPLIED : LIVEPATCH_FUNC_APPLIED) ) in livepatch_do_action()1437 … if ( !was_action_consistent(data, rc ? LIVEPATCH_FUNC_APPLIED : LIVEPATCH_FUNC_NOT_APPLIED) ) in livepatch_do_action()1461 if ( !was_action_consistent(other, other->rc in livepatch_do_action()1500 … if ( !was_action_consistent(data, rc ? LIVEPATCH_FUNC_NOT_APPLIED : LIVEPATCH_FUNC_APPLIED) ) in livepatch_do_action()
Completed in 4 milliseconds