Searched refs:irqpoll_weight (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | common.h | 251 u32 irqpoll_weight; member 264 return !!afu->irqpoll_weight; in afu_is_irqpoll_enabled()
|
H A D | main.c | 1930 irq_poll_init(&hwq->irqpoll, afu->irqpoll_weight, in start_afu() 2887 return scnprintf(buf, PAGE_SIZE, "%u\n", afu->irqpoll_weight); in irqpoll_weight_show() 2923 if (weight == afu->irqpoll_weight) { in irqpoll_weight_store() 2937 afu->irqpoll_weight = weight; in irqpoll_weight_store() 3125 static DEVICE_ATTR_RW(irqpoll_weight);
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | common.h | 251 u32 irqpoll_weight; member 264 return !!afu->irqpoll_weight; in afu_is_irqpoll_enabled()
|
H A D | main.c | 1907 irq_poll_init(&hwq->irqpoll, afu->irqpoll_weight, in start_afu() 2864 return scnprintf(buf, PAGE_SIZE, "%u\n", afu->irqpoll_weight); in irqpoll_weight_show() 2900 if (weight == afu->irqpoll_weight) { in irqpoll_weight_store() 2914 afu->irqpoll_weight = weight; in irqpoll_weight_store() 3102 static DEVICE_ATTR_RW(irqpoll_weight);
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 97 static int irqpoll_weight = -1; variable 98 module_param(irqpoll_weight, int, 0444); 99 MODULE_PARM_DESC(irqpoll_weight, 7429 if (irqpoll_weight > 0) in mpt3sas_base_attach() 7430 ioc->thresh_hold = irqpoll_weight; in mpt3sas_base_attach()
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 96 static int irqpoll_weight = -1; variable 97 module_param(irqpoll_weight, int, 0444); 98 MODULE_PARM_DESC(irqpoll_weight, 8477 if (irqpoll_weight > 0) in mpt3sas_base_attach() 8478 ioc->thresh_hold = irqpoll_weight; in mpt3sas_base_attach()
|
Completed in 27 milliseconds