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

/linux-master/drivers/media/usb/dvb-usb-v2/
H A Daf9015.h99 u8 rc_last[4]; member in struct:af9015_state
H A Daf9015.c1173 !memcmp(&buf[12], state->rc_last, 4)) {
1192 memcpy(state->rc_last, &buf[12], 4);
1219 state->rc_last[2] = state->rc_last[3];
/linux-master/fs/xfs/scrub/
H A Drefcount.c117 xfs_agblock_t rc_last; local
124 rc_last = refchk->bno + refchk->len - 1;
132 if (rec->rm_startblock <= refchk->bno && rm_last >= rc_last) {

Completed in 227 milliseconds