Home
last modified time | relevance | path

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

/net/core/
Dnet-sysfs.c1162 struct dql *dql = &queue->dql; in bql_show_hold_time() local
1164 return sprintf(buf, "%u\n", jiffies_to_msecs(dql->slack_hold_time)); in bql_show_hold_time()
1170 struct dql *dql = &queue->dql; in bql_set_hold_time() local
1178 dql->slack_hold_time = msecs_to_jiffies(value); in bql_set_hold_time()
1190 struct dql *dql = &queue->dql; in bql_show_inflight() local
1192 return sprintf(buf, "%u\n", dql->num_queued - dql->num_completed); in bql_show_inflight()
1202 return bql_show(buf, queue->dql.FIELD); \
1208 return bql_set(buf, len, &queue->dql.FIELD); \
Ddev.c8907 dql_init(&queue->dql, HZ); in netdev_init_one_queue()