| /linux/Documentation/gpu/rfc/ |
| H A D | gpusvm.rst | 27 * Only looking at physical memory data structures and locks as opposed to 28 looking at virtual memory data structures and locks. 29 * No looking at mm/vma structs or relying on those being locked.
|
| /linux/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace32.c | 52 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace() 110 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace() 157 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace() 209 * (this is run in a 32-bit process looking at a 64-bit process) in compat_arch_ptrace()
|
| /linux/drivers/acpi/ |
| H A D | pptt.c | 136 * continue looking at this node's resource list in acpi_pptt_walk_cache() 166 * we are looking for the max depth. Since its potentially in acpi_find_cache_level() 211 * PPTT table, looking for nodes which reference it. 256 * This is done by iterating the PPTT table looking for processor nodes 305 pr_debug("Looking for data cache\n"); in acpi_cache_type() 308 pr_debug("Looking for instruction cache\n"); in acpi_cache_type() 312 pr_debug("Looking for unified cache\n"); in acpi_cache_type() 334 pr_debug("Looking for CPU %d's level %u cache type %d\n", in acpi_find_cache_node()
|
| /linux/tools/perf/tests/shell/ |
| H A D | test_arm_coresight.sh | 45 echo "Looking at perf.data file for dumping branch samples:" 56 echo "Looking at perf.data file for reporting branch samples:" 67 echo "Looking at perf.data file for instruction samples:"
|
| H A D | test_arm_spe.sh | 44 echo "Looking at perf.data file for dumping samples:" 58 echo "Looking at perf.data file for reporting samples:"
|
| /linux/drivers/base/firmware_loader/builtin/ |
| H A D | main.c | 42 * built-in with the firmware you are looking for will this return successfully. 79 * built-in with the firmware you are looking for will this call possibly
|
| /linux/Documentation/filesystems/ |
| H A D | directory-locking.rst | 91 lookup in, under the name we'd been looking for. If the alias is already 92 a child of the directory we are looking in, it changes name to the one 93 we'd been looking for. No extra locking is involved in these two cases. 99 attach to our directory, under the name we are looking for.
|
| H A D | fiemap.rst | 89 presence of other more specific flags. This way a program looking for 94 are set, FIEMAP_EXTENT_NOT_ALIGNED will also be set. A program looking
|
| /linux/scripts/ |
| H A D | rustdoc_test_builder.rs | 25 // Find the generated function name looking for the inner function inside `main()`. in main() 27 // The line we are looking for looks like one of the following: in main()
|
| /linux/Documentation/locking/ |
| H A D | rt-mutex.rst | 67 we need to set the bit0 before looking at the lock, and the owner may 73 set this bit before looking at the lock.
|
| /linux/include/asm-generic/ |
| H A D | qspinlock.h | 6 * architecture that's looking for a 'generic' spinlock, please first consider 7 * ticket-lock.h and only come looking here when you've considered all the
|
| /linux/arch/x86/lib/ |
| H A D | cmdline.c | 71 * option we were looking for. If the in __cmdline_find_option_bool() 164 * option we were looking for, prepare to in __cmdline_find_option()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | arch_timer_edge_cases.c | 335 /* This method re-enables IRQs to handle the one we're looking for. */ in test_timer_xval() 404 /* This method re-enables IRQs to handle the one we're looking for. */ in test_timer_control_mask_then_unmask() 438 /* This method re-enables IRQs to handle the one we're looking for. */ in test_fire_a_timer_multiple_times() 477 /* This method re-enables IRQs to handle the one we're looking for. */ in test_reprogramming_timer() 601 /* This method re-enables IRQs to handle the one we're looking for. */ in test_set_cnt_after_tval_max() 652 /* This method re-enables IRQs to handle the one we're looking for. */ in test_set_cnt_after_xval()
|
| /linux/net/netfilter/ipvs/ |
| H A D | Kconfig | 214 connections to the servers through looking up a statically assigned 224 connections to the servers through looking up a statically assigned 235 network connections to the servers through looking up a statically
|
| /linux/include/linux/power/ |
| H A D | sbs-battery.h | 17 * @poll_retry_count: # of times to retry looking for new status after
|
| /linux/scripts/mod/ |
| H A D | symsearch.c | 105 * we're looking at an address from "above" or "below" 180 * Note -- if the address we're looking up falls perfectly in symsearch_find_nearest()
|
| /linux/Documentation/bpf/libbpf/ |
| H A D | index.rst | 9 If you are looking to develop BPF applications using the libbpf library, this
|
| /linux/drivers/edac/ |
| H A D | edac_pci_sysfs.c | 521 /* read the device TYPE, looking for bridges */ in edac_pci_dev_parity_clear() 547 /* read the device TYPE, looking for bridges */ in edac_pci_dev_parity_test() 629 * Scan the PCI device list looking for SERRORs, Master Parity ERRORS or 657 /* scan all PCI devices looking for a Parity Error on devices and in edac_pci_do_parity_check()
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_desc.h | 270 /* Return the reception status looking at the RDES1 */ 280 /* Return the reception status looking at Context control information */
|
| /linux/Documentation/mm/ |
| H A D | index.rst | 6 of Linux. If you are looking for advice on simply allocating memory,
|
| /linux/include/linux/ |
| H A D | clkdev.h | 7 * Helper for the clk API to assist looking up a struct clk.
|
| H A D | linear_range.h | 12 * Define a lookup-table for range of values. Intended to help when looking
|
| /linux/lib/ |
| H A D | genalloc.c | 642 * @nr: The number of zeroed bits we're looking for 661 * @nr: The number of zeroed bits we're looking for 689 * @nr: The number of zeroed bits we're looking for 724 * @nr: The number of zeroed bits we're looking for 746 * @nr: The number of zeroed bits we're looking for
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | notes.rst | 14 I was looking at some code, that calculated a double result, stored it in f4
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | pinctrl-sirf.txt | 24 Valid values for group and function names can be found from looking at the
|