Home
last modified time | relevance | path

Searched refs:stall_max (Results 1 – 4 of 4) sorted by relevance

/linux/lib/
H A Ddynamic_queue_limits.c72 dql->stall_max = max_t(unsigned short, dql->stall_max, now - t); in dql_check_stall()
/linux/include/linux/
H A Ddynamic_queue_limits.h78 unsigned short stall_max; member
/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-queues116 What: /sys/class/net/<iface>/queues/tx-<queue>/byte_queue_limits/stall_max
/linux/net/core/
H A Dnet-sysfs.c1454 return sysfs_emit(buf, "%u\n", READ_ONCE(queue->dql.stall_max)); in bql_show_stall_max()
1460 WRITE_ONCE(queue->dql.stall_max, 0); in bql_set_stall_max()
1465 __ATTR(stall_max, 0644, bql_show_stall_max, bql_set_stall_max);