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()289 return zn; in dirty_cow_znode()640 *zn = znode; in tnc_next()685 *zn = znode; in tnc_prev()1047 znode = *zn; in resolve_collision_directly()1069 znode = *zn; in resolve_collision_directly()1219 *zn = znode; in ubifs_lookup_level0()2126 if (!zn) in tnc_insert()2181 zi = zn; in tnc_insert()[all …]
1856 struct ubifs_znode **zn, int *n);
635 static void thermal_irq_enable(struct tegra_thermctl_zone *zn) in thermal_irq_enable() argument640 mutex_lock(&zn->ts->thermctl_lock); in thermal_irq_enable()641 r = readl(zn->ts->regs + THERMCTL_INTR_ENABLE); in thermal_irq_enable()643 writel(r, zn->ts->regs + THERMCTL_INTR_ENABLE); in thermal_irq_enable()644 mutex_unlock(&zn->ts->thermctl_lock); in thermal_irq_enable()647 static void thermal_irq_disable(struct tegra_thermctl_zone *zn) in thermal_irq_disable() argument652 mutex_lock(&zn->ts->thermctl_lock); in thermal_irq_disable()653 r = readl(zn->ts->regs + THERMCTL_INTR_DISABLE); in thermal_irq_disable()654 r = REG_SET_MASK(r, zn->sg->thermctl_isr_mask, 0); in thermal_irq_disable()655 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 23 milliseconds