Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/scsi/aic94xx/
Daic94xx_hwi.c495 static int max_devs = 0; variable
496 module_param_named(max_devs, max_devs, int, S_IRUGO);
497 MODULE_PARM_DESC(max_devs, "\n"
530 if (max_devs <= asd_ha->hw_prof.max_ddbs || max_devs > 0xFFFF) { in asd_extend_devctx()
531 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx()
535 size = (max_devs - asd_ha->hw_prof.max_ddbs + 1) * ASD_DDB_SIZE; in asd_extend_devctx()
540 max_devs); in asd_extend_devctx()
541 max_devs = asd_ha->hw_prof.max_ddbs; in asd_extend_devctx()
553 asd_ha->hw_prof.max_ddbs = max_devs; in asd_extend_devctx()
/Linux-v4.19/drivers/scsi/
Dipr.c221 module_param_named(max_devs, ipr_max_devs, int, 0);
222 MODULE_PARM_DESC(max_devs, "Specify the maximum number of physical devices. "