Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drelay.h49 size_t early_bytes; /* bytes consumed before VFS inited */ member
/linux-4.1.27/drivers/dma/
Damba-pl08x.c932 u32 cctl, early_bytes = 0; in pl08x_fill_llis_for_desc() local
1035 early_bytes = bd.remainder; in pl08x_fill_llis_for_desc()
1037 early_bytes = mbus->buswidth - in pl08x_fill_llis_for_desc()
1039 if ((bd.remainder - early_bytes) < mbus->buswidth) in pl08x_fill_llis_for_desc()
1040 early_bytes = bd.remainder; in pl08x_fill_llis_for_desc()
1043 if (early_bytes) { in pl08x_fill_llis_for_desc()
1047 prep_byte_width_lli(pl08x, &bd, &cctl, early_bytes, in pl08x_fill_llis_for_desc()
/linux-4.1.27/kernel/
Drelay.c410 d_inode(buf->dentry)->i_size = buf->early_bytes; in relay_set_buf_dentry()
740 buf->early_bytes += buf->chan->subbuf_size - in relay_switch_subbuf()