Searched refs:oldn (Results 1 – 2 of 2) sorted by relevance
1487 ulong oldn, newn; in grow_targets() local1490 oldn = d->ntargets; in grow_targets()1491 newn = oldn * 2; in grow_targets()1495 memmove(tt, d->targets, sizeof(*d->targets) * oldn); in grow_targets()1501 return &d->targets[oldn]; in grow_targets()
2327 oldn->__member != newn->__member) \2369 static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn, in hotkey_compare_and_issue_event() argument2402 if (!oldn->mute || in hotkey_compare_and_issue_event()2403 oldn->volume_toggle != newn->volume_toggle || in hotkey_compare_and_issue_event()2404 oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()2407 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()2413 if (oldn->mute) { in hotkey_compare_and_issue_event()2417 if (oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()2418 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()2420 } else if (oldn->volume_toggle != newn->volume_toggle) { in hotkey_compare_and_issue_event()[all …]