Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dqueue.h34 struct que_obj { struct
41 int (*que_free)(struct que_obj *); argument
47 struct que_obj *qfifo_create();
48 struct que_obj *qmerge_create();
49 struct que_obj *qsort_create();
50 struct que_obj *qtag_create();
52 #define QUE_INIT(X, lkarg) (*((struct que_obj *)(X))->que_ops->que_init) \
53 (((struct que_obj *)(X))->que_data, (lkarg))
54 #define QUE_FREE(X) (*((struct que_obj *)(X))->que_ops->que_free) ((X))
55 #define QUE_ADD(X, bp) (*((struct que_obj *)(X))->que_ops->que_ins) \
[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; in que_create()
757 que_free(struct que_obj *queobjp) in que_free()
850 struct que_obj *
854 struct que_obj *queobjp; in qmerge_create()
871 qmerge_free(struct que_obj *queobjp) in qmerge_free()
1343 struct que_obj *
1383 struct que_obj *
[all …]