Searched defs:poll_source (Results 1 – 2 of 2) sorted by relevance
254 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readvec() localVariable276 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writevec() localVariable316 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in readmem() localVariable342 let poll_source = async_poll_from(f, &poll_ex).unwrap(); in writemem() localVariable377 let poll_source = async_poll_from(eventfd, &poll_ex).unwrap(); in read_eventfds() localVariable
67 mod poll_source; module