Home
last modified time | relevance | path

Searched refs:can_sleep (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_xact.c312 bool can_sleep) in vmbus_xact_wait1() argument
322 if (can_sleep) { in vmbus_xact_wait1()
H A Dvmbus_chan.c691 vmbus_chan_wait_revoke(const struct vmbus_channel *chan, bool can_sleep)
700 if (can_sleep) in vmbus_chan_wait_revoke()
2337 struct vmbus_xact *xact, size_t *resp_len, bool can_sleep)
2341 if (can_sleep) in vmbus_chan_xact_wait()
2360 if (can_sleep) in vmbus_chan_xact_wait()
693 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/dev/hyperv/include/
H A Dvmbus.h185 struct vmbus_xact *xact, size_t *resp_len, bool can_sleep);
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c82 int can_sleep) in ipoib_mcast_alloc() argument
86 mcast = kzalloc(sizeof *mcast, can_sleep ? GFP_KERNEL : GFP_ATOMIC); in ipoib_mcast_alloc()
/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() argument
1302 } else if (can_sleep) { in nm_kr_tryget()
/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() argument
1860 if (can_sleep != 0) { in mlx5e_sq_send_nops_locked()