Searched refs:datapath_poll_interval_us (Results 1 – 2 of 2) sorted by relevance
60 static unsigned int datapath_poll_interval_us = 100; /* 100 usec default */ variable61 module_param(datapath_poll_interval_us, uint, 0600);62 MODULE_PARM_DESC(datapath_poll_interval_us,1528 usleep_range(datapath_poll_interval_us, 2 * datapath_poll_interval_us); in irq_polling_work()
201 **datapath_poll_interval_us (unsigned int)**