Searched refs:catch_p (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/kern/
H A Dkern_sleepq.c259 bool catch_p)
275 if (catch_p)
296 const char *wmesg, syncobj_t *sobj, kmutex_t *mp, bool catch_p)
307 if (catch_p)
344 sleepq_block(int timo, bool catch_p, syncobj_t *syncobj, int nlocks) argument
363 if (catch_p) {
258 sleepq_enqueue(sleepq_t *sq, wchan_t wchan, const char *wmesg, syncobj_t *sobj, bool catch_p) argument
295 sleepq_transfer(lwp_t *l, sleepq_t *from_sq, sleepq_t *sq, wchan_t wchan, const char *wmesg, syncobj_t *sobj, kmutex_t *mp, bool catch_p) argument
H A Dkern_synch.c190 bool catch_p; local
202 catch_p = priority & PCATCH;
205 sleepq_enqueue(sq, ident, wmesg, &sleep_syncobj, catch_p);
206 return sleepq_block(timo, catch_p, &sleep_syncobj, nlocks);
216 bool catch_p; local
227 catch_p = priority & PCATCH;
230 sleepq_enqueue(sq, ident, wmesg, &sleep_syncobj, catch_p);
232 error = sleepq_block(timo, catch_p, &sleep_syncobj, nlocks);
H A Dkern_condvar.c125 cv_enter(kcondvar_t *cv, kmutex_t *mtx, lwp_t *l, bool catch_p) argument
138 sleepq_enqueue(sq, cv, CV_WMESG(cv), &cv_syncobj, catch_p);
H A Dvfs_subr.c200 bool catch_p, int slptimeo)
226 error = bbusy(bp, catch_p, slptimeo, NULL);
239 error = bbusy(bp, catch_p, slptimeo, NULL);
280 vtruncbuf(struct vnode *vp, daddr_t lbn, bool catch_p, int slptimeo) argument
300 error = bbusy(bp, catch_p, slptimeo, NULL);
315 error = bbusy(bp, catch_p, slptimeo, NULL);
199 vinvalbuf(struct vnode *vp, int flags, kauth_cred_t cred, struct lwp *l, bool catch_p, int slptimeo) argument
H A Duipc_socket2.c1572 sowait(struct socket *so, bool catch_p, int timo) argument
1578 KASSERT(catch_p || timo != 0);
1581 if (catch_p)
H A Dsys_pipe.c332 pipelock(struct pipe *pipe, bool catch_p) argument
339 if (catch_p) {
H A Dtty.c2854 ttysleep(struct tty *tp, kcondvar_t *cv, bool catch_p, int timo) argument
2865 error = kpause("ttypause", catch_p, timo, &tty_lock);
2866 else if (catch_p)
/netbsd-current/sys/nfs/
H A Dnfs_bio.c613 bool catch_p; local
618 catch_p = true;
621 catch_p = false;
646 error = vinvalbuf(vp, flags, cred, l, catch_p, 0);
738 bool catch_p = false; local
753 catch_p = true;
804 if (catch_p) {
823 if (catch_p) {
824 catch_p = false;
H A Dnfs_clntsocket.c979 bool catch_p = false; local
991 catch_p = true;
1000 if (catch_p) {
1016 if (catch_p) {
1017 catch_p = false;
H A Dnfs_socket.c912 bool catch_p; local
923 catch_p = (nmp->nm_flag & NFSMNT_INT) != 0;
950 if (catch_p) {
965 if (catch_p) {
966 catch_p = false;
/netbsd-current/sys/rump/librump/rumpkern/
H A Dsleepq.c76 bool catch_p)
75 sleepq_enqueue(sleepq_t *sq, wchan_t wc, const char *wmsg, syncobj_t *sob, bool catch_p) argument

Completed in 176 milliseconds