Home
last modified time | relevance | path

Searched refs:tbusy (Results 1 – 2 of 2) sorted by relevance

/linux/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()
/linux/drivers/tty/
H A Dn_hdlc.c132 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()