Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/net/
H A Dctcm_main.h204 unsigned long tbusy; member
235 clear_bit(0, &(((struct ctcm_priv *)dev->ml_priv)->tbusy)); in ctcm_clear_busy_do()
253 &(((struct ctcm_priv *)dev->ml_priv)->tbusy)); in ctcm_test_and_set_busy()
H A Dnetiucv.c195 unsigned long tbusy; member
223 clear_bit(0, &priv->tbusy); in netiucv_clear_busy()
231 return test_and_set_bit(0, &priv->tbusy); in netiucv_test_and_set_busy()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dctcm_main.h205 unsigned long tbusy; member
236 clear_bit(0, &(((struct ctcm_priv *)dev->ml_priv)->tbusy)); in ctcm_clear_busy_do()
254 &(((struct ctcm_priv *)dev->ml_priv)->tbusy)); in ctcm_test_and_set_busy()
H A Dnetiucv.c177 unsigned long tbusy; member
205 clear_bit(0, &priv->tbusy); in netiucv_clear_busy()
213 return test_and_set_bit(0, &priv->tbusy); in netiucv_test_and_set_busy()
/kernel/linux/linux-5.10/drivers/tty/
H A Dn_hdlc.c128 * @tbusy: reentrancy flag for tx wakeup code
129 * @woke_up: tx wakeup needs to be run again as it was called while @tbusy
137 bool tbusy; member
282 if (n_hdlc->tbusy) { in n_hdlc_send_frames()
287 n_hdlc->tbusy = true; in n_hdlc_send_frames()
337 n_hdlc->tbusy = false; in n_hdlc_send_frames()
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_hdlc.c124 * @tbusy: reentrancy flag for tx wakeup code
125 * @woke_up: tx wakeup needs to be run again as it was called while @tbusy
132 bool tbusy; member
273 if (n_hdlc->tbusy) { in n_hdlc_send_frames()
278 n_hdlc->tbusy = true; in n_hdlc_send_frames()
328 n_hdlc->tbusy = false; in n_hdlc_send_frames()
/kernel/linux/linux-5.10/drivers/net/wan/lmc/
H A Dlmc_var.h239 u32 tbusy; member

Completed in 11 milliseconds