Home
last modified time | relevance | path

Searched refs:irqpoll_weight (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/cxlflash/
Dcommon.h255 u32 irqpoll_weight; member
268 return !!afu->irqpoll_weight; in afu_is_irqpoll_enabled()
Dmain.c1932 irq_poll_init(&hwq->irqpoll, afu->irqpoll_weight, in start_afu()
2889 return scnprintf(buf, PAGE_SIZE, "%u\n", afu->irqpoll_weight); in irqpoll_weight_show()
2925 if (weight == afu->irqpoll_weight) { in irqpoll_weight_store()
2939 afu->irqpoll_weight = weight; in irqpoll_weight_store()
3132 static DEVICE_ATTR_RW(irqpoll_weight);