Searched refs:newn (Results 1 – 3 of 3) sorted by relevance
| /linux/security/selinux/ss/ |
| H A D | conditional.c | 639 struct cond_node *newn = &newp->cond_list[i]; in duplicate_policydb_cond_list() local 644 newn->cur_state = orign->cur_state; in duplicate_policydb_cond_list() 645 newn->expr.nodes = in duplicate_policydb_cond_list() 649 if (!newn->expr.nodes) in duplicate_policydb_cond_list() 652 newn->expr.len = orign->expr.len; in duplicate_policydb_cond_list() 654 rc = cond_dup_av_list(&newn->true_list, &orign->true_list, in duplicate_policydb_cond_list() 659 rc = cond_dup_av_list(&newn->false_list, &orign->false_list, in duplicate_policydb_cond_list()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 2335 oldn->__member != newn->__member) \ 2378 struct tp_nvram_state *newn, in hotkey_compare_and_issue_event() argument 2408 if (newn->mute) { in hotkey_compare_and_issue_event() 2411 oldn->volume_toggle != newn->volume_toggle || in hotkey_compare_and_issue_event() 2412 oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event() 2415 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event() 2425 if (oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event() 2426 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event() 2428 } else if (oldn->volume_toggle != newn->volume_toggle) { in hotkey_compare_and_issue_event() 2430 if (newn->volume_level == 0) in hotkey_compare_and_issue_event() [all …]
|
| /linux/drivers/block/aoe/ |
| H A D | aoecmd.c | 1429 ulong oldn, newn; in grow_targets() local 1433 newn = oldn * 2; in grow_targets() 1434 tt = kzalloc_objs(*d->targets, newn, GFP_ATOMIC); in grow_targets() 1441 d->ntargets = newn; in grow_targets()
|