Searched refs:zn (Results 1 – 5 of 5) sorted by relevance
34 struct ubifs_znode *zn; in ubifs_tnc_levelorder_next() local83 if (!zn) { in ubifs_tnc_levelorder_next()91 znode = zn; in ubifs_tnc_levelorder_next()92 zn = ubifs_tnc_find_child(zn, 0); in ubifs_tnc_levelorder_next()93 if (!zn) { in ubifs_tnc_levelorder_next()103 if (zn) { in ubifs_tnc_levelorder_next()105 return zn; in ubifs_tnc_levelorder_next()205 if (!zn) in ubifs_tnc_postorder_next()242 if (zn == znode) { in ubifs_destroy_tnc_subtree()245 kfree(zn); in ubifs_destroy_tnc_subtree()[all …]
219 return zn; in copy_znode()265 return zn; in dirty_cow_znode()282 return zn; in dirty_cow_znode()633 *zn = znode; in tnc_next()678 *zn = znode; in tnc_prev()1040 znode = *zn; in resolve_collision_directly()1062 znode = *zn; in resolve_collision_directly()1212 *zn = znode; in ubifs_lookup_level0()2119 if (!zn) in tnc_insert()2174 zi = zn; in tnc_insert()[all …]
1822 struct ubifs_znode **zn, int *n);
667 static void thermal_irq_enable(struct tegra_thermctl_zone *zn) in thermal_irq_enable() argument672 mutex_lock(&zn->ts->thermctl_lock); in thermal_irq_enable()673 r = readl(zn->ts->regs + THERMCTL_INTR_ENABLE); in thermal_irq_enable()675 writel(r, zn->ts->regs + THERMCTL_INTR_ENABLE); in thermal_irq_enable()676 mutex_unlock(&zn->ts->thermctl_lock); in thermal_irq_enable()679 static void thermal_irq_disable(struct tegra_thermctl_zone *zn) in thermal_irq_disable() argument684 mutex_lock(&zn->ts->thermctl_lock); in thermal_irq_disable()685 r = readl(zn->ts->regs + THERMCTL_INTR_DISABLE); in thermal_irq_disable()686 r = REG_SET_MASK(r, zn->sg->thermctl_isr_mask, 0); in thermal_irq_disable()687 writel(r, zn->ts->regs + THERMCTL_INTR_DISABLE); in thermal_irq_disable()[all …]
300 msgstr " pro tento CPU není aktivní žádný známý ovladač cpufreq\n"
Completed in 32 milliseconds