Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 6 of 6) sorted by relevance

/tools/usb/usbip/
DREADME21 bound to a physical USB device to make it exportable.
164 A USB storage device of busid 3-3.2 is now bound to the usb-storage
166 "exportable"; the device is bound to the usbip-host driver. Please
246 - usbip-host.ko must be bound to the target device.
248 - Target USB gadget must be bound to vudc
/tools/testing/selftests/bpf/
Dtest_offload.py450 def wait_for_flush(self, bound=0, total=0, n_retry=20): argument
454 if nbound == bound and nprogs == total:
457 … for program counts to stabilize want %d/%d, have %d bound, %d loaded" % (bound, total, nbound, np…
499 def tc_flush_filters(self, bound=0, total=0): argument
502 self.wait_for_flush(bound=bound, total=total)
1104 sim.tc_flush_filters(bound=1, total=1)
1106 sim.tc_flush_filters(bound=1, total=1)
1128 sim.tc_flush_filters(bound=2, total=2)
/tools/perf/Documentation/
Dperf-stat.txt272 determine bottle necks in the CPU pipeline for CPU bound workloads,
273 by breaking the cycles consumed down into frontend bound, backend bound,
276 Frontend bound means that the CPU cannot fetch and decode instructions fast
277 enough. Backend bound means that computation or memory access is the bottle
281 if the workload is actually bound by the CPU and not by something else.
Dperf-list.txt143 with perf stat -a. They can be bound to one logical CPU, but will measure
Dperf.data-file-format.txt556 An array bound by the perf_file_section size.
/tools/virtio/virtio-trace/
DREADME13 2) Create a read/write thread per CPU. Each thread is bound to a CPU.