Lines Matching defs:depth
46 void (*lock_nested)(struct generic_pm_domain *genpd, int depth);
57 int depth)
59 mutex_lock_nested(&genpd->mlock, depth);
89 int depth)
94 spin_lock_irqsave_nested(&genpd->slock, flags, depth);
286 unsigned int state, int depth)
311 genpd_lock_nested(parent, depth + 1);
317 ret = _genpd_set_performance_state(parent, parent_state, depth + 1);
343 genpd_lock_nested(parent, depth + 1);
350 if (_genpd_set_performance_state(parent, parent_state, depth + 1)) {
533 unsigned int depth)
602 genpd_lock_nested(link->parent, depth + 1);
603 genpd_power_off(link->parent, false, depth + 1);
613 * @depth: nesting count for lockdep.
618 static int genpd_power_on(struct generic_pm_domain *genpd, unsigned int depth)
636 genpd_lock_nested(parent, depth + 1);
637 ret = genpd_power_on(parent, depth + 1);
660 genpd_lock_nested(link->parent, depth + 1);
661 genpd_power_off(link->parent, false, depth + 1);
969 * @depth: nesting count for lockdep.
979 unsigned int depth)
1001 genpd_lock_nested(link->parent, depth + 1);
1003 genpd_sync_power_off(link->parent, use_lock, depth + 1);
1014 * @depth: nesting count for lockdep.
1021 unsigned int depth)
1032 genpd_lock_nested(link->parent, depth + 1);
1034 genpd_sync_power_on(link->parent, use_lock, depth + 1);
1470 int cpu, bool set, unsigned int depth)
1480 genpd_lock_nested(parent, depth + 1);
1481 genpd_update_cpumask(parent, cpu, set, depth + 1);