Home
last modified time | relevance | path

Searched refs:splice_flags (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_syscall_macro.c89 __u64 splice_flags; variable
105 splice_flags = flags; in BPF_KSYSCALL()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpf_syscall_macro.c86 ASSERT_EQ(skel->bss->splice_flags, SPLICE_F_NONBLOCK, "splice_arg6"); in test_bpf_syscall_macro()
/openbmc/linux/io_uring/
H A Dsplice.c33 sp->flags = READ_ONCE(sqe->splice_flags); in __io_splice_prep()
H A Dio_uring.c4623 BUILD_BUG_SQE_ELEM(28, __u32, splice_flags); in io_uring_init()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h61 __u32 splice_flags; member
/openbmc/linux/net/unix/
H A Daf_unix.c2533 unsigned int splice_flags; member
2898 state->pipe, chunk, state->splice_flags); in unix_stream_splice_actor()
2910 .splice_flags = flags, in unix_stream_splice_read()