Searched refs:oldn (Results 1 – 2 of 2) sorted by relevance
1429 ulong oldn, newn; in grow_targets() local1432 oldn = d->ntargets; in grow_targets()1433 newn = oldn * 2; in grow_targets()1437 memmove(tt, d->targets, sizeof(*d->targets) * oldn); in grow_targets()1443 return &d->targets[oldn]; in grow_targets()
2375 oldn->__member != newn->__member) \2417 static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn, in hotkey_compare_and_issue_event() argument2450 if (!oldn->mute || in hotkey_compare_and_issue_event()2451 oldn->volume_toggle != newn->volume_toggle || in hotkey_compare_and_issue_event()2452 oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()2455 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()2461 if (oldn->mute) { in hotkey_compare_and_issue_event()2465 if (oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()2466 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()2468 } else if (oldn->volume_toggle != newn->volume_toggle) { in hotkey_compare_and_issue_event()[all …]