Searched defs:fds (Results 26 - 50 of 71) sorted by path

123

/linux-master/io_uring/
H A Dregister.c38 __s32 __user *fds = arg; local
H A Drsrc.c358 __s32 __user *fds = u64_to_user_ptr(up->data); local
574 __s32 __user *fds = u64_to_user_ptr(up->arg); local
702 __s32 __user *fds = (__s32 __user *) arg; local
/linux-master/kernel/
H A Daudit.h209 int fds[2]; member in struct:audit_context
/linux-master/samples/cgroup/
H A Dmemcg_event_listener.c229 struct pollfd fds[1]; local
/linux-master/samples/nitro_enclaves/
H A Dne_ioctl_sample.c199 struct pollfd fds[1] = {}; local
656 struct pollfd fds[1] = {}; local
[all...]
/linux-master/tools/bpf/bpftool/
H A Dcommon.c806 static int prog_fd_by_nametag(void *nametag, int **fds, bool tag) argument
874 int prog_parse_fds(int *argc, char ***argv, int **fds) argument
942 int *fds = NULL; local
967 map_fd_by_name(char *name, int **fds) argument
1025 map_parse_fds(int *argc, char ***argv, int **fds) argument
1079 int *fds = NULL; local
[all...]
H A Dmap.c633 int *fds = NULL; local
768 maps_have_btf(int *fds, int nb_fds) argument
901 int *fds = NULL; local
[all...]
H A Dprog.c603 int *fds = NULL; local
885 int *fds = NULL; local
[all...]
/linux-master/tools/include/nolibc/
H A Dsys.h844 int sys_poll(struct pollfd *fds, int nfds, int timeout) argument
862 int poll(struct pollfd *fds, int nfds, int timeout) argument
H A Dtypes.h122 unsigned long fds[(FD_SETSIZE + FD_SETBITMASK) / FD_SETIDXMASK]; member in struct:__anon753
/linux-master/tools/include/uapi/linux/
H A Dio_uring.h578 __aligned_u64 /* __s32 * */ fds; member in struct:io_uring_files_update
/linux-master/tools/perf/bench/
H A Dsched-messaging.c66 static void fdpair(int fds[2]) argument
224 int fds[2]; local
[all...]
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c3240 struct amperf_group_fd fds = {.aperf = -1, .mperf = -1 }; local
6582 struct amperf_group_fd fds; local
[all...]
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c13 int *fds; member in struct:thread
149 int *fds = t->fds; local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c153 int *fds; local
195 free_fds(int *fds, unsigned int nr_close_fds) argument
[all...]
H A Dtest_sockmap.c303 int *fds[4] = {&s1, &s2, &c1, &c2}; local
H A Dxdp_hw_metadata.c408 struct pollfd fds[rxq + 1]; local
[all...]
H A Dxskxceiver.c1098 struct pollfd fds = { }; local
1274 struct pollfd fds = { }; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter_setsockopt.c22 static unsigned int set_bpf_cubic(int *fds, unsigned int nr_fds) argument
35 static unsigned int check_bpf_dctcp(int *fds, unsigned int nr_fds) argument
H A Dcls_redirect.c328 static void close_fds(int *fds, int n) argument
H A Dlwt_helpers.h103 fd_set fds; local
H A Dmigrate_reuseport.c128 static void init_fds(__s64 fds[], int len) argument
136 static void close_fds(__s64 fds[], int len) argument
H A Dsock_iter_batch.c18 int *fds[2] = {}; local
[all...]
H A Dtoken.c151 int fds[1] = { fd }, err; local
170 memcpy(CMSG_DATA(cmsg), fds, sizeof(fds)); local
186 int fds[1], err; local
[all...]
H A Dxdp_metadata.c278 struct pollfd fds = {}; local

Completed in 1973 milliseconds

123