| /tools/power/x86/intel-speed-select/ |
| A D | .gitignore | 3 intel-speed-select
|
| A 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/verification/rvgen/rvgen/templates/ |
| A D | Kconfig | 6 select %%MONITOR_CLASS_TYPE%%
|
| /tools/testing/selftests/net/rds/ |
| A D | test.py | 9 import select 164 ep = select.epoll() 167 ep.register(s, select.EPOLLRDNORM) 202 if eventmask & select.EPOLLRDNORM:
|
| /tools/testing/selftests/bpf/ |
| A D | io_helpers.c | 15 err = select(fd + 1, &fds, NULL, NULL, &tv); in read_with_timeout()
|
| /tools/perf/ui/tui/ |
| A 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/ |
| A D | rtctest.c | 206 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F() 272 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F() 342 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); in TEST_F() 404 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv); 472 rc = select(self->fd + 1, &readfds, NULL, NULL, &tv);
|
| /tools/testing/selftests/net/lib/py/ |
| A D | utils.py | 8 import select 21 rlist, _, _ = select.select([fd], [], [], timeout)
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | lwt_helpers.h | 84 ret = select(1 + fd, &fds, NULL, NULL, &copied_timeout); in wait_for_packet()
|
| A D | socket_helpers.h | 276 r = select(fd + 1, NULL, &wfds, NULL, &timeout); in poll_connect() 301 r = select(fd + 1, &rfds, NULL, NULL, &timeout); in poll_read()
|
| /tools/lib/subcmd/ |
| A D | pager.c | 46 select(1, &in, NULL, &exception, NULL); in pager_preexec()
|
| /tools/power/acpi/tools/acpidbg/ |
| A 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/ |
| A D | set-timer-lat.c | 231 err = select(0, NULL, NULL, NULL, &timeout); in do_timer_oneshot()
|
| /tools/perf/Documentation/ |
| A D | perf-kmem.txt | 28 For stat, select the input file (default: perf.data unless stdin is a
|
| A D | perf-timechart.txt | 31 in poll/epoll/select syscalls.
|
| A D | tips.txt | 55 To browse sample contexts use perf report --sample 10 and select in context menu
|
| /tools/testing/selftests/tpm2/ |
| A 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/ |
| A D | bpftool-btf.rst | 53 with BTF types describing key and value. It's possible to select whether to 243 | **# I2C_SMBUS_ID=$(bpftool btf show -p | jq '.[] | select(.name=="i2c_smbus").id')**
|
| /tools/usb/ffs-aio-example/simple/device_app/ |
| A D | aio_simple.c | 302 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| A 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/usb/ffs-aio-example/multibuff/device_app/ |
| A D | aio_multibuff.c | 307 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
|
| /tools/testing/selftests/net/can/ |
| A D | test_raw_filter.c | 363 ret = select(self->sock + 1, &rdfs, NULL, NULL, &tv); in TEST_F()
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | sock.c | 50 ret = select(sk + 1, NULL, &fds, &efds, tv); in __test_wait_fd() 52 ret = select(sk + 1, &fds, NULL, &efds, tv); in __test_wait_fd()
|
| /tools/testing/selftests/net/tcp_ao/ |
| A D | rst.c | 234 ret = select(nfd + 1, NULL, &fds, &efds, ptv); in test_wait_fds()
|
| /tools/testing/selftests/net/ |
| A D | timestamping.c | 522 res = select(sock + 1, &readfs, 0, &errorfs, &delta); in main()
|