Searched refs:ret_tmp (Results 1 – 1 of 1) sorted by relevance
702 int ret, ret_tmp; in __of_changeset_apply_entries() local711 ret_tmp = __of_changeset_entry_revert(ce); in __of_changeset_apply_entries()712 if (ret_tmp) in __of_changeset_apply_entries()713 *ret_revert = ret_tmp; in __of_changeset_apply_entries()731 int ret = 0, ret_tmp; in __of_changeset_apply_notify() local738 ret_tmp = __of_changeset_entry_notify(ce, 0); in __of_changeset_apply_notify()739 if (ret_tmp) in __of_changeset_apply_notify()740 ret = ret_tmp; in __of_changeset_apply_notify()806 int ret, ret_tmp; in __of_changeset_revert_entries() local814 ret_tmp = __of_changeset_entry_apply(ce); in __of_changeset_revert_entries()[all …]