Searched refs:early_bytes (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Drelay.h52 size_t early_bytes; /* bytes consumed before VFS inited */ member in struct:rchan_buf
/linux-master/drivers/dma/
H A Damba-pl08x.c1263 u32 cctl, early_bytes = 0; local
1369 early_bytes = bd.remainder;
1371 early_bytes = mbus->buswidth -
1373 if ((bd.remainder - early_bytes) < mbus->buswidth)
1374 early_bytes = bd.remainder;
1377 if (early_bytes) {
1381 prep_byte_width_lli(pl08x, &bd, &cctl, early_bytes,
/linux-master/kernel/
H A Drelay.c344 d_inode(buf->dentry)->i_size = buf->early_bytes;
677 buf->early_bytes += buf->chan->subbuf_size -

Completed in 264 milliseconds