Searched refs:newn (Results 1 – 4 of 4) 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/fs/gfs2/ |
| H A D | rgrp.c | 866 struct rb_node **newn = &sdp->sd_rindex_tree.rb_node, *parent = NULL; in rgd_insert() local 869 while (*newn) { in rgd_insert() 870 struct gfs2_rgrpd *cur = rb_entry(*newn, struct gfs2_rgrpd, in rgd_insert() 873 parent = *newn; in rgd_insert() 875 newn = &((*newn)->rb_left); in rgd_insert() 877 newn = &((*newn)->rb_right); in rgd_insert() 882 rb_link_node(&rgd->rd_node, parent, newn); in rgd_insert() 1490 struct rb_node **newn, *parent = NULL; in rs_insert() local 1498 newn = &rgd->rd_rstree.rb_node; in rs_insert() 1499 while (*newn) { in rs_insert() [all …]
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 2375 oldn->__member != newn->__member) \ 2418 struct tp_nvram_state *newn, in hotkey_compare_and_issue_event() argument 2448 if (newn->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() 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() 2470 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()
|