Home
last modified time | relevance | path

Searched refs:np (Results 1 – 2 of 2) sorted by relevance

/kernel/rcu/
Dtree_plugin.h443 struct list_head *np; in rcu_next_node_entry() local
445 np = t->rcu_node_entry.next; in rcu_next_node_entry()
446 if (np == &rnp->blkd_tasks) in rcu_next_node_entry()
447 np = NULL; in rcu_next_node_entry()
448 return np; in rcu_next_node_entry()
471 struct list_head *np; in rcu_preempt_deferred_qs_irqrestore() local
526 np = rcu_next_node_entry(t, rnp); in rcu_preempt_deferred_qs_irqrestore()
532 WRITE_ONCE(rnp->gp_tasks, np); in rcu_preempt_deferred_qs_irqrestore()
534 WRITE_ONCE(rnp->exp_tasks, np); in rcu_preempt_deferred_qs_irqrestore()
539 WRITE_ONCE(rnp->boost_tasks, np); in rcu_preempt_deferred_qs_irqrestore()
/kernel/irq/
Dirqdomain.c797 void of_phandle_args_to_fwspec(struct device_node *np, const u32 *args, in of_phandle_args_to_fwspec() argument
802 fwspec->fwnode = of_node_to_fwnode(np); in of_phandle_args_to_fwspec()
912 of_phandle_args_to_fwspec(irq_data->np, irq_data->args, in irq_create_of_mapping()