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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/char/
H A Dzcore.c269 unsigned long cp_start, cp_end; /* copy range */ local
280 cp_start = max(start, sa_start);
283 buf_off = cp_start - start;
284 sa_off = cp_start - sa_start;
285 len = cp_end - cp_start;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/char/
H A Dzcore.c269 unsigned long cp_start, cp_end; /* copy range */ local
280 cp_start = max(start, sa_start);
283 buf_off = cp_start - start;
284 sa_off = cp_start - sa_start;
285 len = cp_end - cp_start;

Completed in 192 milliseconds