/tools/testing/selftests/bpf/ |
D | tcp_server.py | 9 import select 62 select.select(readList, [], [], 2)
|
D | tcp_client.py | 9 import select
|
D | test_sockmap.c | 520 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 | .gitignore | 2 intel-speed-select
|
D | Build | 1 intel-speed-select-y += isst-config.o isst-core.o isst-display.o
|
/tools/perf/ui/tui/ |
D | setup.c | 72 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/ |
D | rtctest.c | 96 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/ |
D | libtraceevent-func_find.txt | 21 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
|
D | libtraceevent-func_apis.txt | 49 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/ |
D | pager.c | 46 select(1, &in, NULL, &exception, NULL); in pager_preexec()
|
/tools/testing/selftests/android/ion/ |
D | ipcsocket.c | 127 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/ |
D | acpidbg.c | 306 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/ |
D | set-timer-lat.c | 243 err = select(0, NULL, NULL, NULL, &timeout); in do_timer_oneshot()
|
/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 284 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
|
/tools/perf/Documentation/ |
D | tips.txt | 38 To browse sample contexts use perf report --sample 10 and select in context menu
|
D | perf-timechart.txt | 31 in poll/epoll/select syscalls.
|
D | perf-record.txt | 152 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/ |
D | syscall.tbl | 113 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/ |
D | aio_multibuff.c | 307 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
|
/tools/testing/selftests/net/ |
D | nettest.c | 953 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/ |
D | timestamping.c | 486 res = select(sock + 1, &readfs, 0, &errorfs, &delta); in main()
|
/tools/testing/selftests/tc-testing/ |
D | README | 137 select which test cases: files plus directories; filtered by categories 153 select action to perform on selected test cases
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 47 value. It's possible to select whether to dump only BTF
|
/tools/perf/ |
D | design.txt | 402 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/ |
D | syscall_64.tbl | 34 23 common select __x64_sys_select
|