Searched refs:zn (Results 1 – 6 of 6) 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 …]
210 return zn; in copy_znode()292 return zn; in dirty_cow_znode()316 return zn; in dirty_cow_znode()319 kfree(zn); in dirty_cow_znode()671 *zn = znode; in tnc_next()716 *zn = znode; in tnc_prev()1078 znode = *zn; in resolve_collision_directly()1100 znode = *zn; in resolve_collision_directly()2157 if (!zn) in tnc_insert()2212 zi = zn; in tnc_insert()[all …]
1842 struct ubifs_znode **zn, int *n);
630 static void thermal_irq_enable(struct tegra_thermctl_zone *zn) in thermal_irq_enable() argument635 mutex_lock(&zn->ts->thermctl_lock); in thermal_irq_enable()636 r = readl(zn->ts->regs + THERMCTL_INTR_ENABLE); in thermal_irq_enable()638 writel(r, zn->ts->regs + THERMCTL_INTR_ENABLE); in thermal_irq_enable()639 mutex_unlock(&zn->ts->thermctl_lock); in thermal_irq_enable()642 static void thermal_irq_disable(struct tegra_thermctl_zone *zn) in thermal_irq_disable() argument647 mutex_lock(&zn->ts->thermctl_lock); in thermal_irq_disable()648 r = readl(zn->ts->regs + THERMCTL_INTR_DISABLE); in thermal_irq_disable()649 r = REG_SET_MASK(r, zn->sg->thermctl_isr_mask, 0); in thermal_irq_disable()650 writel(r, zn->ts->regs + THERMCTL_INTR_DISABLE); in thermal_irq_disable()[all …]
768 union zen_patch_rev zp, zn; in patch_newer() local771 zn.ucode_rev = n->patch_id; in patch_newer()773 if (zn.stepping != zp.stepping) in patch_newer()776 return zn.rev > zp.rev; in patch_newer()
300 msgstr " pro tento CPU není aktivní žádný známý ovladač cpufreq\n"