Searched defs:space (Results 1 – 3 of 3) sorted by relevance
33 let space: Vec<u8> = vec![0u8; size]; in do_kmalloc() localVariable
30 unsafe fn space() -> Result<&'static mut LockedCacheSpace, BlockCacheError> { in space() function131 let space = unsafe { space()? }; in read_one_block() localVariable167 let space = unsafe { space()? }; in insert_one_block() localVariable
1169 let space = tty.write_room(tty.core()); in process_output_block() localVariable1252 let mut space = tty.write_room(tty.core()); in echoes() localVariable1413 let space = tty.write_room(tty.core()); in process_output() localVariable