Searched refs:can_sleep (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | vmbus_xact.c | 312 bool can_sleep) in vmbus_xact_wait1() argument 322 if (can_sleep) { in vmbus_xact_wait1()
|
H A D | vmbus_chan.c | 691 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 D | vmbus.h | 185 struct vmbus_xact *xact, size_t *resp_len, bool can_sleep);
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_multicast.c | 82 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 D | netmap_kern.h | 1259 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 D | mlx5_en_main.c | 1855 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()
|