| /freebsd/sys/net/route/ |
| H A D | route_subscription.c | 69 enum rib_subscription_type type, bool waitok) in allocate_subscription() argument 72 int flags = M_ZERO | (waitok ? M_WAITOK : M_NOWAIT); in allocate_subscription() 93 enum rib_subscription_type type, bool waitok) in rib_subscribe() argument 103 return (rib_subscribe_internal(rnh, f, arg, type, waitok)); in rib_subscribe() 108 enum rib_subscription_type type, bool waitok) in rib_subscribe_internal() argument 113 if ((rs = allocate_subscription(f, arg, type, waitok)) == NULL) in rib_subscribe_internal()
|
| H A D | route_ctl.h | 194 bool waitok); 197 bool waitok);
|
| H A D | fib_algo.h | 119 struct fib_lookup_module *flm, bool waitok);
|
| H A D | fib_algo.c | 1557 alloc_fib_dp_array(uint32_t num_tables, bool waitok) in alloc_fib_dp_array() argument 1564 fdh = malloc(sz, M_RTABLE, (waitok ? M_WAITOK : M_NOWAIT) | M_ZERO); in alloc_fib_dp_array()
|
| /freebsd/sys/netlink/ |
| H A D | ktest_netlink_message_writer.h | 33 bool nlmsg_get_buf_wrapper(struct nl_writer *nw, size_t size, bool waitok); 38 nlmsg_get_buf_wrapper(struct nl_writer *nw, size_t size, bool waitok) in nlmsg_get_buf_wrapper() argument 40 return (nlmsg_get_buf(nw, size, waitok)); in nlmsg_get_buf_wrapper()
|
| H A D | netlink_glue.c | 114 bool waitok) in nl_writer_unicast_stub() argument 121 uint16_t group_id, int priv, bool waitok) in nl_writer_group_stub() argument 217 bool waitok) in nl_writer_unicast() argument 219 return (_nl->nl_writer_unicast(nw, size, nlp, waitok)); in nl_writer_unicast() 224 uint16_t group_id, int priv, bool waitok) in nl_writer_group() argument 227 waitok)); in nl_writer_group()
|
| H A D | ktest_netlink_message_writer.c | 43 int waitok; member 50 { .type = 3, .off = _OUT(waitok), .cb = nlattr_get_uint32 }, 74 ret = nlmsg_get_buf_wrapper(&nw, attrs->size, attrs->waitok); in test_nlbuf_writer_allocation()
|
| H A D | netlink_message_writer.h | 89 bool waitok) in nl_writer_unicast() argument 91 return (_nl_writer_unicast(nw, size, nlp, waitok)); in nl_writer_unicast() 96 uint16_t group_id, int priv, bool waitok) in nl_writer_group() argument 98 return (_nl_writer_group(nw, size, proto, group_id, priv, waitok)); in nl_writer_group() 147 bool nl_writer_unicast(struct nl_writer *, size_t, struct nlpcb *, bool waitok); 149 bool waitok);
|
| H A D | netlink_message_writer.c | 48 nlmsg_get_buf(struct nl_writer *nw, size_t len, bool waitok) in nlmsg_get_buf() argument 50 const int mflag = waitok ? M_WAITOK : M_NOWAIT; in nlmsg_get_buf() 55 waitok ? "wait" : "nowait"); in nlmsg_get_buf() 77 bool waitok) in _nl_writer_unicast() argument 84 return (nlmsg_get_buf(nw, size, waitok)); in _nl_writer_unicast() 89 uint16_t group_id, int priv, bool waitok) in _nl_writer_group() argument 98 return (nlmsg_get_buf(nw, size, waitok)); in _nl_writer_group()
|
| H A D | netlink_var.h | 167 struct nlpcb *nlp, bool waitok); 169 uint16_t protocol, uint16_t group_id, int priv, bool waitok);
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_suspend_np.c | 161 int waitok) in suspend_common() argument 174 if (waitok) { in suspend_common()
|
| /freebsd/sys/kern/ |
| H A D | uipc_mqueue.c | 260 size_t msg_len, unsigned msg_prio, int waitok, 263 size_t msg_len, unsigned *msg_prio, int waitok, 1691 size_t msg_len, unsigned msg_prio, int waitok, in mqueue_send() argument 1708 if (!waitok) { in mqueue_send() 1846 size_t msg_len, unsigned *msg_prio, int waitok, in mqueue_receive() argument 1858 if (!waitok) { in mqueue_receive() 2285 int error, waitok; in kern_kmq_timedreceive() local 2291 waitok = (fp->f_flag & O_NONBLOCK) == 0; in kern_kmq_timedreceive() 2292 error = mqueue_receive(mq, msg_ptr, msg_len, msg_prio, waitok, in kern_kmq_timedreceive() 2322 int error, waitok; in kern_kmq_timedsend() local [all …]
|
| H A D | vfs_inotify.c | 523 uint32_t cookie, int waitok) in inotify_alloc_record() argument 529 waitok | M_ZERO); in inotify_alloc_record()
|
| /freebsd/sys/dev/iommu/ |
| H A D | busdma_iommu.c | 1047 bool waitok; in bus_dma_iommu_load_ident() local 1063 waitok = (flags & BUS_DMA_NOWAIT) != 0; in bus_dma_iommu_load_ident() 1065 entry = iommu_gas_alloc_entry(domain, waitok ? 0 : IOMMU_PGF_WAITOK); in bus_dma_iommu_load_ident() 1070 ma = malloc(sizeof(vm_page_t) * atop(length), M_TEMP, waitok ? in bus_dma_iommu_load_ident() 1082 IOMMU_MAP_ENTRY_MAP, waitok ? IOMMU_MF_CANWAIT : 0, ma); in bus_dma_iommu_load_ident()
|
| /freebsd/sys/vm/ |
| H A D | uma_core.c | 1710 zone_reclaim(uma_zone_t zone, int domain, int waitok, bool drain) in zone_reclaim() argument 1721 if (waitok == M_WAITOK) { in zone_reclaim()
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 388 softdep_prealloc(struct vnode *vp, int waitok) in softdep_prealloc() argument 3154 softdep_prealloc(struct vnode *vp, int waitok) in softdep_prealloc() argument 3178 if (waitok == MNT_NOWAIT) in softdep_prealloc() 3185 ffs_syncvnode(vp, waitok, 0); in softdep_prealloc()
|