Home
last modified time | relevance | path

Searched refs:isw (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/
H A Dfs-writeback.c519 kfree(isw); in inode_switch_wbs_work_fn()
574 isw = kzalloc(struct_size(isw, inodes, 2), GFP_ATOMIC); in inode_switch_wbs()
575 if (!isw) in inode_switch_wbs()
591 if (!isw->new_wb) in inode_switch_wbs()
611 if (isw->new_wb) in inode_switch_wbs()
612 wb_put(isw->new_wb); in inode_switch_wbs()
613 kfree(isw); in inode_switch_wbs()
649 isw = kzalloc(struct_size(isw, inodes, WB_MAX_INODES_PER_ISW), in cleanup_offline_cgwb()
651 if (!isw) in cleanup_offline_cgwb()
659 if (isw->new_wb) in cleanup_offline_cgwb()
[all …]
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache.S51 dc isw, x9
/openbmc/linux/drivers/atm/
H A Dhe.c928 he_dev->irq_base[i].isw = ITYPE_INVALID; in he_init_irq()
1938 type = ITYPE_TYPE(he_dev->irq_head->isw); in he_tasklet()
1939 group = ITYPE_GROUP(he_dev->irq_head->isw); in he_tasklet()
1983 HPRINTK("isw not updated 0x%x\n", he_dev->irq_head->isw); in he_tasklet()
1990 hprintk("bad isw 0x%x?\n", he_dev->irq_head->isw); in he_tasklet()
1993 he_dev->irq_head->isw = ITYPE_INVALID; in he_tasklet()
H A Dhe.h89 volatile u32 isw; member