Home
last modified time | relevance | path

Searched defs:ctl_fd (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/virtio/virtio-trace/
Dtrace-agent-ctl.c34 int ctl_fd; in rw_ctl_init() local
48 static int wait_order(int ctl_fd) in wait_order()
89 void *rw_ctl_loop(int ctl_fd) in rw_ctl_loop()
Dtrace-agent.h22 int ctl_fd; member
/kernel/linux/linux-5.10/tools/perf/util/
Devlist.h81 } ctl_fd; member
Drecord.h74 int ctl_fd; member
Devlist.c1743 static int evlist__parse_control_fifo(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_c… in evlist__parse_control_fifo()
1792 int evlist__parse_control(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close) in evlist__parse_control()
1818 void evlist__close_control(int ctl_fd, int ctl_fd_ack, bool *ctl_fd_close) in evlist__close_control()
Dstat.h145 int ctl_fd; member
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
Dtest_memcontrol.c826 int sk, client_sk, ctl_fd, yes = 1, ret = -1; in tcp_server() local