Searched refs:zn (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ubifs/ |
H A 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 …]
|
H A 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 …]
|
H A D | ubifs.h | 1850 struct ubifs_znode **zn, int *n);
|
/linux/drivers/thermal/tegra/ |
H A D | soctherm.c | 630 static void thermal_irq_enable(struct tegra_thermctl_zone *zn) in thermal_irq_enable() argument 635 mutex_lock(&zn->ts->thermctl_lock); in thermal_irq_enable() 636 r = readl(zn->ts->regs + THERMCTL_INTR_ENABLE); in thermal_irq_enable() 637 r = REG_SET_MASK(r, zn->sg->thermctl_isr_mask, TH_INTR_UP_DN_EN); 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() argument 647 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() [all …]
|
/linux/arch/x86/kernel/cpu/microcode/ |
H A D | amd.c | 660 union zen_patch_rev zp, zn; in patch_newer() local 663 zn.ucode_rev = n->patch_id; in patch_newer() 665 if (zn.stepping != zp.stepping) in patch_newer() 668 return zn.rev > zp.rev; in patch_newer()
|
/linux/tools/power/cpupower/po/ |
H A D | cs.po | 300 msgstr " pro tento CPU není aktivní žádný známý ovladač cpufreq\n"
|