Searched defs:que_objops (Results 1 – 1 of 1) sorted by relevance
39 struct que_objops { struct40 int (*que_init)(struct que_data *, void *);41 int (*que_free)(struct que_obj *);42 int (*que_ins)(struct que_data *, struct buf *);43 struct buf *(*que_del)(struct que_data *);44 void *que_res[2];