Home
last modified time | relevance | path

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

/arch/arc/kernel/
A Ddisasm.c30 int bytes_not_copied = 0; in disasm_instr() local
37 bytes_not_copied = copy_from_user(ins_buf, in disasm_instr()
39 if (bytes_not_copied > 6) in disasm_instr()
52 if (bytes_not_copied > 4) in disasm_instr()
426 if (bytes_not_copied <= (8 - state->instr_len)) in disasm_instr()

Completed in 5 milliseconds