Searched defs:folio_queue (Results 1 – 1 of 1) sorted by relevance
30 struct folio_queue { struct33 struct folio_queue *next; /* Next queue segment or NULL */ argument34 struct folio_queue *prev; /* Previous queue segment of NULL */ argument54 static inline void folioq_init(struct folio_queue *folioq, unsigned int rreq_id) in folioq_init() argument