/linux-6.12.1/tools/testing/selftests/drivers/net/netdevsim/ ! |
D | fib_notifications.sh | 31 # Make sure that the first notification was emitted without 47 # Make sure that the first notification was emitted without RTM_F_TRAP 112 # Make sure a single notification will be emitted for the programmed 119 # Make sure two notifications will be emitted for the programmed route. 125 # make sure a single notification will be emitted for the programmed 165 # Make sure a single notification will be emitted for the deleted route, 212 # Make sure a single notification will be emitted for the new route. 218 # Make sure two notifications will be emitted for the new route. 224 # make sure a single notification will be emitted for the new route. 246 # Make sure a single notification will be emitted for the programmed [all …]
|
/linux-6.12.1/lib/ ! |
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-6.12.1/net/wireless/ ! |
D | wext-spy.c | 34 /* Make sure driver is not buggy or using the old API */ in iw_handler_set_spy() 46 * The rtnl_lock() make sure we don't race with the other iw_handlers. in iw_handler_set_spy() 47 * This make sure wireless_spy_update() "see" that the spy list in iw_handler_set_spy() 64 /* Make sure above is updated before re-enabling */ in iw_handler_set_spy() 83 /* Make sure driver is not buggy or using the old API */ in iw_handler_get_spy() 118 /* Make sure driver is not buggy or using the old API */ in iw_handler_set_thrspy() 145 /* Make sure driver is not buggy or using the old API */ in iw_handler_get_thrspy() 200 /* Make sure driver is not buggy or using the old API */ in wireless_spy_update()
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ ! |
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-6.12.1/tools/testing/selftests/ftrace/test.d/ftrace/ ! |
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"
|
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
|
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-6.12.1/arch/arm64/include/asm/ ! |
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-6.12.1/Documentation/hwmon/ ! |
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-6.12.1/Documentation/networking/device_drivers/cable/ ! |
D | sb1000.rst | 61 configuration. Make sure to say "Y" to "Prompt for development drivers" 65 2. **BEFORE** you build the kernel, edit drivers/net/sb1000.c. Make sure 76 IRQ, and DMA settings for all your PnP cards. Make sure none of the settings 97 8. Be sure to modify /etc/ppp/firewall to use ipchains instead of 124 IP addresses (like 204.71.200.67), be sure your /etc/resolv.conf file 155 /usr/include/linux and /usr/include/asm header files. Make sure you 165 Make sure they don't conflict with any other pieces of hardware first! Then 187 edit /etc/ppp/cablemodem and make sure the ",nobroadcast" option is turned on
|
/linux-6.12.1/arch/powerpc/kexec/ ! |
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-6.12.1/arch/mips/kernel/ ! |
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-6.12.1/arch/s390/boot/ ! |
D | vmlinux.lds.S | 93 . += 1; /* make sure we have \0 before the first entry */ 114 * Make sure the location counter is not less than TEXT_OFFSET. 129 . += SB_TRAILER_SIZE; /* make sure .sb.trailer does not overwrite the previous section */ 143 * Make sure that the .got.plt is either completely empty or it
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ ! |
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 …]
|
D | devlink_trap_policer.sh | 213 # Send packets at highest possible rate and make sure they are dropped 214 # by the policer. Make sure measured received rate is about 1000 pps 234 # Send packets at a rate of 1000 pps and make sure they are not dropped 250 # sure they are not dropped by the policer and that the measured 298 # Send a burst of 16 packets and make sure that 16 are received 320 # Unbind the policer and send a burst of 64 packets. Make sure that
|
/linux-6.12.1/drivers/input/tablet/ ! |
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-6.12.1/Documentation/admin-guide/ ! |
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-6.12.1/include/net/libeth/ ! |
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-6.12.1/drivers/misc/lkdtm/ ! |
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-6.12.1/Documentation/networking/ ! |
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-6.12.1/Documentation/core-api/ ! |
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-6.12.1/tools/testing/selftests/bpf/prog_tests/ ! |
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-6.12.1/security/landlock/ ! |
D | ruleset.h | 35 /* Makes sure all filesystem access rights can be stored. */ 37 /* Makes sure all network access rights can be stored. */ 39 /* Makes sure all scoped rights can be stored. */ 41 /* Makes sure for_each_set_bit() and for_each_clear_bit() calls are OK. */ 56 /* Makes sure all fields are covered. */ 61 /* Makes sure all layers can be checked. */
|
/linux-6.12.1/arch/x86/include/asm/ ! |
D | entry-common.h | 18 * Make sure that the entry code gave us a sensible EFLAGS in arch_enter_from_user_mode() 34 /* We think we came from user mode. Make sure pt_regs agrees. */ in arch_enter_from_user_mode() 71 * Compat syscalls set TS_COMPAT. Make sure we clear it before in arch_exit_to_user_mode_prepare()
|
/linux-6.12.1/kernel/ ! |
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()
|