| /tools/power/x86/intel-speed-select/ |
| D | .gitignore | 3 intel-speed-select
|
| D | Build | 1 intel-speed-select-y += isst-config.o isst-core.o isst-display.o isst-daemon.o hfi-events.o isst-c…
|
| /tools/testing/selftests/net/rds/ |
| D | test.py | 9 import select 164 ep = select.epoll() 167 ep.register(s, select.EPOLLRDNORM) 202 if eventmask & select.EPOLLRDNORM:
|
| /tools/perf/ui/tui/ |
| D | setup.c | 73 err = select(1, &read_set, NULL, NULL, ptimeout); in ui__getch() 92 err = select(1, &read_set, NULL, NULL, &timeout); in ui__getch()
|
| /tools/testing/selftests/rtc/ |
| D | rtctest.c | 178 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F() 232 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F() 290 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F() 342 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); 400 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv);
|
| /tools/lib/subcmd/ |
| D | pager.c | 46 select(1, &in, NULL, &exception, NULL); in pager_preexec()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | lwt_helpers.h | 113 ret = select(1 + fd, &fds, NULL, NULL, &copied_timeout); in wait_for_packet()
|
| D | sockmap_helpers.h | 214 r = select(fd + 1, NULL, &wfds, NULL, &timeout); in poll_connect() 239 r = select(fd + 1, &rfds, NULL, NULL, &timeout); in poll_read()
|
| /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/perf/Documentation/ |
| D | perf-kmem.txt | 28 For stat, select the input file (default: perf.data unless stdin is a
|
| D | perf-timechart.txt | 31 in poll/epoll/select syscalls.
|
| D | tips.txt | 55 To browse sample contexts use perf report --sample 10 and select in context menu
|
| /tools/testing/selftests/timers/ |
| D | set-timer-lat.c | 243 err = select(0, NULL, NULL, NULL, &timeout); in do_timer_oneshot()
|
| /tools/testing/selftests/tpm2/ |
| D | tpm2.py | 10 import select 372 self.tpm_poll = select.poll() 385 self.tpm_poll.register(self.tpm, select.POLLIN)
|
| /tools/bpf/bpftool/Documentation/ |
| D | bpftool-btf.rst | 53 with BTF types describing key and value. It's possible to select whether to 238 | **# I2C_SMBUS_ID=$(bpftool btf show -p | jq '.[] | select(.name=="i2c_smbus").id')**
|
| /tools/usb/ffs-aio-example/simple/device_app/ |
| D | aio_simple.c | 302 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| D | syscall.tbl | 113 82 32 select sys_old_select compat_sys_old_select 114 82 64 select sys_ni_syscall 115 82 spu select sys_ni_syscall
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| D | sock.c | 55 ret = select(sk + 1, NULL, &fds, &efds, ptv); in test_wait_fd() 57 ret = select(sk + 1, &fds, NULL, &efds, ptv); in test_wait_fd()
|
| /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/tcp_ao/ |
| D | rst.c | 234 ret = select(nfd + 1, NULL, &fds, &efds, ptv); in test_wait_fds()
|
| /tools/testing/selftests/net/ |
| D | timestamping.c | 522 res = select(sock + 1, &readfs, 0, &errorfs, &delta); in main()
|
| D | nettest.c | 1282 rc = select(nfds, &rfds, NULL, NULL, ptval); in msg_loop() 1622 rc = select(lsd+1, &rfds, NULL, NULL, ptval); in do_server() 1681 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
|
| /tools/testing/selftests/nolibc/ |
| D | nolibc-test.c | 1079 …CASE_TEST(select_null); EXPECT_SYSZR(1, ({ struct timeval tv = { 0 }; select(0, NULL, NULL, … in run_syscall() 1080 …out); EXPECT_SYSNE(1, ({ fd_set fds; FD_ZERO(&fds); FD_SET(1, &fds); select(2, NULL, &fds, NUL… in run_syscall() 1081 …CASE_TEST(select_fault); EXPECT_SYSER(1, select(1, (void *)1, NULL, NULL, 0), -1, EFAULT); br… in run_syscall()
|
| /tools/testing/selftests/bpf/ |
| D | test_sockmap.c | 731 slct = select(max_fd + 1, &w, NULL, NULL, &timeout); in msg_loop() 747 slct = select(max_fd + 1, NULL, NULL, &w, &timeout); in msg_loop() 992 s = select(max_fd + 1, &w, NULL, NULL, &timeout); in forever_ping_pong()
|
| /tools/perf/ |
| D | design.txt | 406 Notification of new events is possible through poll()/select()/epoll() and 470 should select PERF_USE_VMALLOC in order to avoid these for perf mmap().
|