/linux/security/landlock/ |
H A D | access.h | 39 /* Makes sure all filesystem access rights can be stored. */ 41 /* Makes sure all network access rights can be stored. */ 43 /* Makes sure all scoped rights can be stored. */ 45 /* Makes sure for_each_set_bit() and for_each_clear_bit() calls are OK. */ 60 /* Makes sure all fields are covered. */ 66 /* Makes sure all layers can be checked. */ in landlock_upgrade_handled_access_masks() 76 * Makes sure all optional access rights can be tied to a layer index (cf.
|
/linux/lib/ |
H A D | iomap.c | 205 /* Make sure uninitialized memory isn't copied to devices. */ in iowrite8() 211 /* Make sure uninitialized memory isn't copied to devices. */ in iowrite16() 217 /* Make sure uninitialized memory isn't copied to devices. */ in iowrite16be() 223 /* Make sure uninitialized memory isn't copied to devices. */ in iowrite32() 229 /* Make sure uninitialized memory isn't copied to devices. */ in iowrite32be() 266 /* Make sure uninitialized memory isn't copied to devices. */ in __iowrite64_lo_hi() 274 /* Make sure uninitialized memory isn't copied to devices. */ in __iowrite64_hi_lo() 282 /* Make sure uninitialized memory isn't copied to devices. */ in __iowrite64be_lo_hi() 290 /* Make sure uninitialized memory isn't copied to devices. */ in __iowrite64be_hi_lo() 384 /* Make sure uninitialized memory isn't copied to devices. */ in iowrite8_rep() [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | cgroup_tcp_skb.c | 200 /* Check the types of outgoing packets of a server socket to make sure they 223 /* Check the types of incoming packets of a server socket to make sure they 246 /* Check the types of outgoing packets of a server socket to make sure they 269 /* Check the types of incoming packets of a server socket to make sure they 292 /* Check the types of outgoing packets of a client socket to make sure they 315 /* Check the types of incoming packets of a client socket to make sure they 338 /* Check the types of outgoing packets of a client socket to make sure they 361 /* Check the types of incoming packets of a client socket to make sure they
|
/linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
H A D | func_event_triggers.tc | 85 echo " make sure it works 5 times" 95 echo " make sure it still works" 100 echo " make sure it only works 3 times" 116 echo " make sure it stop working"
|
H A D | fgraph-filter.tc | 6 # Make sure that function graph filtering works 27 # search for functions (has "()" on the line), and make sure 34 # Make sure we did find something
|
H A D | func_profiler.tc | 40 # make sure only schedule functions exist 47 echo "Make sure schedule was traced" 58 echo "make sure something other than scheduler is being traced"
|
/linux/arch/arm64/include/asm/ |
H A D | hardirq.h | 48 * Make sure the sysreg write is performed before ___ctx->cnt \ 54 * Make sure ___ctx->cnt is set before we save ___hcr. We \ 72 * Make sure we read ___ctx->hcr before we release \ 78 * Make sure ___ctx->cnt release is visible before we \
|
/linux/Documentation/hwmon/ |
H A D | submitting-patches.rst | 39 CONFIG_SMP, make sure it compiles for all configuration variants. 45 * Make sure the documentation in Documentation/hwmon/<driver_name>.rst is up to 48 * Make sure the information in Kconfig is up to date. 71 * Make sure that all dependencies are listed in Kconfig. 98 * If the driver has a detect function, make sure it is silent. Debug messages 122 * Make sure there are no race conditions in the probe function. Specifically,
|
/linux/arch/powerpc/kexec/ |
H A D | core_64.c | 48 * handle the virtual mode, we must make sure no destination in machine_kexec_prepare() 148 mb(); /* make sure our irqs are disabled before we say they are */ in kexec_smp_down() 152 mb(); /* make sure all irqs are disabled before this */ in kexec_smp_down() 156 * IPIs and be sure that no more will come in after this. in kexec_smp_down() 173 /* Make sure each CPU has at least made it to the state we need. in kexec_prepare_cpus_wait() 206 * We need to make sure each present CPU is online. The next kernel will scan 235 mb(); /* make sure IRQs are disabled before we say they are */ in kexec_prepare_cpus() 239 /* we are sure every CPU has IRQs off at this point */ in kexec_prepare_cpus() 243 * Before removing MMU mappings make sure all CPUs have entered real in kexec_prepare_cpus() 280 * We need to make sure that this is 16384-byte aligned due to the
|
/linux/arch/mips/kernel/ |
H A D | entry.S | 47 local_irq_disable # make sure we dont miss an 84 local_irq_disable # make sure need_resched and 128 local_irq_disable # make sure need_resched and 150 local_irq_disable # make sure need_resched doesn't
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | vxlan.sh | 280 # These tests make sure that we correctly sanitize VxLAN device 429 # UDP destination port. These tests make sure that we forbid 521 # Add the FDB entry back to the bridge driver and make sure it is 546 # Add the FDB entry back to the VxLAN driver and make sure it is 875 # Try to map both VNIs to the same VLAN and make sure configuration 999 # Add the FDB entry back to the bridge driver and make sure it is 1024 # Add the FDB entry back to the VxLAN driver and make sure it is 1049 # Toggle PVID flag on one VxLAN device and make sure route is still 1057 # Toggle PVID flag on second VxLAN device and make sure route is no 1065 # Toggle PVID flag back and make sure route is marked as offloaded [all …]
|
/linux/tools/testing/selftests/mm/ |
H A D | guard-regions.c | 341 /* Make sure we can touch it. */ in TEST_F() 348 /* Make sure we can touch it. */ in TEST_F() 358 /* Make sure they are all guard pages. */ in TEST_F() 365 /* Make sure the rest are not. */ in TEST_F() 375 /* Now make sure we can touch everything. */ in TEST_F() 383 * Now remove all guard pages, make sure we don't remove existing in TEST_F() 436 * Now mark the whole range as guard pages and make sure all VMAs are as in TEST_F() 590 /* Now make sure the guarding was applied. */ in TEST_F() 681 /* Make sure the range is still guarded. */ in TEST_F() 685 /* Make sure we can guard again without issue.*/ in TEST_F() [all …]
|
/linux/drivers/input/tablet/ |
H A D | Kconfig | 21 tablet. Make sure to say Y to "Mouse support" 34 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to 58 JamStudio tablet. Make sure to say Y to "Mouse support"
|
/linux/Documentation/core-api/ |
H A D | local_ops.rst | 40 CPU which owns the data. Therefore, care must taken to make sure that only one 42 making sure that we modify it from within a preemption safe context. It is 71 process context to make sure the process won't be migrated to a 77 disable preemption anyway to make sure it will still work correctly on 104 local atomic operations: it makes sure that preemption is disabled around write
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_multi.c | 39 /* Attach child program and make sure it returns new value: in run_getsockopt_test() 63 /* Attach parent program and make sure it returns new value: in run_getsockopt_test() 109 /* Detach child program and make sure we still get EPERM: in run_getsockopt_test() 190 /* Attach child program and make sure it adds 0x10. */ in run_setsockopt_test() 218 /* Attach parent program and make sure it adds another 0x10. */ in run_setsockopt_test()
|
/linux/drivers/misc/lkdtm/ |
H A D | cfi.c | 82 /* Use of volatile is to make sure final write isn't seen as a dead store. */ in set_return_addr_unchecked() 86 /* Make sure we've found the right place on the stack before writing it. */ in set_return_addr_unchecked() 98 /* Use of volatile is to make sure final write isn't seen as a dead store. */ in set_return_addr() 102 /* Make sure we've found the right place on the stack before writing it. */ in set_return_addr()
|
/linux/Documentation/networking/ |
H A D | gen_stats.rst | 85 are responsible for making sure that the lock is initialized. 105 1) make sure you have basic stats and rate stats setup first. 106 2) make sure you have initialized stats lock that is used to setup such 122 my_rate_est_stats) Make sure that my_basicstats and my_rate_est_stats
|
/linux/Documentation/admin-guide/ |
H A D | init.rst | 12 2) **init binary doesn't exist on rootfs**: Make sure you have the correct 28 5) **Binary cannot be loaded**: Make sure the binary's architecture matches 31 you should make sure that the script specifies an interpreter in its
|
/linux/include/net/libeth/ |
H A D | cache.h | 10 * libeth_cacheline_group_assert - make sure cacheline group size is expected 39 * libeth_cacheline_struct_assert - make sure CL-based struct size is expected 52 * libeth_cacheline_set_assert - make sure CL-based struct layout is expected
|
/linux/kernel/ |
H A D | watchdog_buddy.c | 55 * Makes sure that watchdog is touched on this CPU before in watchdog_hardlockup_enable() 79 * Makes sure that watchdog is touched on the next CPU before in watchdog_hardlockup_disable() 106 * Make sure that the watchdog was touched on next CPU when in watchdog_buddy_check_hardlockup()
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_hugepage.c | 55 * Make sure this is thp or devmap entry in __hash_page_thp() 90 * page. They are all invalid now. This make sure we in __hash_page_thp() 116 * large pte is marked busy, so we can be sure in __hash_page_thp() 168 * large pte is marked busy, so we can be sure in __hash_page_thp()
|
/linux/Documentation/networking/device_drivers/ethernet/ti/ |
H A D | tlan.rst | 49 I am not sure if 100BaseTX daughterboards (for those cards which 85 to force 100Mbs operation. (I'm not sure what will happen 130 1. Make sure your card's PCI id is among those listed in 132 2. Make sure routing is correct.
|
/linux/Documentation/trace/ |
H A D | tracepoints.rst | 99 the module exit function to make sure there is no caller left using 101 probe call, make sure that probe removal and module unload are safe. 105 tracepoint name over all the kernel to make sure no type conflict will 107 to make sure typing is correct. Verification of probe type correctness
|
/linux/arch/powerpc/kernel/ |
H A D | l2cr_6xx.S | 12 - Terry: Made sure code disabled interrupts before running. (Previously 44 doing these things. When first enabling the cache, make sure 89 /* Make sure this is a 750 or 7400 chip */ 150 * text, we can't be sure they are, we just hope very hard 190 /* CPU errata: Make sure the mtspr below is already in the 280 /* Make sure this is a 745x chip */
|
/linux/arch/alpha/boot/tools/ |
H A D | mkbb.c | 94 /* Make sure of the arg count */ in main() 100 /* First, open the device and make sure it's accessible */ in main() 107 /* Now open the lxboot and make sure it's reasonable */ in main()
|