Searched refs:hardirq (Results 1 – 21 of 21) sorted by relevance
38 - hardirq68 A softirq-unsafe lock-class is automatically hardirq-unsafe as well. The72 <hardirq-safe> and <hardirq-unsafe>97 <hardirq-safe> -> <hardirq-unsafe>100 The first rule comes from the fact the a hardirq-safe lock could be101 taken by a hardirq context, interrupting a hardirq-unsafe lock - and113 - if a new hardirq-safe lock is discovered, we check whether it114 took any hardirq-unsafe lock in the past.119 - if a new hardirq-unsafe lock is discovered, we check whether any120 hardirq-safe lock took it in the past.[all …]
21 API-synchronize-hardirq27 API-disable-hardirq
363 API-synchronize-hardirq369 API-disable-hardirq
12 generic-y += hardirq.h
10 generic-y += hardirq.h
13 This enables support for hardware-assisted userspace hardirq
15 generic-y += hardirq.h
13 generic-y += hardirq.h
18 generic-y += hardirq.h
21 generic-y += hardirq.h
27 generic-y += hardirq.h
390 int hardirq; in trace_print_lat_fmt() local393 hardirq = entry->flags & TRACE_FLAG_HARDIRQ; in trace_print_lat_fmt()418 (hardirq && softirq) ? 'H' : in trace_print_lat_fmt()419 hardirq ? 'h' : in trace_print_lat_fmt()
5 the "irq-flags tracing" feature "traces" hardirq and softirq state, in
569 # | / _---=> hardirq/softirq622 # || / _---=> hardirq/softirq 680 hardirq/softirq:953 # || / _---=> hardirq/softirq 1004 # || / _---=> hardirq/softirq 1099 # || / _---=> hardirq/softirq 1136 # || / _---=> hardirq/softirq 1249 # || / _---=> hardirq/softirq 1302 # || / _---=> hardirq/softirq 1415 # || / _---=> hardirq/softirq [all …]
337 hardirq enter / hardirq exit904 c. Do you need to treat NMI handlers, hardirq handlers,
5085 int hardirq; in pevent_data_lat_fmt() local5113 hardirq = lat_flags & TRACE_FLAG_HARDIRQ; in pevent_data_lat_fmt()5122 (hardirq && softirq) ? 'H' : in pevent_data_lat_fmt()5123 hardirq ? 'h' : softirq ? 's' : '.'); in pevent_data_lat_fmt()
498 in the end of an hardirq.
359 between system, softirq and hardirq state, so there is a388 transitions between softirq and hardirq state, so there can be a