Searched refs:master_node (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/base/ |
H A D | component.c | 42 struct list_head master_node; member in struct:component 71 list_add_tail(&c->master_node, &master->components); component_attach_master() 77 list_del(&c->master_node); component_detach_master() 142 struct component, master_node); master_remove_components() 376 list_for_each_entry_reverse(c, &master->components, master_node) component_unbind_all() 445 list_for_each_entry(c, &master->components, master_node) { component_bind_all() 453 master_node) component_bind_all()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
H A D | dlmunlock.c | 103 int master_node) dlmunlock_common() 110 mlog(0, "master_node = %d, valblk = %d\n", master_node, dlmunlock_common() 113 if (master_node) dlmunlock_common() 132 if (master_node && !(flags & LKM_CANCEL)) { dlmunlock_common() 160 if (status != DLM_NORMAL && (status != DLM_CANCELGRANT || !master_node)) dlmunlock_common() 166 if (master_node) dlmunlock_common() 173 if (!master_node) { dlmunlock_common() 230 master_node ? "" : "non-"); dlmunlock_common() 98 dlmunlock_common(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, struct dlm_lockstatus *lksb, int flags, int *call_ast, int master_node) dlmunlock_common() argument
|
/linux-4.1.27/drivers/base/power/ |
H A D | domain_governor.c | 148 list_for_each_entry(link, &genpd->master_links, master_node) { default_power_down_ok()
|
H A D | domain.c | 1613 list_for_each_entry(link, &genpd->master_links, master_node) { pm_genpd_add_subdomain() 1626 list_add_tail(&link->master_node, &genpd->master_links); pm_genpd_add_subdomain() 1685 list_for_each_entry(link, &genpd->master_links, master_node) { pm_genpd_remove_subdomain() 1698 list_del(&link->master_node); pm_genpd_remove_subdomain() 2300 list_for_each_entry(link, &genpd->master_links, master_node) { pm_genpd_summary_one() 2302 if (!list_is_last(&link->master_node, &genpd->master_links)) pm_genpd_summary_one()
|
/linux-4.1.27/include/linux/ |
H A D | pm_domain.h | 92 struct list_head master_node; member in struct:gpd_link
|
Completed in 265 milliseconds