Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/kernel/
Dldc.c2248 unsigned long this_off = offset; in ldc_copy() local
2250 if (this_off > this_len) in ldc_copy()
2251 this_off = this_len; in ldc_copy()
2253 offset -= this_off; in ldc_copy()
2254 this_len -= this_off; in ldc_copy()
2257 cookie_raddr += this_off; in ldc_copy()