Home
last modified time | relevance | path

Searched defs:sqlist (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dstrsubr.c4559 strlock(struct stdata *stp, sqlist_t *sqlist) in strlock()
4682 strunlock(struct stdata *stp, sqlist_t *sqlist) in strunlock()
4856 sqlist_t *sqlist = NULL; in removeq() local
5156 sqlist_insert(sqlist_t *sqlist, syncq_t *sqp) in sqlist_insert()
5183 sqlist_insertall(sqlist_t *sqlist, queue_t *q) in sqlist_insertall()
5206 sqlist_t *sqlist = sqlist_alloc(stp, KM_SLEEP); in sqlist_build() local
5227 sqlist_t *sqlist; in sqlist_alloc() local
5251 sqlist_free(sqlist_t *sqlist) in sqlist_free()
5265 sqlist_t *sqlist; in strblock() local
5290 sqlist_t *sqlist; in strunblock() local
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dstrsubr.h725 typedef struct sqlist { struct
726 syncql_t *sqlist_head; argument
727 size_t sqlist_size; /* structure size in bytes */ argument
728 size_t sqlist_index; /* next free entry in array */ argument
729 syncql_t sqlist_array[4]; /* 4 or more entries */ argument