Searched defs:dql (Results 1 – 2 of 2) sorted by relevance
45 #define DQL_HIST_ENT(dql, idx) ((dql)->history[(idx) % DQL_HIST_LEN]) argument47 struct dql { struct60 /* Fields accessed only by completion path (dql_completed) */ argument62 unsigned int limit ____cacheline_aligned_in_smp; /* Current limit */63 unsigned int num_completed; /* Total ever completed */88 static inline void dql_queue_stall(struct dql *dql) in dql_queue_stall()125 static inline void dql_queued(struct dql *dql, unsigned int count) in dql_queued()147 static inline int dql_avail(const struct dql *dql) in dql_avail()
674 struct dql dql; member