Searched refs:can_sleep (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/hyperv/include/
H A Dvmbus.h181 struct vmbus_xact *xact, size_t *resp_len, bool can_sleep);
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_xact.c313 bool can_sleep)
323 if (can_sleep) {
312 vmbus_xact_wait1(struct vmbus_xact *xact, size_t *resp_len, bool can_sleep) argument
H A Dvmbus_chan.c675 vmbus_chan_wait_revoke(const struct vmbus_channel *chan, bool can_sleep) argument
684 if (can_sleep)
2147 struct vmbus_xact *xact, size_t *resp_len, bool can_sleep)
2151 if (can_sleep)
2170 if (can_sleep)
2146 vmbus_chan_xact_wait(const struct vmbus_channel *chan, struct vmbus_xact *xact, size_t *resp_len, bool can_sleep) argument
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c82 int can_sleep)
86 mcast = kzalloc(sizeof *mcast, can_sleep ? GFP_KERNEL : GFP_ATOMIC);
81 ipoib_mcast_alloc(struct ipoib_dev_priv *priv, int can_sleep) argument
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.h1200 * If can_sleep is 1 there are only two other possible outcomes:
1206 * If the calling context does not allow sleeping, the caller must pass 0 in can_sleep.
1210 static __inline int nm_kr_tryget(struct netmap_kring *kr, int can_sleep, int *perr) argument
1253 } else if (can_sleep) {
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c1766 int rc = 0, mtu, can_sleep, if_flags, if_drv_flags, vi_if_flags; local
1801 can_sleep = 0;
1803 can_sleep = 1;
1815 can_sleep ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4flg");
1819 can_sleep ? "" : "non-", rc, if_flags,
1828 MPASS(can_sleep == 0);
1833 MPASS(can_sleep == 1);
1837 MPASS(can_sleep == 1);
1843 end_synchronized_op(sc, can_sleep ? 0 : LOCK_HELD);
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1682 mlx5e_sq_send_nops_locked(struct mlx5e_sq *sq, int can_sleep) argument
1687 if (can_sleep != 0) {

Completed in 283 milliseconds