Searched refs:stall_max (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Ddynamic_queue_limits.h77 unsigned short stall_max; member in struct:dql
/linux-master/lib/
H A Ddynamic_queue_limits.c74 dql->stall_max = max_t(unsigned short, dql->stall_max, now - t);
/linux-master/net/core/
H A Dnet-sysfs.c1454 return sprintf(buf, "%u\n", READ_ONCE(queue->dql.stall_max));
1460 WRITE_ONCE(queue->dql.stall_max, 0);
1465 __ATTR(stall_max, 0644, bql_show_stall_max, bql_set_stall_max);

Completed in 131 milliseconds