Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 40) sorted by relevance

12

/tools/testing/selftests/bpf/
Dtcp_server.py9 import select
62 select.select(readList, [], [], 2)
Dtcp_client.py9 import select
Dtest_sockmap.c520 slct = select(max_fd + 1, &w, NULL, NULL, &timeout); in msg_loop()
737 s = select(max_fd + 1, &w, NULL, NULL, &timeout); in forever_ping_pong()
/tools/power/x86/intel-speed-select/
D.gitignore2 intel-speed-select
DBuild1 intel-speed-select-y += isst-config.o isst-core.o isst-display.o
/tools/perf/ui/tui/
Dsetup.c72 err = select(1, &read_set, NULL, NULL, ptimeout); in ui__getch()
91 err = select(1, &read_set, NULL, NULL, &timeout); in ui__getch()
/tools/testing/selftests/rtc/
Drtctest.c96 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F()
146 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F()
200 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F()
248 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv);
302 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv);
/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_find.txt21 address. The given address does not have to be exact, it will select the function
28 by given address _addr_. The _addr_ does not have to be exact, it will select the
Dlibtraceevent-func_apis.txt49 address. The given address does not have to be exact, it will select
56 by given address _addr_. The _addr_ does not have to be exact, it will select
/tools/lib/subcmd/
Dpager.c46 select(1, &in, NULL, &exception, NULL); in pager_preexec()
/tools/testing/selftests/android/ion/
Dipcsocket.c127 ret = select(sockfd+1, NULL, &selFDs, NULL, &timeout); in sendtosocket()
181 ret = select(sockfd+1, &recvFDs, NULL, NULL, NULL); in receivefromsocket()
/tools/power/acpi/tools/acpidbg/
Dacpidbg.c306 ret = select(maxfd+1, &rfds, &wfds, NULL, &tv); in acpi_aml_loop()
347 ret = select(maxfd+1, &rfds, NULL, NULL, &tv); in acpi_aml_readable()
/tools/testing/selftests/timers/
Dset-timer-lat.c243 err = select(0, NULL, NULL, NULL, &timeout); in do_timer_oneshot()
/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c284 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
/tools/perf/Documentation/
Dtips.txt38 To browse sample contexts use perf report --sample 10 and select in context menu
Dperf-timechart.txt31 in poll/epoll/select syscalls.
Dperf-record.txt152 select only a global symbol. <size> can also be specified by providing
357 It is possible to select the types of branches captured by enabling filters. The
409 is off by default. It is possible to select the registers to sample using their
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl113 82 32 select ppc_select sys_ni_syscall
114 82 64 select sys_ni_syscall
115 82 spu select sys_ni_syscall
/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c307 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
/tools/testing/selftests/net/
Dnettest.c953 rc = select(nfds, &rfds, NULL, NULL, ptval); in msg_loop()
1206 rc = select(lsd+1, &rfds, NULL, NULL, ptval); in do_server()
1262 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
/tools/testing/selftests/networking/timestamping/
Dtimestamping.c486 res = select(sock + 1, &readfs, 0, &errorfs, &delta); in main()
/tools/testing/selftests/tc-testing/
DREADME137 select which test cases: files plus directories; filtered by categories
153 select action to perform on selected test cases
/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst47 value. It's possible to select whether to dump only BTF
/tools/perf/
Ddesign.txt402 Notification of new events is possible through poll()/select()/epoll() and
466 should select PERF_USE_VMALLOC in order to avoid these for perf mmap().
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl34 23 common select __x64_sys_select

12