Searched refs:waitok (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | route_ctl.h | 145 bool waitok); 148 bool waitok);
|
| H A D | fib_algo.h | 98 struct fib_lookup_module *flm, bool waitok);
|
| H A D | route_ctl.c | 1413 enum rib_subscription_type type, bool waitok) in allocate_subscription() argument 1416 int flags = M_ZERO | (waitok ? M_WAITOK : M_NOWAIT); in allocate_subscription() 1437 enum rib_subscription_type type, bool waitok) in rib_subscribe() argument 1447 return (rib_subscribe_internal(rnh, f, arg, type, waitok)); in rib_subscribe() 1452 enum rib_subscription_type type, bool waitok) in rib_subscribe_internal() argument 1457 if ((rs = allocate_subscription(f, arg, type, waitok)) == NULL) in rib_subscribe_internal()
|
| H A D | fib_algo.c | 1234 alloc_fib_dp_array(uint32_t num_tables, bool waitok) in alloc_fib_dp_array() argument 1241 fdh = malloc(sz, M_RTABLE, (waitok ? M_WAITOK : M_NOWAIT) | M_ZERO); in alloc_fib_dp_array()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_mqueue.c | 1713 if (!waitok) { in mqueue_send() 1863 if (!waitok) { in mqueue_receive() 2280 int waitok; in sys_kmq_timedreceive() local 2293 waitok = !(fp->f_flag & O_NONBLOCK); in sys_kmq_timedreceive() 2295 uap->msg_prio, waitok, abs_timeout); in sys_kmq_timedreceive() 2307 int error, waitok; in sys_kmq_timedsend() local 2320 waitok = !(fp->f_flag & O_NONBLOCK); in sys_kmq_timedsend() 2805 int waitok; in freebsd32_kmq_timedsend() local 2820 waitok = !(fp->f_flag & O_NONBLOCK); in freebsd32_kmq_timedsend() 2836 int error, waitok; in freebsd32_kmq_timedreceive() local [all …]
|
| /f-stack/tools/compat/include/sys/ |
| H A D | event.h | 281 int waitok);
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 1474 zone_reclaim(uma_zone_t zone, int waitok, bool drain) in zone_reclaim() argument 1485 if (waitok == M_NOWAIT) in zone_reclaim()
|