Home
last modified time | relevance | path

Searched refs:zn (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/fs/ubifs/
Dtnc_misc.c34 struct ubifs_znode *zn; in ubifs_tnc_levelorder_next() local
82 zn = ubifs_tnc_find_child(znode->parent, iip + 1); in ubifs_tnc_levelorder_next()
83 if (!zn) { in ubifs_tnc_levelorder_next()
90 while (zn->level != level) { 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()
104 ubifs_assert(c, zn->level >= 0); in ubifs_tnc_levelorder_next()
105 return zn; in ubifs_tnc_levelorder_next()
[all …]
Dtnc.c192 struct ubifs_znode *zn; in copy_znode() local
194 zn = kmemdup(znode, c->max_znode_sz, GFP_NOFS); in copy_znode()
195 if (unlikely(!zn)) in copy_znode()
198 zn->cnext = NULL; in copy_znode()
199 __set_bit(DIRTY_ZNODE, &zn->flags); in copy_znode()
200 __clear_bit(COW_ZNODE, &zn->flags); in copy_znode()
207 const int n = zn->child_cnt; in copy_znode()
211 struct ubifs_zbranch *zbr = &zn->zbranch[i]; in copy_znode()
214 zbr->znode->parent = zn; in copy_znode()
219 return zn; in copy_znode()
[all …]
Dubifs.h1851 struct ubifs_znode **zn, int *n);
/linux-6.1.9/drivers/thermal/tegra/
Dsoctherm.c635 static void thermal_irq_enable(struct tegra_thermctl_zone *zn) in thermal_irq_enable() argument
640 mutex_lock(&zn->ts->thermctl_lock); in thermal_irq_enable()
641 r = readl(zn->ts->regs + THERMCTL_INTR_ENABLE); in thermal_irq_enable()
642 r = REG_SET_MASK(r, zn->sg->thermctl_isr_mask, TH_INTR_UP_DN_EN); 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() argument
652 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()
[all …]
/linux-6.1.9/tools/power/cpupower/po/
Dcs.po300 msgstr " pro tento CPU není aktivní žádný známý ovladač cpufreq\n"