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.c2336 oldn->__member != newn->__member) \
2379 struct tp_nvram_state *newn, in hotkey_compare_and_issue_event()
2409 if (newn->mute) { in hotkey_compare_and_issue_event()
2412 oldn->volume_toggle != newn->volume_toggle || in hotkey_compare_and_issue_event()
2413 oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2416 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2426 if (oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2427 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2429 } else if (oldn->volume_toggle != newn->volume_toggle) { in hotkey_compare_and_issue_event()
2431 if (newn in hotkey_compare_and_issue_event()
2378 hotkey_compare_and_issue_event(struct tp_nvram_state * oldn,struct tp_nvram_state * newn,const u32 event_mask) hotkey_compare_and_issue_event() argument
[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()