Home
last modified time | relevance | path

Searched refs:hardirq (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/Documentation/locking/
Dlockdep-design.txt38 - hardirq
68 A softirq-unsafe lock-class is automatically hardirq-unsafe as well. The
72 <hardirq-safe> and <hardirq-unsafe>
97 <hardirq-safe> -> <hardirq-unsafe>
100 The first rule comes from the fact the a hardirq-safe lock could be
101 taken by a hardirq context, interrupting a hardirq-unsafe lock - and
113 - if a new hardirq-safe lock is discovered, we check whether it
114 took any hardirq-unsafe lock in the past.
119 - if a new hardirq-unsafe lock is discovered, we check whether any
120 hardirq-safe lock took it in the past.
[all …]
/linux-4.1.27/arch/um/include/asm/
DKbuild12 generic-y += hardirq.h
/linux-4.1.27/arch/cris/include/asm/
DKbuild11 generic-y += hardirq.h
/linux-4.1.27/arch/xtensa/include/asm/
DKbuild11 generic-y += hardirq.h
/linux-4.1.27/drivers/sh/intc/
DKconfig13 This enables support for hardware-assisted userspace hardirq
/linux-4.1.27/arch/arc/include/asm/
DKbuild14 generic-y += hardirq.h
/linux-4.1.27/arch/metag/include/asm/
DKbuild15 generic-y += hardirq.h
/linux-4.1.27/arch/hexagon/include/asm/
DKbuild18 generic-y += hardirq.h
/linux-4.1.27/arch/unicore32/include/asm/
DKbuild18 generic-y += hardirq.h
/linux-4.1.27/arch/nios2/include/asm/
DKbuild21 generic-y += hardirq.h
/linux-4.1.27/arch/openrisc/include/asm/
DKbuild27 generic-y += hardirq.h
/linux-4.1.27/kernel/trace/
Dtrace_output.c434 int hardirq; in trace_print_lat_fmt() local
437 hardirq = entry->flags & TRACE_FLAG_HARDIRQ; in trace_print_lat_fmt()
462 (hardirq && softirq) ? 'H' : in trace_print_lat_fmt()
463 hardirq ? 'h' : in trace_print_lat_fmt()
/linux-4.1.27/Documentation/
Dirqflags-tracing.txt5 the "irq-flags tracing" feature "traces" hardirq and softirq state, in
/linux-4.1.27/Documentation/trace/
Dftrace.txt558 # | / _---=> hardirq/softirq
611 # || / _---=> hardirq/softirq
669 hardirq/softirq:
940 # || / _---=> hardirq/softirq
991 # || / _---=> hardirq/softirq
1086 # || / _---=> hardirq/softirq
1123 # || / _---=> hardirq/softirq
1236 # || / _---=> hardirq/softirq
1289 # || / _---=> hardirq/softirq
1402 # || / _---=> hardirq/softirq
[all …]
/linux-4.1.27/Documentation/RCU/
DwhatisRCU.txt335 hardirq enter / hardirq exit
904 c. Do you need to treat NMI handlers, hardirq handlers,
/linux-4.1.27/tools/lib/traceevent/
Devent-parse.c4958 int hardirq; in pevent_data_lat_fmt() local
4986 hardirq = lat_flags & TRACE_FLAG_HARDIRQ; in pevent_data_lat_fmt()
4995 (hardirq && softirq) ? 'H' : in pevent_data_lat_fmt()
4996 hardirq ? 'h' : softirq ? 's' : '.'); in pevent_data_lat_fmt()
/linux-4.1.27/arch/
DKconfig486 in the end of an hardirq.
/linux-4.1.27/init/
DKconfig359 between system, softirq and hardirq state, so there is a
388 transitions between softirq and hardirq state, so there can be a