Home
last modified time | relevance | path

Searched refs:inspect (Results 1 – 25 of 43) sorted by relevance

12

/linux/rust/pin-init/examples/
H A Dlinked_list.rs160 let mut inspect = &*a; in main()
161 while let Some(next) = inspect.next() { in main() localVariable
162 println!("({inspect:p}): {inspect:?}"); in main()
163 inspect = unsafe { &*next.as_ptr() }; in main()
164 if core::ptr::eq(inspect, &*a) { in main()
/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py4 import inspect
58 stack = inspect.stack()
/linux/Documentation/input/
H A Dnotifier.rst23 That permits one to inspect the resulting LEDs for instance.
/linux/Documentation/input/devices/
H A Dcs461x.rst39 inspect cs461x: prefixed messages to determine possible card detection
/linux/Documentation/gpu/amdgpu/
H A Ddebugfs.rst156 Provides direct access to VRAM. Used by tools like UMR to inspect
162 Provides direct access to GTT memory. Used by tools like UMR to inspect
H A Ddebugging.rst78 0x0000800102800000. The user can then inspect their shader code and resource
/linux/drivers/hid/bpf/progs/
H A DREADME42 $> udev-hid-bpf inspect xppen-ArtistPro16Gen2.bpf.o
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c1515 if (ring->inspect) { in bcm_sysport_init_tx_ring()
2340 if (ring->inspect) in bcm_sysport_map_queues()
2348 ring->inspect = true; in bcm_sysport_map_queues()
2375 if (!ring->inspect) in bcm_sysport_unmap_queues()
2378 ring->inspect = false; in bcm_sysport_unmap_queues()
H A Dbcmsysport.h705 bool inspect; /* inspect switch port and queue */ member
/linux/Documentation/bpf/
H A Ddrgn.rst23 `bpf_inspect.py`_ is a tool intended to inspect BPF programs and maps. It can
/linux/drivers/net/wireless/ath/ath10k/
H A Drx_desc.h1325 inspect:1, member
/linux/Documentation/virt/kvm/devices/
H A Ds390_flic.rst15 - inspect currently pending interrupts (KVM_FLIC_GET_ALL_IRQS)
/linux/Documentation/filesystems/fuse/
H A Dfuse-passthrough.rst77 becomes "hidden." Standard tools like ``lsof``, which typically inspect
/linux/arch/arm/kernel/
H A Dphys2virt.S90 @ need to inspect the first halfword of the opcode, to check whether
/linux/Documentation/driver-api/media/drivers/
H A Dvidtv.rst233 Using the tools in v4l-utils is a great way to test and inspect the output of
415 By playing the contents of the stream one can visually inspect the workings of
/linux/Documentation/process/debugging/
H A Ddriver_development_debugging_guide.rst143 possibility to inspect them.
H A Duserspace_debugging_guide.rst118 The tools mentioned above provide ways to inspect kernel code, results,
/linux/tools/perf/Documentation/
H A Dsecurity.txt154 To make sure that access is limited by MAC policy settings inspect system
/linux/Documentation/devicetree/bindings/iommu/
H A Diommu.txt99 to inspect the fault and, for example, make physical pages resident
/linux/Documentation/networking/xfrm/
H A Dxfrm_device.rst141 When ready to send, the driver needs to inspect the Tx packet for the
/linux/Documentation/i2c/
H A Ddev-interface.rst31 inspect /sys/class/i2c-dev/ or run "i2cdetect -l" to decide this.
/linux/Documentation/crypto/
H A Ddescore-readme.rst49 To more rapidly understand the code in this package, inspect desSmallFips.i
53 illuminating to inspect one specific implementation,
/linux/Documentation/
H A Datomic_t.txt366 also strongly encouraged to inspect/audit the atomic fallbacks, refcount_t and
/linux/Documentation/dev-tools/
H A Dtesting-overview.rst125 commonly used in the kernel allow one to inspect the whole source tree or just
/linux/Documentation/hid/
H A Dhiddev.rst234 These operations respectively inspect and replace the mode flags

12