Home
last modified time | relevance | path

Searched refs:newn (Results 1 – 3 of 3) sorted by relevance

/linux/security/selinux/ss/
H A Dconditional.c652 struct cond_node *newn = &newp->cond_list[i]; in duplicate_policydb_cond_list()
657 newn->cur_state = orign->cur_state; in duplicate_policydb_cond_list()
658 newn->expr.nodes = in duplicate_policydb_cond_list()
662 if (!newn->expr.nodes) in duplicate_policydb_cond_list()
665 newn->expr.len = orign->expr.len; in duplicate_policydb_cond_list()
667 rc = cond_dup_av_list(&newn->true_list, &orign->true_list, in duplicate_policydb_cond_list()
672 rc = cond_dup_av_list(&newn->false_list, &orign->false_list,
639 struct cond_node *newn = &newp->cond_list[i]; duplicate_policydb_cond_list() local
/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c2341 oldn->__member != newn->__member) \
2384 struct tp_nvram_state *newn, in hotkey_compare_and_issue_event() argument
2414 if (newn->mute) { in hotkey_compare_and_issue_event()
2417 oldn->volume_toggle != newn->volume_toggle || in hotkey_compare_and_issue_event()
2418 oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2421 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2431 if (oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2432 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2434 } else if (oldn->volume_toggle != newn->volume_toggle) { in hotkey_compare_and_issue_event()
2436 if (newn->volume_level == 0) in hotkey_compare_and_issue_event()
[all …]
/linux/drivers/block/aoe/
H A Daoecmd.c1429 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()