| /freebsd-14.2/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 | 1558 alloc_fib_dp_array(uint32_t num_tables, bool waitok) in alloc_fib_dp_array() argument 1565 fdh = malloc(sz, M_RTABLE, (waitok ? M_WAITOK : M_NOWAIT) | M_ZERO); in alloc_fib_dp_array()
|
| /freebsd-14.2/sys/netlink/ |
| H A D | ktest_netlink_message_writer.h | 33 bool nlmsg_get_buf_type_wrapper(struct nl_writer *nw, int size, int type, bool waitok); 40 nlmsg_get_buf_type_wrapper(struct nl_writer *nw, int size, int type, bool waitok) in nlmsg_get_buf_type_wrapper() argument 42 return (nlmsg_get_buf_type(nw, size, type, waitok)); in nlmsg_get_buf_type_wrapper()
|
| H A D | netlink_message_writer.c | 177 typedef bool nlwriter_op_init(struct nl_writer *nw, int size, bool waitok); 193 nlmsg_get_ns_buf(struct nl_writer *nw, int size, bool waitok) in nlmsg_get_ns_buf() argument 195 int mflag = waitok ? M_WAITOK : M_NOWAIT; in nlmsg_get_ns_buf() 297 nlmsg_get_ns_mbuf(struct nl_writer *nw, int size, bool waitok) in nlmsg_get_ns_mbuf() argument 299 int mflag = waitok ? M_WAITOK : M_NOWAIT; in nlmsg_get_ns_mbuf() 390 nlmsg_get_ns_lbuf(struct nl_writer *nw, int size, bool waitok) in nlmsg_get_ns_lbuf() argument 392 int mflag = waitok ? M_WAITOK : M_NOWAIT; in nlmsg_get_ns_lbuf() 514 return (nlmsg_writers[type].init(nw, size, waitok)); in nlmsg_get_buf_type() 529 return (nlmsg_get_buf_type(nw, size, type, waitok)); in nlmsg_get_buf() 627 bool waitok = (nw->malloc_flag == M_WAITOK); in _nlmsg_refill_buffer() local [all …]
|
| H A D | ktest_netlink_message_writer.c | 47 int waitok; member 56 { .type = 5, .off = _OUT(waitok), .cb = nlattr_get_uint32 }, 79 ret = nlmsg_get_buf_type_wrapper(&nw, attrs->size, attrs->wtype, attrs->waitok); in test_mbuf_writer_allocation() 115 int mflags = attrs->waitok ? M_WAITOK : M_NOWAIT; in test_mbuf_chain_allocation()
|
| /freebsd-14.2/lib/libthr/thread/ |
| H A D | thr_suspend_np.c | 160 int waitok) in suspend_common() argument 173 if (waitok) { in suspend_common()
|
| /freebsd-14.2/sys/kern/ |
| H A D | uipc_mqueue.c | 1703 if (!waitok) { in mqueue_send() 1853 if (!waitok) { in mqueue_receive() 2270 int waitok; in sys_kmq_timedreceive() local 2283 waitok = !(fp->f_flag & O_NONBLOCK); in sys_kmq_timedreceive() 2285 uap->msg_prio, waitok, abs_timeout); in sys_kmq_timedreceive() 2297 int error, waitok; in sys_kmq_timedsend() local 2310 waitok = !(fp->f_flag & O_NONBLOCK); in sys_kmq_timedsend() 2795 int waitok; in freebsd32_kmq_timedsend() local 2810 waitok = !(fp->f_flag & O_NONBLOCK); in freebsd32_kmq_timedsend() 2826 int error, waitok; in freebsd32_kmq_timedreceive() local [all …]
|
| /freebsd-14.2/sys/dev/iommu/ |
| H A D | busdma_iommu.c | 1021 bool waitok; in bus_dma_iommu_load_ident() local 1037 waitok = (flags & BUS_DMA_NOWAIT) != 0; in bus_dma_iommu_load_ident() 1039 entry = iommu_gas_alloc_entry(domain, waitok ? 0 : IOMMU_PGF_WAITOK); in bus_dma_iommu_load_ident() 1044 ma = malloc(sizeof(vm_page_t) * atop(length), M_TEMP, waitok ? in bus_dma_iommu_load_ident() 1056 IOMMU_MAP_ENTRY_MAP, waitok ? IOMMU_MF_CANWAIT : 0, ma); in bus_dma_iommu_load_ident()
|
| /freebsd-14.2/sys/vm/ |
| H A D | uma_core.c | 1711 zone_reclaim(uma_zone_t zone, int domain, int waitok, bool drain) in zone_reclaim() argument 1722 if (waitok == M_WAITOK) { in zone_reclaim()
|
| /freebsd-14.2/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 390 softdep_prealloc(struct vnode *vp, int waitok) in softdep_prealloc() argument 3158 softdep_prealloc(struct vnode *vp, int waitok) in softdep_prealloc() argument 3182 if (waitok == MNT_NOWAIT) in softdep_prealloc() 3189 ffs_syncvnode(vp, waitok, 0); in softdep_prealloc()
|