Home
last modified time | relevance | path

Searched refs:passyncq (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c1738 syncq_t *passyncq; in mlink_file() local
1870 passyncq = passq->q_syncq; in mlink_file()
1871 if (!(passyncq->sq_flags & SQ_BLOCKED)) in mlink_file()
1872 blocksq(passyncq, SQ_BLOCKED, 0); in mlink_file()
1962 if (!(passyncq->sq_flags & SQ_BLOCKED)) in mlink_file()
1963 blocksq(passyncq, SQ_BLOCKED, 0); in mlink_file()
2029 syncq_t *passyncq; in munlink() local
2123 passyncq = passq->q_syncq; in munlink()
2124 if (!(passyncq->sq_flags & SQ_BLOCKED)) { in munlink()
2150 blocksq(passyncq, SQ_BLOCKED, 0); in munlink()