Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/dktp/
H A Dqueue.h41 struct que_objops { struct
42 int (*que_init)(struct que_data *, void *);
43 int (*que_free)(struct que_obj *);
44 int (*que_ins)(struct que_data *, struct buf *);
45 struct buf *(*que_del)(struct que_data *);
46 void *que_res[2];