Lines Matching defs:node
3516 * any unused or inactive node.
5606 /* Set the node type */
5608 /* Put ndlp onto node list */
5611 /* re-setup ndlp without removing from node list */
11429 static int lpfc_cpu_offline(unsigned int cpu, struct hlist_node *node)
11431 struct lpfc_hba *phba = hlist_entry_safe(node, struct lpfc_hba, cpuhp);
11459 static int lpfc_cpu_online(unsigned int cpu, struct hlist_node *node)
11461 struct lpfc_hba *phba = hlist_entry_safe(node, struct lpfc_hba, cpuhp);
11494 * the number of cpus on the same numa node as this adapter. The vectors are
11498 * affinity will be set to the nearest peer cpu within the numa node that is
11499 * online. If there are no online cpus within the numa node, affinity is not