| /linux/rust/pin-init/examples/ |
| H A D | linked_list.rs | 161 let mut inspect = &*a; in main() localVariable 162 while let Some(next) = inspect.next() { in main() 163 println!("({inspect:p}): {inspect:?}"); in main() 164 inspect = unsafe { &*next.as_ptr() }; in main() 165 if core::ptr::eq(inspect, &*a) { in main()
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | ksft.py | 5 import inspect 43 stack = inspect.stack()
|
| /linux/include/drm/ |
| H A D | drm_vma_manager.h | 157 * @node: Node to inspect 176 * @node: Node to inspect
|
| H A D | drm_mm.h | 308 * not inspect holes themselves. Drivers must check first whether a hole indeed 330 * not inspect holes themselves. Drivers must check first whether a hole indeed
|
| /linux/Documentation/input/ |
| H A D | notifier.rst | 23 That permits one to inspect the resulting LEDs for instance.
|
| /linux/Documentation/input/devices/ |
| H A D | cs461x.rst | 39 inspect cs461x: prefixed messages to determine possible card detection
|
| /linux/tools/perf/Documentation/ |
| H A D | security.txt | 140 monitoring and observability operations. Inspect system audit records for 154 To make sure that access is limited by MAC policy settings inspect system
|
| /linux/drivers/ata/ |
| H A D | pata_ixp4xx_cf.c | 252 /* Inspect our address to figure out what chipselect the CMD is on */ in ixp4xx_pata_probe() 255 return dev_err_probe(dev, ret, "can't inspect CMD address\n"); in ixp4xx_pata_probe()
|
| /linux/tools/lib/api/fs/ |
| H A D | cgroup.c | 41 * and inspect every cgroupfs mount point to find one that has in cgroupfs_find_mountpoint()
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | README | 42 $> udev-hid-bpf inspect xppen-ArtistPro16Gen2.bpf.o
|
| /linux/include/linux/ |
| H A D | fanotify.h | 92 /* Content events can be used to inspect file content */
|
| /linux/arch/arm64/kernel/ |
| H A D | efi-header.S | 20 * Bootloaders may inspect the opcode at the start of the kernel
|
| /linux/tools/gpio/ |
| H A D | lsgpio.c | 120 /* Inspect this GPIO chip */ in list_device()
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | s390_flic.rst | 15 - inspect currently pending interrupts (KVM_FLIC_GET_ALL_IRQS)
|
| /linux/include/linux/sunrpc/ |
| H A D | svcauth.h | 105 * It should inspect the authenticator and verifier, and possibly the data.
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse-passthrough.rst | 77 becomes "hidden." Standard tools like ``lsof``, which typically inspect
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | vidtv.rst | 233 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/crypto/ |
| H A D | descore-readme.rst | 49 To more rapidly understand the code in this package, inspect desSmallFips.i 53 illuminating to inspect one specific implementation,
|
| /linux/Documentation/devicetree/bindings/mmc/ |
| H A D | arm,pl18x.yaml | 51 inspect the PrimeCell ID registers to determine which hardware
|
| /linux/Documentation/devicetree/bindings/iommu/ |
| H A D | iommu.txt | 99 to inspect the fault and, for example, make physical pages resident
|
| /linux/arch/powerpc/include/asm/ |
| H A D | pmac_pfunc.h | 120 * and eventually inspect the flags
|
| /linux/Documentation/bpf/ |
| H A D | drgn.rst | 23 `bpf_inspect.py`_ is a tool intended to inspect BPF programs and maps. It can
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | Makefile | 161 # absolute relocations, so that we can inspect the remaining sections for
|
| /linux/Documentation/hid/ |
| H A D | hiddev.rst | 234 These operations respectively inspect and replace the mode flags
|
| /linux/arch/alpha/boot/tools/ |
| H A D | objstrip.c | 141 /* read and inspect exec header: */ in main()
|