Searched refs:que_obj (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dqueue.h36 struct que_obj { struct
43 int (*que_free)(struct que_obj *);
49 struct que_obj *qfifo_create();
50 struct que_obj *qmerge_create();
51 struct que_obj *qsort_create();
52 struct que_obj *qtag_create();
54 #define QUE_INIT(X, lkarg) (*((struct que_obj *)(X))->que_ops->que_init) \
55 (((struct que_obj *)(X))->que_data, (lkarg))
56 #define QUE_FREE(X) (*((struct que_obj *)(X))->que_ops->que_free) ((X))
57 #define QUE_ADD(X, bp) (*((struct que_obj *)(
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/drvobj/
H A Dstrategy.c727 static struct que_obj *que_create(struct que_objops *qopsp);
729 static int que_free(struct que_obj *queobjp);
732 static struct que_obj *
736 struct que_obj *queobjp;
757 que_free(struct que_obj *queobjp)
850 struct que_obj *
854 struct que_obj *queobjp;
871 qmerge_free(struct que_obj *queobjp)
1343 struct que_obj *
1383 struct que_obj *
[all...]

Completed in 263 milliseconds