| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | irq_work.c | 118 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 D | int_pow.c | 14 * @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 D | GeoTab.qml | 139 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 D | ListDelegate.qml | 71 …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 D | mpic.c | 181 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 D | kutf_resultset.h | 35 * @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 D | u_boot_utils.py | 140 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 D | test_FCOMI.c | 102 " 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 D | da9150-fg.txt | 8 - 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 D | v4l2-event.rst | 24 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 D | 0011-Add-importlib-fix-for-PEP-3147-issue.patch | 35 - 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__.py | 30 """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 D | kutf_resultset.h | 39 * @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 D | tm-signal-context-force-tm.c | 12 * 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 D | hil_mlc.h | 136 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 D | fdiv.c | 33 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdiv() 39 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdiv()
|
| H A D | fdivs.c | 34 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 D | 0001-setup.py-fix-build-with-gcc-4.8.patch | 6 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 D | ucontext.h | 40 * 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 D | Ada-Exception-GDB_002fMI-Catchpoint-Commands.html | 74 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 D | Ada-Exception-GDB_002fMI-Catchpoint-Commands.html | 74 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 D | testtargetloader.py | 14 # 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 D | pyinotify.py | 16 """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 D | tagged-pointers.rst | 40 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 D | imx-ddr.rst | 13 interrupt is raised. If any other counter overflows, it continues counting, and 14 no interrupt is raised.
|