Home
last modified time | relevance | path

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

/linux/fs/
A Dfs-writeback.c543 kfree(isw); in inode_switch_wbs_work_fn()
598 isw = kzalloc(struct_size(isw, inodes, 2), GFP_ATOMIC); in inode_switch_wbs()
599 if (!isw) in inode_switch_wbs()
615 if (!isw->new_wb) in inode_switch_wbs()
635 if (isw->new_wb) in inode_switch_wbs()
636 wb_put(isw->new_wb); in inode_switch_wbs()
637 kfree(isw); in inode_switch_wbs()
673 isw = kzalloc(struct_size(isw, inodes, WB_MAX_INODES_PER_ISW), in cleanup_offline_cgwb()
675 if (!isw) in cleanup_offline_cgwb()
683 if (isw->new_wb) in cleanup_offline_cgwb()
[all …]
/linux/drivers/atm/
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()
A Dhe.h89 volatile u32 isw; member

Completed in 20 milliseconds