Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dfs-writeback.c542 kfree(isw); in inode_switch_wbs_work_fn()
597 isw = kzalloc(struct_size(isw, inodes, 2), GFP_ATOMIC); in inode_switch_wbs()
598 if (!isw) in inode_switch_wbs()
614 if (!isw->new_wb) in inode_switch_wbs()
634 if (isw->new_wb) in inode_switch_wbs()
635 wb_put(isw->new_wb); in inode_switch_wbs()
636 kfree(isw); in inode_switch_wbs()
672 isw = kzalloc(struct_size(isw, inodes, WB_MAX_INODES_PER_ISW), in cleanup_offline_cgwb()
674 if (!isw) in cleanup_offline_cgwb()
682 if (isw->new_wb) in cleanup_offline_cgwb()
[all …]
/linux-6.15/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