Searched refs:nr_bytes (Results 1 – 6 of 6) sorted by relevance
26 def rdexact(self, nr_bytes): argument28 _ = self.read(nr_bytes)29 if len(_) != nr_bytes:
24 .macro mknops nr_bytes26 .nops \nr_bytes, ASM_NOP_MAX28 .skip \nr_bytes, 0x90
45 def rdexact(nr_bytes): argument47 _ = stream_read(nr_bytes)48 if len(_) != nr_bytes:
188 def rdexact(nr_bytes): argument190 _ = stream_read(nr_bytes)191 if len(_) != nr_bytes:
465 int nr_bytes = 0; in kexec_init_cpu_notes() local473 nr_bytes = sizeof_cpu_notes(cpu); in kexec_init_cpu_notes()477 note = xzalloc_bytes(nr_bytes); in kexec_init_cpu_notes()497 note = alloc_from_crash_heap(nr_bytes); in kexec_init_cpu_notes()500 crash_notes[cpu].size = nr_bytes; in kexec_init_cpu_notes()
177 const char *what, void *ptr, size_t nr_bytes, in setup_read() argument184 dc->bytes_to_read = nr_bytes; in setup_read()
Completed in 13 milliseconds