Home
last modified time | relevance | path

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

12

/tools/power/x86/intel-speed-select/
D.gitignore3 intel-speed-select
DBuild1 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/
Dtest.py9 import select
164 ep = select.epoll()
167 ep.register(s, select.EPOLLRDNORM)
202 if eventmask & select.EPOLLRDNORM:
/tools/perf/ui/tui/
Dsetup.c73 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/
Drtctest.c178 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/
Dpager.c46 select(1, &in, NULL, &exception, NULL); in pager_preexec()
/tools/testing/selftests/bpf/prog_tests/
Dlwt_helpers.h113 ret = select(1 + fd, &fds, NULL, NULL, &copied_timeout); in wait_for_packet()
Dsockmap_helpers.h214 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/
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/perf/Documentation/
Dperf-kmem.txt28 For stat, select the input file (default: perf.data unless stdin is a
Dperf-timechart.txt31 in poll/epoll/select syscalls.
Dtips.txt55 To browse sample contexts use perf report --sample 10 and select in context menu
/tools/testing/selftests/timers/
Dset-timer-lat.c243 err = select(0, NULL, NULL, NULL, &timeout); in do_timer_oneshot()
/tools/testing/selftests/tpm2/
Dtpm2.py10 import select
372 self.tpm_poll = select.poll()
385 self.tpm_poll.register(self.tpm, select.POLLIN)
/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst53 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/
Daio_simple.c302 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl113 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/
Dsock.c55 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/
Daio_multibuff.c307 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
/tools/testing/selftests/net/tcp_ao/
Drst.c234 ret = select(nfd + 1, NULL, &fds, &efds, ptv); in test_wait_fds()
/tools/testing/selftests/net/
Dtimestamping.c522 res = select(sock + 1, &readfs, 0, &errorfs, &delta); in main()
Dnettest.c1282 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/
Dnolibc-test.c1079 …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/
Dtest_sockmap.c731 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/
Ddesign.txt406 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().

12