Searched refs:que_data (Results 1 – 3 of 3) sorted by relevance
35 opaque_t que_data; member40 int (*que_init)(struct que_data *, void *);42 int (*que_ins)(struct que_data *, struct buf *);43 struct buf *(*que_del)(struct que_data *);53 (((struct que_obj *)(X))->que_data, (lkarg))56 (((struct que_obj *)(X))->que_data, (bp))58 (((struct que_obj *)(X))->que_data)
33 struct que_data { struct
46 static struct buf *qmerge_nextbp(struct que_data *qfp, struct buf *bp_merge,728 static int que_init(struct que_data *qfp, void *lkarg);730 static struct buf *que_del(struct que_data *qfp);735 struct que_data *qfp; in que_create()743 qfp = (struct que_data *)(queobjp+1); in que_create()744 queobjp->que_data = (opaque_t)qfp; in que_create()750 que_init(struct que_data *qfp, void *lkarg) in que_init()759 struct que_data *qfp; in que_free()761 qfp = (struct que_data *)queobjp->que_data; in que_free()763 kmem_free(queobjp, (sizeof (*queobjp) + sizeof (struct que_data))); in que_free()[all …]