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

/linux-master/fs/
H A Dsplice.c1746 unsigned int i_mask, o_mask; local
1770 o_mask = opipe->ring_size - 1;
1814 obuf = &opipe->bufs[o_head & o_mask];
1883 unsigned int i_mask, o_mask; local
1896 o_mask = opipe->ring_size - 1;
1918 obuf = &opipe->bufs[o_head & o_mask];

Completed in 78 milliseconds