Searched defs:splice (Results 1 – 4 of 4) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __intrusive_queue.hpp | 233 void splice(iterator pos, __intrusive_queue& other, iterator first, in splice() function in stdexec::__queue::__intrusive_queue
|
/openbmc/linux/rust/alloc/vec/ |
H A D | mod.rs | 87 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 D | splice.c | 1568 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6() argument
|
H A D | read_write.c | 1480 bool splice = flags & COPY_FILE_SPLICE; in vfs_copy_file_range() local
|