Searched refs:syncq (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | strsubr.h | 439 struct syncq { struct 475 struct syncq *sq_outer; /* Pointer to outer perimeter */ argument 476 struct syncq *sq_onext; /* Linked list of syncq's making */ argument 477 struct syncq *sq_oprev; /* up the outer perimeter. */ argument 492 struct syncq *sq_next; /* for syncq scheduling */ argument 502 typedef struct syncq syncq_t; argument 704 struct syncq qu_syncq; /* syncq - must be third */
|
H A D | stream.h | 128 struct syncq *q_syncq; /* NOLK: associated syncq */
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.h | 67 int syncq(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | streams.c | 363 uintptr_t syncq = 0; in queue() local 383 's', MDB_OPT_UINTPTR, &syncq, in queue() 391 if (flag != NULL || not_flag != NULL || mod != NULL || syncq != NULL) in queue() 442 if (syncq != 0 && q.q_syncq != (syncq_t *)syncq) in queue() 479 syncq(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in syncq() function
|
H A D | genunix.c | 4150 "filter and display STREAM sync queue", syncq, syncq_help },
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 283 syncq
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 462 syncq SQ_SIZE
|