Home
last modified time | relevance | path

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

123

/tools/power/x86/intel-speed-select/
A D.gitignore3 intel-speed-select
A DBuild1 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 DKconfig6 select %%MONITOR_CLASS_TYPE%%
/tools/testing/selftests/net/rds/
A Dtest.py9 import select
164 ep = select.epoll()
167 ep.register(s, select.EPOLLRDNORM)
202 if eventmask & select.EPOLLRDNORM:
/tools/testing/selftests/bpf/
A Dio_helpers.c15 err = select(fd + 1, &fds, NULL, NULL, &tv); in read_with_timeout()
/tools/perf/ui/tui/
A 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/
A Drtctest.c206 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 Dutils.py8 import select
21 rlist, _, _ = select.select([fd], [], [], timeout)
/tools/testing/selftests/bpf/prog_tests/
A Dlwt_helpers.h84 ret = select(1 + fd, &fds, NULL, NULL, &copied_timeout); in wait_for_packet()
A Dsocket_helpers.h276 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 Dpager.c46 select(1, &in, NULL, &exception, NULL); in pager_preexec()
/tools/power/acpi/tools/acpidbg/
A 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/
A Dset-timer-lat.c231 err = select(0, NULL, NULL, NULL, &timeout); in do_timer_oneshot()
/tools/perf/Documentation/
A Dperf-kmem.txt28 For stat, select the input file (default: perf.data unless stdin is a
A Dperf-timechart.txt31 in poll/epoll/select syscalls.
A Dtips.txt55 To browse sample contexts use perf report --sample 10 and select in context menu
/tools/testing/selftests/tpm2/
A Dtpm2.py10 import select
372 self.tpm_poll = select.poll()
385 self.tpm_poll.register(self.tpm, select.POLLIN)
/tools/bpf/bpftool/Documentation/
A Dbpftool-btf.rst53 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 Daio_simple.c302 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
/tools/perf/arch/powerpc/entry/syscalls/
A 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/usb/ffs-aio-example/multibuff/device_app/
A Daio_multibuff.c307 ret = select(((ep0 > evfd) ? ep0 : evfd)+1, in main()
/tools/testing/selftests/net/can/
A Dtest_raw_filter.c363 ret = select(self->sock + 1, &rdfs, NULL, NULL, &tv); in TEST_F()
/tools/testing/selftests/net/tcp_ao/lib/
A Dsock.c50 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 Drst.c234 ret = select(nfd + 1, NULL, &fds, &efds, ptv); in test_wait_fds()
/tools/testing/selftests/net/
A Dtimestamping.c522 res = select(sock + 1, &readfs, 0, &errorfs, &delta); in main()

Completed in 31 milliseconds

123