Searched refs:softirq_ctrl (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dsoftirq.c110 * also in per CPU softirq_ctrl::cnt. This is necessary to allow tasks in a
115 * holding softirq_ctrl::lock is running.
120 struct softirq_ctrl { struct
125 static DEFINE_PER_CPU(struct softirq_ctrl, softirq_ctrl) = {
126 .lock = INIT_LOCAL_LOCK(softirq_ctrl.lock),
136 * softirq_ctrl::lock was the only running task on the CPU and blocks on
141 return __this_cpu_read(softirq_ctrl.cnt) != 0;
154 local_lock(&softirq_ctrl.lock);
158 DEBUG_LOCKS_WARN_ON(this_cpu_read(softirq_ctrl
[all...]

Completed in 81 milliseconds