Searched refs:stall_thrs (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/ |
| H A D | dynamic_queue_limits.c | 18 static void dql_check_stall(struct dql *dql, unsigned short stall_thrs) in dql_check_stall() argument 22 if (!stall_thrs) in dql_check_stall() 27 if (time_after_eq(now, dql->last_reap + stall_thrs)) { in dql_check_stall() 54 if (time_before(now, end + stall_thrs / 2)) in dql_check_stall() 55 end = now - stall_thrs / 2; in dql_check_stall() 74 trace_dql_stall_detected(dql->stall_thrs, now - t, in dql_check_stall() 87 unsigned short stall_thrs; in dql_completed() local 96 stall_thrs = READ_ONCE(dql->stall_thrs); in dql_completed() 186 dql_check_stall(dql, stall_thrs); in dql_completed() 214 dql->stall_thrs = 0; in dql_init()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-queues | 100 What: /sys/class/net/<iface>/queues/tx-<queue>/byte_queue_limits/stall_thrs
|
| /linux/net/core/ |
| H A D | net-sysfs.c | 1582 return sysfs_emit(buf, "%u\n", jiffies_to_msecs(dql->stall_thrs)); in bql_show_stall_thrs() 1601 if (!dql->stall_thrs && value) in bql_set_stall_thrs() 1605 dql->stall_thrs = value; in bql_set_stall_thrs() 1611 __ATTR(stall_thrs, 0644, bql_show_stall_thrs, bql_set_stall_thrs);
|