Home
last modified time | relevance | path

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

12345678910>>...240

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7m/
H A Dcache.c124 /* Make sure cache selection is effective for next memory access */ in get_cline_size()
162 /* Make sure cache action is effective for next memory access */ in action_cache_range()
164 isb(); /* Make sure instruction stream sees it */ in action_cache_range()
182 /* Make sure cache selection is effective for next memory access */ in action_dcache_all()
194 /* Make sure cache action is effective for next memory access */ in action_dcache_all()
196 isb(); /* Make sure instruction stream sees it */ in action_dcache_all()
213 /* Make sure cache action is effective for next memory access */ in dcache_enable()
215 isb(); /* Make sure instruction stream sees it */ in dcache_enable()
231 /* Make sure cache action is effective for next memory access */ in dcache_disable()
233 isb(); /* Make sure instruction stream sees it */ in dcache_disable()
[all …]
/OK3568_Linux_fs/kernel/net/wireless/
H A 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()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dksample.py54 # make sure if module exists
73 # make sure if module exists
89 # make sure if module exists
128 # make sure if module exists
161 # make sure if module exists
184 # make sure if module exists
201 # make sure if module exists
222 # make sure if module exists
/OK3568_Linux_fs/kernel/arch/powerpc/kexec/
H A 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
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/cable/
H A 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
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/
H A 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"
H A 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
H A 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"
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A 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,
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A 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 \
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A 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"
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dappendix-obtain.rst61 4. *Run the Installer:* Be sure you have execution privileges and run
80 1. *Set Up the Build Environment:* Be sure you are set up to use BitBake
112 4. *Make Sure You Are Building an Installer for the Correct Machine:*
113 Check to be sure that your
118 5. *Make Sure Your SDK Machine is Correctly Set:* If you are building a
120 current development host machine (i.e. the build host), be sure that
141 sure to replace ``image`` with an image (e.g. "core-image-sato")::
159 of libraries, you need to be sure your SDK has the appropriate
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dcache_v7.c91 /* DSB to make sure the operation is complete */ in v7_dcache_maint_range()
104 /* Full system DSB - make sure that the invalidation is complete */ in v7_inval_tlb()
106 /* Full system ISB - make sure the instruction stream sees it */ in v7_inval_tlb()
212 /* Full system DSB - make sure that the invalidation is complete */ in invalidate_icache_all()
215 /* ISB - make sure the instruction stream sees it */ in invalidate_icache_all()
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan.sh272 # These tests make sure that we correctly sanitize VxLAN device
422 # UDP destination port. These tests make sure that we forbid
510 # Add the FDB entry back to the bridge driver and make sure it is
535 # Add the FDB entry back to the VxLAN driver and make sure it is
855 # Try to map both VNIs to the same VLAN and make sure configuration
977 # Add the FDB entry back to the bridge driver and make sure it is
1002 # Add the FDB entry back to the VxLAN driver and make sure it is
1027 # Toggle PVID flag on one VxLAN device and make sure route is still
1035 # Toggle PVID flag on second VxLAN device and make sure route is no
1043 # Toggle PVID flag back and make sure route is marked as offloaded
[all …]
H A Ddevlink_trap_policer.sh213 # 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
294 # Send a burst of 16 packets and make sure that 16 are received
316 # Unbind the policer and send a burst of 64 packets. Make sure that
/OK3568_Linux_fs/kernel/kernel/printk/
H A 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()
/OK3568_Linux_fs/buildroot/package/python-pyqt5/
H A D0001-configure-skip-qtdetail.patch9 Therefore, this patch makes sure that the pre-generated qtdetail.out
23 - # Create the output file, first making sure it doesn't exist.
28 … error("%s failed to create %s. Make sure your Qt installation is correct." % (cmd, out_file))
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A 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
/OK3568_Linux_fs/external/recovery/
H A Droots.h28 // Make sure that the volume 'path' is on is mounted. Returns 0 on
32 // Make sure that the volume 'path' is on is mounted. Returns 0 on
36 // Make sure that the volume 'path' is on is mounted. Returns 0 on
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DNGPL9 … license is intended to give everyone the right to share NetHack. To make sure that you get the ri…
11 Specifically, we want to make sure that you have the right to give away copies of NetHack, that you…
13sure that everyone has such rights, we have to forbid you to deprive anyone else of these rights. …
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgen-bootlin-toolchains82 # Not sure it could be used by other mips32 variants?
87 # Not sure it could be used by other mips32el variants?
100 # Not sure it could be used by other mips64 variants?
105 # Not sure it could be used by other mips64 variants?
110 # Not sure it could be used by other mips64el variants?
127 # Not sure it could be used by other powerpc variants?
132 # Not sure it could be used by other powerpc variants?
137 # Not sure it could be used by other powerpc variants?
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston.service11 # Make sure we are started after logins are permitted.
25 # Since we are part of the graphical session, make sure we are started before
47 # Make sure the working directory is the users home directory
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Da3000.c101 mb(); /* make sure setup is completed */ in dma_setup()
103 mb(); /* make sure DMA has started before next IO */ in dma_setup()
123 mb(); /* make sure CNTR is updated before next IO */ in dma_stop()
142 mb(); /* make sure DMA is stopped before next IO */ in dma_stop()
146 mb(); /* make sure CNTR is updated before next IO */ in dma_stop()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dlocal_ops.rst40 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
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A 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()

12345678910>>...240