Home
last modified time | relevance | path

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

/include/linux/
Ddynamic_queue_limits.h41 struct dql { struct
47 /* Fields accessed only by completion path (dql_completed) */ argument
71 * availability in the queue with dql_avail. argument
73 static inline void dql_queued(struct dql *dql, unsigned int count) in dql_queued()
90 static inline int dql_avail(const struct dql *dql) in dql_avail()
Dnetdevice.h583 struct dql dql; member