syncq
"filter and display STREAM sync queue", syncq, syncq_help },
uintptr_t syncq = 0;
's', MDB_OPT_UINTPTR, &syncq,
if (flag != NULL || not_flag != NULL || mod != NULL || syncq != 0)
if (syncq != 0 && q.q_syncq != (syncq_t *)syncq)
int syncq(uintptr_t, uint_t, int, const mdb_arg_t *);
struct syncq *q_syncq; /* NOLK: associated syncq */
struct syncq *sq_outer; /* Pointer to outer perimeter */
struct syncq *sq_onext; /* Linked list of syncq's making */
struct syncq *sq_oprev; /* up the outer perimeter. */
struct syncq *sq_next; /* for syncq scheduling */
typedef struct syncq syncq_t;
struct syncq qu_syncq; /* syncq - must be third */