Searched refs:sqlist (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c4524 * Wait for sd_refcnt to reach 0 and, if sqlist is present, wait for the
4552 * - If sqlist is non-NULL all the syncq locks in the sqlist will be acquired
4559 strlock(struct stdata *stp, sqlist_t *sqlist) argument
4618 if (sqlist == NULL)
4621 for (sql = sqlist->sqlist_head; sql; sql = sql->sql_next) {
4645 for (sql2 = sqlist->sqlist_head; sql2 != sql;
4682 strunlock(struct stdata *stp, sqlist_t *sqlist) argument
4698 if (sqlist == NULL)
4701 for (sql = sqlist
4856 sqlist_t *sqlist = NULL; local
5156 sqlist_insert(sqlist_t *sqlist, syncq_t *sqp) argument
5183 sqlist_insertall(sqlist_t *sqlist, queue_t *q) argument
5206 sqlist_t *sqlist = sqlist_alloc(stp, KM_SLEEP); local
5227 sqlist_t *sqlist; local
5251 sqlist_free(sqlist_t *sqlist) argument
5265 sqlist_t *sqlist; local
5290 sqlist_t *sqlist; local
7839 sqlist_t sqlist; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h725 typedef struct sqlist { struct

Completed in 75 milliseconds