Home
last modified time | relevance | path

Searched full:raised (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/OK3568_Linux_fs/kernel/kernel/
H A Dirq_work.c118 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local
120 raised = this_cpu_ptr(&raised_list); in irq_work_needs_cpu()
123 if (llist_empty(raised) || arch_irq_work_has_interrupt()) in irq_work_needs_cpu()
186 struct llist_head *raised = this_cpu_ptr(&raised_list); in irq_work_tick() local
188 if (!llist_empty(raised) && !arch_irq_work_has_interrupt()) in irq_work_tick()
189 irq_work_run_list(raised); in irq_work_tick()
/OK3568_Linux_fs/kernel/lib/math/
H A Dint_pow.c14 * @base: base which will be raised to the given power
15 * @exp: power to be raised to
17 * Computes: pow(base, exp), i.e. @base raised to the @exp power
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/
H A DGeoTab.qml139 text: "Lat:"; style: Text.Raised; styleColor: "black"
142 … text: positionSource.position.coordinate.latitude; style: Text.Raised; styleColor: "black";
145 text: "Lon:"; style: Text.Raised; styleColor: "black"
148 … text: positionSource.position.coordinate.longitude; style: Text.Raised; styleColor: "black"
159 …printableMethod(positionSource.supportedPositioningMethods); style: Text.Raised; styleColor: "blac…
H A DListDelegate.qml71 …idth: parent.width; font.bold: true; elide: Text.ElideRight; style: Text.Raised; styleColor: "blac…
72 …dth: parent.width; elide: Text.ElideRight; color: "#cccccc"; style: Text.Raised; styleColor: "blac…
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dmpic.c181 struct irq_queue raised; member
367 * it is still raised, in case ctpr is lowered later. in IRQ_local_pipe()
370 IRQ_setbit(&dst->raised, n_IRQ); in IRQ_local_pipe()
372 IRQ_resetbit(&dst->raised, n_IRQ); in IRQ_local_pipe()
374 IRQ_check(opp, &dst->raised); in IRQ_local_pipe()
389 __func__, n_CPU, n_IRQ, dst->raised.next); in IRQ_local_pipe()
394 if (dst->raised.priority > dst->ctpr && in IRQ_local_pipe()
395 dst->raised.priority > dst->servicing.priority) { in IRQ_local_pipe()
397 __func__, n_IRQ, dst->raised.next, in IRQ_local_pipe()
398 dst->raised.priority, dst->ctpr, in IRQ_local_pipe()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/include/kutf/
H A Dkutf_resultset.h35 * @KUTF_RESULT_DEBUG: The test result passed, but raised a debug
37 * @KUTF_RESULT_INFO: The test result passed, but raised
39 * @KUTF_RESULT_WARN: The test result passed, but raised a warning
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_utils.py140 exception will be raised.
166 an error code, otherwise an exception will be raised if such
183 and exception method. If not, an exception is raised.
199 "but it was not raised" % (retcode, msg))
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dtest_FCOMI.c102 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in test_qnan()
131 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in testu_qnan()
160 // " fnclex""\n" // flds of a snan raised FE_INVALID, clear it in testu_snan()
246 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in testp_qnan()
274 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in testup_qnan()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dda9150-fg.txt8 - dlg,warn-soc-level: Battery discharge level (%) where warning event raised.
10 - dlg,crit-soc-level: Battery discharge level (%) where critical event raised.
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dv4l2-event.rst24 raised by the driver.
41 so that an event can be raised by that object. So the ``node`` field can
50 - struct v4l2_subscribed_event has a ringbuffer of raised
60 callbacks are called when a new event is raised and there is no more room.
/OK3568_Linux_fs/buildroot/package/python3/
H A D0011-Add-importlib-fix-for-PEP-3147-issue.patch35 - If sys.implementation.cache_tag is None then NotImplementedError is raised.
65 - not conform to PEP 3147/488 format, ValueError will be raised. If
66 - sys.implementation.cache_tag is None then NotImplementedError is raised.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A D__init__.py30 """Exception raised when parsing fails"""
44 """Exception raised to skip this recipe"""
47 """Exception raised to skip this recipe (use SkipRecipe in new code)"""
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H A Dkutf_resultset.h39 * @KUTF_RESULT_DEBUG: The test result passed, but raised a debug
41 * @KUTF_RESULT_INFO: The test result passed, but raised
43 * @KUTF_RESULT_WARN: The test result passed, but raised a warning
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-force-tm.c12 * saved prior to the signal being raised, and it is restored when there is
83 * fork() prior to the signal being raised. in usr_signal_handler()
145 * the signal is raised. in tm_trap_test()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhil_mlc.h136 struct semaphore csem; /* Raised when loop idle */
139 struct semaphore osem; /* Raised when outpacket dispatched */
143 struct semaphore isem; /* Raised when a packet arrives */
/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dfdiv.c33 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdiv()
39 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdiv()
H A Dfdivs.c34 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdivs()
40 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdivs()
/OK3568_Linux_fs/buildroot/package/python-hiredis/
H A D0001-setup.py-fix-build-with-gcc-4.8.patch6 Fix the following build failure on gcc 4.8 which is raised since version
16 This build failure is raised because hiredis source code is built
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Ducontext.h40 * despite the fact that the SS selector when the signal was raised is
47 * the signal was raised.. Old kernels would lose track of the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DAda-Exception-GDB_002fMI-Catchpoint-Commands.html74 that stop the execution when Ada exceptions are being raised.
132 <p>Add a catchpoint stopping when Ada exceptions are raised.
134 gets raised. But it is also possible, by using some of the
148 <dd><p>Only stop when <var>exception-name</var> is raised. This option cannot
155 <dd><p>Stop only when an unhandled exception gets raised. This option
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DAda-Exception-GDB_002fMI-Catchpoint-Commands.html74 that stop the execution when Ada exceptions are being raised.
132 <p>Add a catchpoint stopping when Ada exceptions are raised.
134 gets raised. But it is also possible, by using some of the
148 <dd><p>Only stop when <var>exception-name</var> is raised. This option cannot
155 <dd><p>Stop only when an unhandled exception gets raised. This option
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/
H A Dtesttargetloader.py14 # AttributeError raised if not found.
15 # ImportError raised if a provided module can not be imported.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py16 """Indicates exceptions raised by a Pyinotify class."""
22 Raised on unsupported Python versions.
89 Raised when no inotify support couldn't be found.
404 only one event can be raised at a given time.
447 Event structure, represent events raised by the system. This
502 event was raised in case where the watched directory
503 is the parent directory. None if the event was raised
538 event was raised in case where the watched directory
539 is the parent directory. None if the event was raised
547 - dir (bool): True if the event was raised against a directory.
[all …]
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dtagged-pointers.rst40 result in an error code being returned, a (fatal) signal being raised,
69 For signals raised in response to watchpoint debug exceptions, the
/OK3568_Linux_fs/kernel/Documentation/admin-guide/perf/
H A Dimx-ddr.rst13 interrupt is raised. If any other counter overflows, it continues counting, and
14 no interrupt is raised.

12345678910>>...24