Home
last modified time | relevance | path

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

/linux/tools/virtio/virtio-trace/
H A 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()
H A Dtrace-agent.h22 int ctl_fd; member
/linux/tools/perf/util/
H A Drecord.h79 int ctl_fd; member
H A Dstat.h104 int ctl_fd; member
H A Devlist.h90 } ctl_fd; member
H A Devlist.c1936 evlist__parse_control_fifo(const char * str,int * ctl_fd,int * ctl_fd_ack,bool * ctl_fd_close) evlist__parse_control_fifo() argument
1985 evlist__parse_control(const char * str,int * ctl_fd,int * ctl_fd_ack,bool * ctl_fd_close) evlist__parse_control() argument
2012 evlist__close_control(int ctl_fd,int ctl_fd_ack,bool * ctl_fd_close) evlist__close_control() argument
[all...]
/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c1271 int sk, client_sk, ctl_fd, yes = 1, ret = -1; tcp_server() local