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

/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_suspend_np.c161 int waitok)
174 if (waitok) {
160 suspend_common(struct pthread *curthread, struct pthread *thread, int waitok) argument
/freebsd-11.0-release/sys/kern/
H A Duipc_mqueue.c250 size_t msg_len, unsigned msg_prio, int waitok,
253 size_t msg_len, unsigned *msg_prio, int waitok,
1678 * Send a message. if waitok is false, thread will not be
1684 size_t msg_len, unsigned msg_prio, int waitok,
1701 if (!waitok) {
1834 * Get a message. if waitok is false, thread will not be
1840 size_t msg_len, unsigned *msg_prio, int waitok,
1852 if (!waitok) {
2259 int waitok; local
2271 waitok
1683 mqueue_send(struct mqueue *mq, const char *msg_ptr, size_t msg_len, unsigned msg_prio, int waitok, const struct timespec *abs_timeout) argument
1839 mqueue_receive(struct mqueue *mq, char *msg_ptr, size_t msg_len, unsigned *msg_prio, int waitok, const struct timespec *abs_timeout) argument
2284 int error, waitok; local
2780 int waitok; local
2809 int error, waitok; local
[all...]
H A Dkern_event.c99 struct thread *td, int waitok);
105 uintptr_t ident, int waitok);
142 static struct knote *knote_alloc(int waitok);
1142 * A ref to kq (obtained via kqueue_acquire) must be held. waitok will
1147 kqueue_register(struct kqueue *kq, struct kevent *kev, struct thread *td, int waitok) argument
1178 tkn = knote_alloc(waitok);
1199 error = kqueue_expand(kq, fops, kev->ident, waitok);
1236 kqueue_expand(kq, fops, kev->ident, waitok);
1456 * Not calling hashinit w/ waitok (proper malloc flag) should be safe.
1462 int waitok)
1461 kqueue_expand(struct kqueue *kq, struct filterops *fops, uintptr_t ident, int waitok) argument
2476 knote_alloc(int waitok) argument
2494 kqfd_register(int fd, struct kevent *kev, struct thread *td, int waitok) argument
[all...]
/freebsd-11.0-release/sys/net/
H A Dif_atmsubr.c410 struct mtx *lock, int waitok)
423 waitok ? M_WAITOK : M_NOWAIT);
409 atm_getvccs(struct atmio_vcc **table, u_int size, u_int start, struct mtx *lock, int waitok) argument
/freebsd-11.0-release/sys/sys/
H A Devent.h281 int waitok);
/freebsd-11.0-release/sys/vm/
H A Duma_core.c896 zone_drain_wait(uma_zone_t zone, int waitok) argument
907 if (waitok == M_NOWAIT)
/freebsd-11.0-release/sys/ufs/ffs/
H A Dffs_softdep.c434 softdep_prealloc(vp, waitok)
436 int waitok;
2990 softdep_prealloc(vp, waitok)
2992 int waitok;
3013 if (waitok == MNT_NOWAIT)
3020 ffs_syncvnode(vp, waitok, 0);

Completed in 148 milliseconds