| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | vtime.c | 127 u64 timer, clock, user, guest, system, hardirq, softirq; in do_account_vtime() local 161 hardirq = update_tsk_timer(&tsk->thread.hardirq_timer, in do_account_vtime() 166 clock - user - guest - system - hardirq - softirq; in do_account_vtime() 181 if (hardirq) in do_account_vtime() 182 account_system_index_scaled(tsk, hardirq, CPUTIME_IRQ); in do_account_vtime() 186 return virt_timer_forward(user + guest + system + hardirq + softirq); in do_account_vtime()
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | lockdep-design.rst | 54 - hardirq 90 | \---> hardirq disabled and not in hardirq context 91 \----> acquired in hardirq context 120 A softirq-unsafe lock-class is automatically hardirq-unsafe as well. The 124 <hardirq-safe> or <hardirq-unsafe> 159 <hardirq-safe> -> <hardirq-unsafe> 162 The first rule comes from the fact that a hardirq-safe lock could be 163 taken by a hardirq context, interrupting a hardirq-unsafe lock - and 175 - if a new hardirq-safe lock is discovered, we check whether it 176 took any hardirq-unsafe lock in the past. [all …]
|
| H A D | seqlock.rst | 48 write side section. If the read section can be invoked from hardirq or 167 If the read side section can be invoked from hardirq or softirq context,
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | TODO | 12 hardirq handler cpqhp_ctrl_intr(). Convert this to threaded IRQ handling. 69 * The hardirq handler shpc_isr() queues events on a workqueue. It can be
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/ |
| H A D | 0001-sleepgraph-add-support-for-RT-kernel-ftrace-flags.patch | 12 || / _---=> hardirq/softirq
|
| /OK3568_Linux_fs/kernel/drivers/sh/intc/ |
| H A D | Kconfig | 14 This enables support for hardware-assisted userspace hardirq
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_output.c | 445 int hardirq; in trace_print_lat_fmt() local 450 hardirq = entry->flags & TRACE_FLAG_HARDIRQ; in trace_print_lat_fmt() 475 (nmi && hardirq) ? 'Z' : in trace_print_lat_fmt() 477 (hardirq && softirq) ? 'H' : in trace_print_lat_fmt() 478 hardirq ? 'h' : in trace_print_lat_fmt()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | Kbuild | 26 mandatory-y += hardirq.h
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | ftrace.rst | 857 # | / _---=> hardirq/softirq 910 # || / _---=> hardirq/softirq 968 hardirq/softirq: 969 - 'Z' - NMI occurred inside a hardirq 1376 # || / _---=> hardirq/softirq 1427 # || / _---=> hardirq/softirq 1504 # | / _---=> hardirq/softirq 1575 # || / _---=> hardirq/softirq 1613 # || / _---=> hardirq/softirq 1727 # || / _---=> hardirq/softirq [all …]
|
| H A D | histogram.rst | 1194 # | / _---=> hardirq/softirq
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/irq/ |
| H A D | irqflags-tracing.rst | 7 The "irq-flags tracing" feature "traces" hardirq and softirq state, in
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | todo.rst | 462 main issue here is that panics can be triggered from hardirq contexts and 463 hence all panic related callback can run in hardirq context. It would be 465 e.g. trigger calls through drm debugfs files. hardirq context could be 479 even spinlocks (because NMI and hardirq can panic too). We need to either
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | whatisRCU.rst | 377 hardirq enter / hardirq exit 1012 c. Do you need to treat NMI handlers, hardirq handlers,
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | event-parse.c | 5758 int hardirq; in data_latency_format() local 5787 hardirq = lat_flags & TRACE_FLAG_HARDIRQ; in data_latency_format() 5796 (hardirq && softirq) ? 'H' : in data_latency_format() 5797 hardirq ? 'h' : softirq ? 's' : '.'); in data_latency_format()
|
| /OK3568_Linux_fs/kernel/arch/ |
| H A D | Kconfig | 832 in the end of an hardirq.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | intel_pstate.rst | 742 # | / _---=> hardirq/softirq
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | Kconfig | 487 between system, softirq and hardirq state, so there is a 519 transitions between softirq and hardirq state, so there can be a
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | resctrl_ui.rst | 655 # | / _---=> hardirq/softirq
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | usage.rst | 1261 # | / _---=> hardirq/softirq 1594 # | / _---=> hardirq/softirq
|