Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/char/
Dzcore.c257 unsigned long cp_start, cp_end; /* copy range */ in zcore_add_lc() local
269 cp_start = max(start, sa_start); in zcore_add_lc()
272 buf_off = cp_start - start; in zcore_add_lc()
273 sa_off = cp_start - sa_start; in zcore_add_lc()
274 len = cp_end - cp_start; in zcore_add_lc()