Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Drelay.h52 size_t early_bytes; /* bytes consumed before VFS inited */ member
/linux-5.19.10/drivers/dma/
Damba-pl08x.c1263 u32 cctl, early_bytes = 0; in pl08x_fill_llis_for_desc() local
1369 early_bytes = bd.remainder; in pl08x_fill_llis_for_desc()
1371 early_bytes = mbus->buswidth - in pl08x_fill_llis_for_desc()
1373 if ((bd.remainder - early_bytes) < mbus->buswidth) in pl08x_fill_llis_for_desc()
1374 early_bytes = bd.remainder; in pl08x_fill_llis_for_desc()
1377 if (early_bytes) { in pl08x_fill_llis_for_desc()
1381 prep_byte_width_lli(pl08x, &bd, &cctl, early_bytes, in pl08x_fill_llis_for_desc()
/linux-5.19.10/kernel/
Drelay.c347 d_inode(buf->dentry)->i_size = buf->early_bytes; in relay_set_buf_dentry()
680 buf->early_bytes += buf->chan->subbuf_size - in relay_switch_subbuf()