Home
last modified time | relevance | path

Searched defs:splice (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_queue.hpp233 void splice(iterator pos, __intrusive_queue& other, iterator first, in splice() function in stdexec::__queue::__intrusive_queue
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs87 mod splice; module
3184 pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter, A> in splice() method
/openbmc/linux/fs/
H A Dsplice.c1568 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
H A Dread_write.c1480 bool splice = flags & COPY_FILE_SPLICE; in vfs_copy_file_range() local