Searched refs:waitok (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_suspend_np.c160 int waitok)
173 if (waitok) {
159 suspend_common(struct pthread *curthread, struct pthread *thread, int waitok) argument
/freebsd-10.2-release/sys/kern/
H A Duipc_mqueue.c245 size_t msg_len, unsigned msg_prio, int waitok,
248 size_t msg_len, unsigned *msg_prio, int waitok,
1622 * Send a message. if waitok is false, thread will not be
1628 size_t msg_len, unsigned msg_prio, int waitok,
1645 if (!waitok) {
1778 * Get a message. if waitok is false, thread will not be
1784 size_t msg_len, unsigned *msg_prio, int waitok,
1796 if (!waitok) {
2203 int waitok; local
2215 waitok
1627 mqueue_send(struct mqueue *mq, const char *msg_ptr, size_t msg_len, unsigned msg_prio, int waitok, const struct timespec *abs_timeout) argument
1783 mqueue_receive(struct mqueue *mq, char *msg_ptr, size_t msg_len, unsigned *msg_prio, int waitok, const struct timespec *abs_timeout) argument
2228 int error, waitok; local
2744 int waitok; local
2773 int error, waitok; local
[all...]
H A Dkern_event.c96 struct thread *td, int waitok);
100 uintptr_t ident, int waitok);
138 static struct knote *knote_alloc(int waitok);
1009 * A ref to kq (obtained via kqueue_acquire) must be held. waitok will
1014 kqueue_register(struct kqueue *kq, struct kevent *kev, struct thread *td, int waitok) argument
1034 tkn = knote_alloc(waitok); /* prevent waiting with locks */
1049 error = kqueue_expand(kq, fops, kev->ident, waitok);
1086 kqueue_expand(kq, fops, kev->ident, waitok);
1291 * Not calling hashinit w/ waitok (proper malloc flag) should be safe.
1297 int waitok)
1296 kqueue_expand(struct kqueue *kq, struct filterops *fops, uintptr_t ident, int waitok) argument
2306 knote_alloc(int waitok) argument
2323 kqfd_register(int fd, struct kevent *kev, struct thread *td, int waitok) argument
[all...]
/freebsd-10.2-release/sys/net/
H A Dif_atmsubr.c409 struct mtx *lock, int waitok)
422 waitok ? M_WAITOK : M_NOWAIT);
408 atm_getvccs(struct atmio_vcc **table, u_int size, u_int start, struct mtx *lock, int waitok) argument
/freebsd-10.2-release/sys/sys/
H A Devent.h268 int waitok);
/freebsd-10.2-release/sys/vm/
H A Duma_core.c890 zone_drain_wait(uma_zone_t zone, int waitok) argument
901 if (waitok == M_NOWAIT)
/freebsd-10.2-release/sys/ufs/ffs/
H A Dffs_softdep.c433 softdep_prealloc(vp, waitok)
435 int waitok;
2981 softdep_prealloc(vp, waitok)
2983 int waitok;
3004 if (waitok == MNT_NOWAIT)
3011 ffs_syncvnode(vp, waitok, 0);

Completed in 264 milliseconds