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

/linux-master/kernel/
H A Dsoftirq.c181 static void __local_bh_enable(unsigned int cnt, bool unlock) function
242 __local_bh_enable(cnt, false);
246 __local_bh_enable(cnt, preempt_on);
264 __local_bh_enable(SOFTIRQ_OFFSET, true);
335 static void __local_bh_enable(unsigned int cnt) function
355 __local_bh_enable(SOFTIRQ_DISABLE_OFFSET);
400 __local_bh_enable(SOFTIRQ_OFFSET);

Completed in 192 milliseconds