Searched refs:nodep (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/arch/mips/netlogic/xlr/
H A Dwakeup.c53 struct nlm_soc_info *nodep; xlr_wakeup_secondary_cpus() local
61 nodep = nlm_get_node(0); xlr_wakeup_secondary_cpus()
67 nlm_pic_send_ipi(nodep->picbase, i, 1, 1); /* send NMI */ xlr_wakeup_secondary_cpus()
71 nodep->coremask = 1; xlr_wakeup_secondary_cpus()
79 nodep->coremask |= (1u << i); xlr_wakeup_secondary_cpus()
H A Dsetup.c167 struct nlm_soc_info *nodep; nlm_init_node() local
169 nodep = nlm_current_node(); nlm_init_node()
170 nodep->picbase = nlm_mmio_base(NETLOGIC_IO_PIC_OFFSET); nlm_init_node()
171 nodep->ebase = read_c0_ebase() & (~((1 << 12) - 1)); nlm_init_node()
172 spin_lock_init(&nodep->piclock); nlm_init_node()
/linux-4.4.14/arch/mips/netlogic/xlp/
H A Dnlm_hal.c54 struct nlm_soc_info *nodep; nlm_node_init() local
56 nodep = nlm_get_node(node); nlm_node_init()
58 nodep->coremask = 1; /* node 0, boot cpu */ nlm_node_init()
59 nodep->sysbase = nlm_get_sys_regbase(node); nlm_node_init()
60 nodep->picbase = nlm_get_pic_regbase(node); nlm_node_init()
61 nodep->ebase = read_c0_ebase() & (~((1 << 12) - 1)); nlm_node_init()
63 nodep->socbus = xlp9xx_get_socbus(node); nlm_node_init()
65 nodep->socbus = 0; nlm_node_init()
66 spin_lock_init(&nodep->piclock); nlm_node_init()
H A Dwakeup.c111 struct nlm_soc_info *nodep; xlp_enable_secondary_cores() local
133 nodep = nlm_get_node(n); xlp_enable_secondary_cores()
148 fusemask = nlm_read_sys_reg(nodep->sysbase, xlp_enable_secondary_cores()
187 if (!xlp_wakeup_core(nodep->sysbase, n, core)) xlp_enable_secondary_cores()
191 nodep->coremask |= 1u << core; xlp_enable_secondary_cores()
/linux-4.4.14/arch/mips/netlogic/common/
H A Dirq.c213 struct nlm_soc_info *nodep; nlm_init_node_irqs() local
217 nodep = nlm_get_node(node); nlm_init_node_irqs()
218 nodep->irqmask = PERCPU_IRQ_MASK; nlm_init_node_irqs()
223 nodep->irqmask |= 1ull << i; nlm_init_node_irqs()
227 nlm_pic_init_irt(nodep->picbase, irt, i, nlm_init_node_irqs()
/linux-4.4.14/net/ipv4/
H A Dinetpeer.c245 struct inet_peer __rcu **nodep; peer_avl_rebalance() local
250 nodep = *--stackend; peer_avl_rebalance()
251 node = rcu_deref_locked(*nodep, base); peer_avl_rebalance()
269 RCU_INIT_POINTER(*nodep, l); peer_avl_rebalance()
282 RCU_INIT_POINTER(*nodep, lr); peer_avl_rebalance()
297 RCU_INIT_POINTER(*nodep, r); peer_avl_rebalance()
310 RCU_INIT_POINTER(*nodep, rl); peer_avl_rebalance()
/linux-4.4.14/lib/
H A Dradix-tree.c378 * @nodep: returns node
386 * pointing to a node, in which case *@nodep will be NULL.
391 struct radix_tree_node **nodep, void ***slotp) __radix_tree_create()
433 if (nodep) __radix_tree_create()
434 *nodep = node; __radix_tree_create()
481 * @nodep: returns node
489 * pointing to a node, in which case *@nodep will be NULL.
492 struct radix_tree_node **nodep, void ***slotp) __radix_tree_lookup()
506 if (nodep) __radix_tree_lookup()
507 *nodep = NULL; __radix_tree_lookup()
531 if (nodep) __radix_tree_lookup()
532 *nodep = parent; __radix_tree_lookup()
390 __radix_tree_create(struct radix_tree_root *root, unsigned long index, struct radix_tree_node **nodep, void ***slotp) __radix_tree_create() argument
491 __radix_tree_lookup(struct radix_tree_root *root, unsigned long index, struct radix_tree_node **nodep, void ***slotp) __radix_tree_lookup() argument
/linux-4.4.14/arch/mips/pci/
H A Dmsi-xlp.c468 struct nlm_soc_info *nodep; xlp_init_node_msi_irqs() local
473 nodep = nlm_get_node(node); xlp_init_node_msi_irqs()
481 md->node = nodep; xlp_init_node_msi_irqs()
503 nlm_pic_init_irt(nodep->picbase, irt, xlp_init_node_msi_irqs()
/linux-4.4.14/kernel/
H A Dsysctl_binary.c1163 char buf[15], *nodep; bin_dn_node_address() local
1175 nodep = strchr(buf, '.'); bin_dn_node_address()
1176 if (!nodep) bin_dn_node_address()
1178 ++nodep; bin_dn_node_address()
1181 node = simple_strtoul(nodep, NULL, 10); bin_dn_node_address()
H A Dsys.c2276 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, SYSCALL_DEFINE3()
2284 if (nodep) SYSCALL_DEFINE3()
2285 err |= put_user(cpu_to_node(cpu), nodep); SYSCALL_DEFINE3()
/linux-4.4.14/include/linux/
H A Dradix-tree.h264 struct radix_tree_node **nodep, void ***slotp);
267 struct radix_tree_node **nodep, void ***slotp);
/linux-4.4.14/arch/powerpc/kernel/
H A Dprom_init.c445 static int __init prom_next_node(phandle *nodep) prom_next_node() argument
449 if ((node = *nodep) != 0 prom_next_node()
450 && (*nodep = call_prom("child", 1, 1, node)) != 0) prom_next_node()
452 if ((*nodep = call_prom("peer", 1, 1, node)) != 0) prom_next_node()
457 if ((*nodep = call_prom("peer", 1, 1, node)) != 0) prom_next_node()
/linux-4.4.14/security/selinux/ss/
H A Dpolicydb.c1217 struct constraint_node **nodep, read_cons_helper()
1235 *nodep = c; read_cons_helper()
1216 read_cons_helper(struct policydb *p, struct constraint_node **nodep, int ncons, int allowxtarget, void *fp) read_cons_helper() argument

Completed in 393 milliseconds