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.c693 vmbus_chan_wait_revoke(const struct vmbus_channel * chan,bool can_sleep) vmbus_chan_wait_revoke() argument
2339 vmbus_chan_xact_wait(const struct vmbus_channel * chan,struct vmbus_xact * xact,size_t * resp_len,bool can_sleep) vmbus_chan_xact_wait() argument
/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.c1855 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()