Home
last modified time | relevance | path

Searched refs: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() argument
4618 if (sqlist == NULL) in strlock()
4621 for (sql = sqlist->sqlist_head; sql; sql = sql->sql_next) { in strlock()
4645 for (sql2 = sqlist->sqlist_head; sql2 != sql; in strlock()
4682 strunlock(struct stdata *stp, sqlist_t *sqlist) in strunlock() argument
4698 if (sqlist == NULL) in strunlock()
4701 for (sql = sqlist->sqlist_head; sql; sql = sql->sql_next) { in strunlock()
4856 sqlist_t *sqlist = NULL; in removeq() local
4915 sqlist = sqlist_build(qp, stp, STRMATED(stp)); in removeq()
4916 strlock(stp, sqlist); in removeq()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dstrsubr.h725 typedef struct sqlist { struct