Home
last modified time | relevance | path

Searched full:sure (Results 1 – 25 of 7152) sorted by relevance

12345678910>>...287

/kernel/linux/linux-4.19/net/wireless/
Dwext-spy.c34 /* 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/
Dwext-spy.c34 /* 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/
Dfunc_event_triggers.tc78 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"
Dfgraph-filter.tc6 # 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
Dfunc_profiler.tc40 # 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/
Dfunc_event_triggers.tc85 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"
Dfgraph-filter.tc5 # 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
Dfunc_profiler.tc55 # 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/
Dhardirq.h51 * 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/
Dmachine_kexec_64.c46 * 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/
Dcore_64.c46 * 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/
DKconfig21 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/
DKconfig20 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/
Dsubmitting-patches.rst40 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/
Dsubmitting-patches35 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/
Dsb1000.rst61 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/
DREADME.sb100054 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
Dgen_stats.txt76 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
Dtlan.txt35 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/
Dhdio.txt158 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/
Dentry.S48 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/
Dentry.S48 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/
Dentry-common.h16 * 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/
Dprintk_safe.c39 * 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/
Dprintk_safe.c29 * 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()

12345678910>>...287