Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/comedi/
Dcomedi_buf.c251 unsigned int free_end = async->buf_read_count + async->prealloc_bufsz; in comedi_buf_write_n_available() local
253 return free_end - async->buf_write_alloc_count; in comedi_buf_write_n_available()
/linux-4.1.27/drivers/mtd/onenand/
Donenand_base.c1045 int free_end = free->offset + free->length; in onenand_transfer_auto_oob() local
1046 if (free->offset < readend && free_end > readcol) { in onenand_transfer_auto_oob()
1048 int ed = min_t(int,free_end,readend); in onenand_transfer_auto_oob()
1836 int free_end = free->offset + free->length; in onenand_fill_auto_oob() local
1837 if (free->offset < writeend && free_end > writecol) { in onenand_fill_auto_oob()
1839 int ed = min_t(int,free_end,writeend); in onenand_fill_auto_oob()