Searched refs:BUF_DATA (Results 1 – 1 of 1) sorted by relevance
1240 const BUF_DATA: [u8; 16] = [0xf4; 16]; in wake_with_nop() constant1248 let mut buf = [0u8; BUF_DATA.len()]; in wake_with_nop()1269 assert_eq!(&buf, &BUF_DATA); in wake_with_nop()1284 pipe_in.write_all(&BUF_DATA).unwrap(); in wake_with_nop()