Home
last modified time | relevance | path

Searched refs:raised (Results 1 – 25 of 130) sorted by relevance

123456

/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/arch/powerpc/kvm/
H A Dmpic.c181 struct irq_queue raised; member
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()
547 memset(&opp->dst[i].raised, 0, sizeof(struct irq_queue)); in openpic_reset()
[all …]
/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/arch/arm/nwfpe/
H A Dsoftfloat-specialize106 exception is raised.
138 signaling NaN, the invalid exception is raised.
200 exception is raised.
235 signaling NaN, the invalid exception is raised.
308 invalid exception is raised.
344 `b' is a signaling NaN, the invalid exception is raised.
/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/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.
H A D0033-lib-crypt-uClibc-ng-doesn-t-set-errno-when-encryptio.patch7 Since commit [1] in cpython, an exception is raised when an encryption method
/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/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/ABI/testing/
H A Dusb-uevent6 longer functional a uevent will be raised. The uevent will
/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.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-pygpgme/
H A D0003-handle-generic-error-when-no-passphrase-callback-pre.patch29 self.fail('gpgme.GpgmeError not raised')
/OK3568_Linux_fs/buildroot/package/openocd/
H A D0002-configure.ac-fix-autoreconf-with-autoconf-2.70.patch6 Fix the following build failure raised with openocd and autoconf >= 2.70
/OK3568_Linux_fs/buildroot/package/diffutils/
H A D0001-m4-stack-direction.m4-fix-build-on-microblazeel.patch6 Fix the following build failure on microblazeel with diffutils raised
/OK3568_Linux_fs/buildroot/package/sg3_utils/
H A D0002-configure.ac-fix-uclibc-ng-build.patch6 Fix the following build failure with uclibc-ng raised because SG_IO is
H A D0001-src-sg_dd.c-fix-musl-build.patch6 Fix the following build failure on musl raised since version 1.47 and
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dfix-writing-emtpy-file.patch9 error was miss-raised.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0002-apache2-bump-up-the-core-size-limit-if-CoreDumpDirec.patch35 + "core dump file size limit raised to %lu bytes",
/OK3568_Linux_fs/buildroot/linux/5.10.162-cip24-rt10/
H A D0001-arch-microblaze-mm-init.c-fix-build.patch6 Fix the following build failure on microblaze raised since
/OK3568_Linux_fs/buildroot/package/freerdp/
H A D0003-winpr-include-winpr-file.h-fix-build-on-uclibc.patch6 Include stdio.h to fix the following build failure with uclibc raised
/OK3568_Linux_fs/buildroot/package/s6-linux-init/
H A D0001-configure-add-D_GNU_SOURCE.patch9 This will fix the following build failure with uclibc-ng which is raised
/OK3568_Linux_fs/buildroot/package/alsa-utils/
H A D0003-configure.ac-fix-build-without-dlfcn.h.patch6 Fix the following static build failure (i.e. without dlfcn.h) raised
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc/
H A D0001-tools-trace.py-Fix-failing-to-exit.patch7 Yocto latest python v3.8.5, the exception raised by exit() is ignored and
/OK3568_Linux_fs/buildroot/package/libselinux/
H A D0003-libselinux-utils-getseuser.c-fix-build-with-gcc-4.8.patch6 Fix the following build failure with gcc 4.8 which is raised since
/OK3568_Linux_fs/buildroot/package/libexif/
H A D0001-libexif-exif-gps-ifd.c-fix-build-with-gcc-4.8.patch6 Fix the following build failure with gcc 4.8 raised since version 0.6.23 and

123456