Home
last modified time | relevance | path

Searched defs:waitok (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/sys/netlink/
HDnetlink_message_writer.c96 nlmsg_get_ns_buf(struct nl_writer *nw, int size, bool waitok) in nlmsg_get_ns_buf()
200 nlmsg_get_ns_mbuf(struct nl_writer *nw, int size, bool waitok) in nlmsg_get_ns_mbuf()
293 nlmsg_get_ns_lbuf(struct nl_writer *nw, int size, bool waitok) in nlmsg_get_ns_lbuf()
413 nlmsg_get_buf_type(struct nl_writer *nw, int size, int type, bool waitok) in nlmsg_get_buf_type()
421 nlmsg_get_buf(struct nl_writer *nw, int size, bool waitok, bool is_linux) in nlmsg_get_buf()
529 bool waitok = (nw->malloc_flag == M_WAITOK); in nlmsg_refill_buffer() local
/freebsd-13-stable/sys/net/route/
HDroute_subscription.c69 enum rib_subscription_type type, bool waitok) in allocate_subscription()
93 enum rib_subscription_type type, bool waitok) in rib_subscribe()
108 enum rib_subscription_type type, bool waitok) in rib_subscribe_internal()
HDfib_algo.c1558 alloc_fib_dp_array(uint32_t num_tables, bool waitok) in alloc_fib_dp_array()
/freebsd-13-stable/lib/libthr/thread/
HDthr_suspend_np.c160 int waitok) in suspend_common()
/freebsd-13-stable/sys/kern/
HDuipc_mqueue.c1690 size_t msg_len, unsigned msg_prio, int waitok, in mqueue_send()
1845 size_t msg_len, unsigned *msg_prio, int waitok, in mqueue_receive()
2274 int waitok; in sys_kmq_timedreceive() local
2301 int error, waitok; in sys_kmq_timedsend() local
2800 int waitok; in freebsd32_kmq_timedsend() local
2831 int error, waitok; in freebsd32_kmq_timedreceive() local
/freebsd-13-stable/sys/dev/iommu/
HDbusdma_iommu.c994 bool waitok; in bus_dma_iommu_load_ident() local
/freebsd-13-stable/sys/ufs/ffs/
HDffs_softdep.c390 softdep_prealloc(struct vnode *vp, int waitok) in softdep_prealloc()
3149 softdep_prealloc(struct vnode *vp, int waitok) in softdep_prealloc()
/freebsd-13-stable/sys/vm/
HDuma_core.c1656 zone_reclaim(uma_zone_t zone, int domain, int waitok, bool drain) in zone_reclaim()