Home
last modified time | relevance | path

Searched defs:can_sleep (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_xact.c312 bool can_sleep) in vmbus_xact_wait1() argument
H A Dvmbus_chan.c691 vmbus_chan_wait_revoke(const struct vmbus_channel *chan, bool can_sleep) in vmbus_chan_wait_revoke()
2337 struct vmbus_xact *xact, size_t *resp_len, bool can_sleep) in vmbus_chan_xact_wait()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c82 int can_sleep) in ipoib_mcast_alloc()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1856 mlx5e_sq_send_nops_locked(struct mlx5e_sq *sq, int can_sleep) in mlx5e_sq_send_nops_locked()
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h1259 static __inline int nm_kr_tryget(struct netmap_kring *kr, int can_sleep, int *perr) in nm_kr_tryget()