tx_free_buf_list 151 drivers/tty/n_hdlc.c struct n_hdlc_buf_list tx_free_buf_list; tx_free_buf_list 211 drivers/tty/n_hdlc.c n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); tx_free_buf_list 257 drivers/tty/n_hdlc.c buf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); tx_free_buf_list 421 drivers/tty/n_hdlc.c n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf); tx_free_buf_list 679 drivers/tty/n_hdlc.c tbuf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); tx_free_buf_list 824 drivers/tty/n_hdlc.c !list_empty(&n_hdlc->tx_free_buf_list.list)) tx_free_buf_list 845 drivers/tty/n_hdlc.c spin_lock_init(&n_hdlc->tx_free_buf_list.spinlock); tx_free_buf_list 850 drivers/tty/n_hdlc.c INIT_LIST_HEAD(&n_hdlc->tx_free_buf_list.list); tx_free_buf_list 867 drivers/tty/n_hdlc.c n_hdlc_buf_put(&n_hdlc->tx_free_buf_list,buf);