| /kernel/linux/linux-4.19/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/ |
| D | func_event_triggers.tc | 78 echo " make sure it works 5 times" 88 echo " make sure it's still works" 93 echo " make sure it only works 3 times" 109 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"
|
| /kernel/linux/linux-4.19/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's still works" 100 echo " make sure it only works 3 times" 116 echo " make sure it stop working"
|
| D | fgraph-filter.tc | 5 # Make sure that function graph filtering works 38 # search for functions (has "()" on the line), and make sure 45 # Make sure we did find something
|
| D | func_profiler.tc | 55 # make sure only schedule functions exist 62 echo "Make sure schedule was traced" 73 echo "make sure something other than scheduler is being traced"
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | hardirq.h | 51 * Make sure the sysreg write is performed before ___ctx->cnt \ 57 * Make sure ___ctx->cnt is set before we save ___hcr. We \ 75 * Make sure we read ___ctx->hcr before we release \ 81 * Make sure ___ctx->cnt release is visible before we \
|
| /kernel/linux/linux-4.19/arch/powerpc/kernel/ |
| D | machine_kexec_64.c | 46 * handle the virtual mode, we must make sure no destination in default_machine_kexec_prepare() 142 mb(); /* make sure our irqs are disabled before we say they are */ in kexec_smp_down() 146 mb(); /* make sure all irqs are disabled before this */ in kexec_smp_down() 150 * IPIs and be sure that no more will come in after this. in kexec_smp_down() 165 /* Make sure each CPU has at least made it to the state we need. in kexec_prepare_cpus_wait() 198 * We need to make sure each present CPU is online. The next kernel will scan 227 mb(); /* make sure IRQs are disabled before we say they are */ in kexec_prepare_cpus() 231 /* we are sure every CPU has IRQs off at this point */ in kexec_prepare_cpus() 235 * Before removing MMU mappings make sure all CPUs have entered real in kexec_prepare_cpus() 272 * We need to make sure that this is 16384-byte aligned due to the
|
| /kernel/linux/linux-5.10/arch/powerpc/kexec/ |
| D | core_64.c | 46 * handle the virtual mode, we must make sure no destination in default_machine_kexec_prepare() 142 mb(); /* make sure our irqs are disabled before we say they are */ in kexec_smp_down() 146 mb(); /* make sure all irqs are disabled before this */ in kexec_smp_down() 150 * IPIs and be sure that no more will come in after this. in kexec_smp_down() 167 /* Make sure each CPU has at least made it to the state we need. in kexec_prepare_cpus_wait() 200 * We need to make sure each present CPU is online. The next kernel will scan 229 mb(); /* make sure IRQs are disabled before we say they are */ in kexec_prepare_cpus() 233 /* we are sure every CPU has IRQs off at this point */ in kexec_prepare_cpus() 237 * Before removing MMU mappings make sure all CPUs have entered real in kexec_prepare_cpus() 274 * We need to make sure that this is 16384-byte aligned due to the
|
| /kernel/linux/linux-5.10/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 46 CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support" 70 JamStudio tablet. Make sure to say Y to "Mouse support"
|
| /kernel/linux/linux-4.19/drivers/input/tablet/ |
| D | Kconfig | 20 tablet. Make sure to say Y to "Mouse support" 33 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to 45 CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support" 69 JamStudio tablet. Make sure to say Y to "Mouse support"
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | submitting-patches.rst | 40 CONFIG_SMP, make sure it compiles for all configuration variants. 46 * Make sure the documentation in Documentation/hwmon/<driver_name>.rst is up to 49 * Make sure the information in Kconfig is up to date. 72 * Make sure that all dependencies are listed in Kconfig. 99 * If the driver has a detect function, make sure it is silent. Debug messages 123 * Make sure there are no race conditions in the probe function. Specifically,
|
| /kernel/linux/linux-4.19/Documentation/hwmon/ |
| D | submitting-patches | 35 CONFIG_SMP, make sure it compiles for all configuration variants. 41 * Make sure the documentation in Documentation/hwmon/<driver_name> is up to 44 * Make sure the information in Kconfig is up to date. 67 * Make sure that all dependencies are listed in Kconfig. 94 * If the driver has a detect function, make sure it is silent. Debug messages 118 * Make sure there are no race conditions in the probe function. Specifically,
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | README.sb1000 | 54 configuration. Make sure to say "Y" to "Prompt for development drivers" 58 2.) *BEFORE* you build the kernel, edit drivers/net/sb1000.c. Make sure 69 IRQ, and DMA settings for all your PnP cards. Make sure none of the settings 90 8.) Be sure to modify /etc/ppp/firewall to use ipchains instead of 116 IP addresses (like 204.71.200.67), be sure your /etc/resolv.conf file 146 /usr/include/linux and /usr/include/asm header files. Make sure you 155 Make sure they don't conflict with any other pieces of hardware first! Then 174 edit /etc/ppp/cablemodem and make sure the ",nobroadcast" option is turned on
|
| D | gen_stats.txt | 76 are responsible for making sure that the lock is initialized. 95 1) make sure you have basic stats and rate stats setup first. 96 2) make sure you have initialized stats lock that is used to setup such 112 my_rate_est_stats) Make sure that my_basicstats and my_rate_est_stats
|
| D | tlan.txt | 35 I am not sure if 100BaseTX daughterboards (for those cards which 67 to force 100Mbs operation. (I'm not sure what will happen 108 1. Make sure your card's PCI id is among those listed in 110 2. Make sure routing is correct.
|
| /kernel/linux/linux-4.19/Documentation/ioctl/ |
| D | hdio.txt | 158 EINVAL (bdev != bdev->bd_contains) (not sure what this means) 196 EINVAL (bdev != bdev->bd_contains) (not sure what this means) 250 EINVAL (bdev != bdev->bd_contains) (not sure what this means) 296 EINVAL (bdev != bdev->bd_contains) (not sure what this means) 858 EINVAL (bdev != bdev->bd_contains) (not sure what this means) 880 EINVAL (bdev != bdev->bd_contains) (not sure what this means) 900 EINVAL (bdev != bdev->bd_contains) (not sure what this means) 920 EINVAL (bdev != bdev->bd_contains) (not sure what this means) 991 EINVAL (bdev != bdev->bd_contains) (not sure what this means) 1011 EINVAL (bdev != bdev->bd_contains) (not sure what this means) [all …]
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| D | entry.S | 48 local_irq_disable # make sure we dont miss an 85 local_irq_disable # make sure need_resched and 129 local_irq_disable # make sure need_resched and 151 local_irq_disable # make sure need_resched doesn't
|
| /kernel/linux/linux-4.19/arch/mips/kernel/ |
| D | entry.S | 48 local_irq_disable # make sure we dont miss an 86 local_irq_disable # make sure need_resched and 130 local_irq_disable # make sure need_resched and 152 local_irq_disable # make sure need_resched doesn't
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | entry-common.h | 16 * Make sure that the entry code gave us a sensible EFLAGS in arch_check_user_regs() 32 /* We think we came from user mode. Make sure pt_regs agrees. */ in arch_check_user_regs() 63 * Compat syscalls set TS_COMPAT. Make sure we clear it before in arch_exit_to_user_mode_prepare()
|
| /kernel/linux/linux-4.19/kernel/printk/ |
| D | printk_safe.c | 39 * There are situations when we want to make sure that all buffers 97 * Make sure that all old data have been read before the buffer in printk_safe_log_store() 112 * makes sure that the data were written before updating s->len. in printk_safe_log_store() 230 /* Make sure that data has been written up to the @len */ in __printk_safe_flush() 237 * barrier that makes sure that the data were copied before in __printk_safe_flush() 252 * is useful only when someone wants to be sure that all buffers have 280 * Make sure that we could access the main ring buffer. in printk_safe_flush_on_panic()
|
| /kernel/linux/linux-5.10/kernel/printk/ |
| D | printk_safe.c | 29 * There are situations when we want to make sure that all buffers 89 * Make sure that all old data have been read before the buffer in printk_safe_log_store() 104 * makes sure that the data were written before updating s->len. in printk_safe_log_store() 220 /* Make sure that data has been written up to the @len */ in __printk_safe_flush() 227 * barrier that makes sure that the data were copied before in __printk_safe_flush() 242 * is useful only when someone wants to be sure that all buffers have 270 * Make sure that we could access the main ring buffer. in printk_safe_flush_on_panic()
|