Searched defs:kfifo (Results 1 – 2 of 2) sorted by relevance
502 static inline void cq_delete(struct kfifo *kfifo) in cq_delete()507 static inline unsigned int cq_howmany(struct kfifo *kfifo) in cq_howmany()512 static inline int cq_put(struct kfifo *kfifo, void *p) in cq_put()517 static inline void *cq_get(struct kfifo *kfifo) in cq_get()
38 struct kfifo kfifo; /* fifo for the pulse/space durations */ member