Home
last modified time | relevance | path

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

/linux-4.4.14/fs/exofs/
Dcommon.h256 static inline size_t exofs_on_disk_inode_layout_size(unsigned max_devs) in exofs_on_disk_inode_layout_size() argument
259 max_devs * sizeof(__le32); in exofs_on_disk_inode_layout_size()
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_hwi.c490 static int max_devs = 0; variable
491 module_param_named(max_devs, max_devs, int, S_IRUGO);
492 MODULE_PARM_DESC(max_devs, "\n"
525 if (max_devs <= asd_ha->hw_prof.max_ddbs || max_devs > 0xFFFF) { in asd_extend_devctx()
526 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx()
530 size = (max_devs - asd_ha->hw_prof.max_ddbs + 1) * ASD_DDB_SIZE; in asd_extend_devctx()
535 max_devs); in asd_extend_devctx()
536 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx()
548 asd_ha->hw_prof.max_ddbs = max_devs; in asd_extend_devctx()
/linux-4.4.14/drivers/scsi/
Dipr.c220 module_param_named(max_devs, ipr_max_devs, int, 0);
221 MODULE_PARM_DESC(max_devs, "Specify the maximum number of physical devices. "