Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dsynclink_gt.c468 static unsigned int free_tbuf_count(struct slgt_info *info);
4826 static unsigned int free_tbuf_count(struct slgt_info *info) in free_tbuf_count() function
4908 if (DIV_ROUND_UP(size, DMABUFSIZE) > free_tbuf_count(info)) in tx_load()