Searched refs:zn (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/ubifs/ |
D | tnc_misc.c | 34 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 …]
|
D | tnc.c | 200 struct ubifs_znode *zn; in copy_znode() local 202 zn = kmemdup(znode, c->max_znode_sz, GFP_NOFS); in copy_znode() 203 if (unlikely(!zn)) in copy_znode() 206 zn->cnext = NULL; in copy_znode() 207 __set_bit(DIRTY_ZNODE, &zn->flags); in copy_znode() 208 __clear_bit(COW_ZNODE, &zn->flags); in copy_znode() 210 return zn; in copy_znode() 274 struct ubifs_znode *zn; in dirty_cow_znode() local 290 zn = copy_znode(c, znode); in dirty_cow_znode() 291 if (IS_ERR(zn)) in dirty_cow_znode() [all …]
|
D | ubifs.h | 1856 struct ubifs_znode **zn, int *n);
|
/linux-6.6.21/drivers/thermal/tegra/ |
D | soctherm.c | 635 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.6.21/tools/power/cpupower/po/ |
D | cs.po | 300 msgstr " pro tento CPU není aktivní žádný známý ovladač cpufreq\n"
|