/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 109 #ifndef F_SETOWN 110 #define F_SETOWN 8 /* for sockets. */ macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | fcntl.h | 110 #ifndef F_SETOWN 111 #define F_SETOWN 8 /* for sockets. */ macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | fcntl.h | 109 #ifndef F_SETOWN 110 #define F_SETOWN 8 /* for sockets. */ macro
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | fs.h | 60 { F_SETOWN, "SETOWN" }, \ 81 { F_SETOWN, "SETOWN" }, \
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 109 #ifndef F_SETOWN 110 #define F_SETOWN 8 /* for sockets. */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 80 #ifndef F_SETOWN 81 #define F_SETOWN 8 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 94 #ifndef F_SETOWN 95 #define F_SETOWN 8 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 94 #ifndef F_SETOWN 95 #define F_SETOWN 8 macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 42 #define F_SETOWN 5 /* for sockets. */ macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 28 #define F_SETOWN 12 /* for sockets. */ macro
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 42 #define F_SETOWN 5 /* for sockets. */ macro
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 28 #define F_SETOWN 12 /* for sockets. */ macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 44 #define F_SETOWN 24 /* for sockets. */ macro
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 42 #define F_SETOWN 6 /* for sockets. */ macro
|
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 44 #define F_SETOWN 24 /* for sockets. */ macro
|
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 42 #define F_SETOWN 6 /* for sockets. */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | fcntl.h | 38 #define F_SETOWN 24 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/ |
H A D | fcntl.h | 38 #define F_SETOWN 24 macro
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bp_signal_overflow.c | 105 fcntl(fd, F_SETOWN, getpid()); in test__bp_signal_overflow()
|
H A D | bp_signal.c | 133 fcntl(fd, F_SETOWN, getpid()); in __event()
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | fcntl.c | 84 if (cmd == F_SETOWN) in syscall_arg__scnprintf_fcntl_arg()
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | fcntl.c | 84 if (cmd == F_SETOWN) in syscall_arg__scnprintf_fcntl_arg()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | bp_signal_overflow.c | 110 fcntl(fd, F_SETOWN, getpid()); in test__bp_signal_overflow()
|
H A D | bp_signal.c | 133 fcntl(fd, F_SETOWN, getpid()); in __event()
|
/kernel/linux/linux-5.10/samples/timers/ |
H A D | hpet_example.c | 251 if ((fcntl(fd, F_SETOWN, getpid()) == 1) || in hpet_fasync()
|