Searched refs:sqlist (Results 1 – 2 of 2) sorted by relevance
4559 strlock(struct stdata *stp, sqlist_t *sqlist) in strlock() argument4618 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() argument4698 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() local4915 sqlist = sqlist_build(qp, stp, STRMATED(stp)); in removeq()4916 strlock(stp, sqlist); in removeq()[all …]
725 typedef struct sqlist { struct