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.c1739 syncq_t *passyncq; in mlink_file() local
1871 passyncq = passq->q_syncq; in mlink_file()
1872 if (!(passyncq->sq_flags & SQ_BLOCKED)) in mlink_file()
1873 blocksq(passyncq, SQ_BLOCKED, 0); in mlink_file()
1963 if (!(passyncq->sq_flags & SQ_BLOCKED)) in mlink_file()
1964 blocksq(passyncq, SQ_BLOCKED, 0); in mlink_file()
2030 syncq_t *passyncq; in munlink() local
2124 passyncq = passq->q_syncq; in munlink()
2125 if (!(passyncq->sq_flags & SQ_BLOCKED)) { in munlink()
2151 blocksq(passyncq, SQ_BLOCKED, 0); in munlink()