Home
last modified time | relevance | path

Searched refs:__local_bh_enable_ip (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dbottom_half.h24 extern void __local_bh_enable_ip(unsigned long ip, unsigned int cnt);
28 __local_bh_enable_ip(ip, SOFTIRQ_DISABLE_OFFSET); in local_bh_enable_ip()
33 __local_bh_enable_ip(_THIS_IP_, SOFTIRQ_DISABLE_OFFSET); in local_bh_enable()
H A Dspinlock_api_smp.h196 __local_bh_enable_ip(_RET_IP_, SOFTIRQ_LOCK_OFFSET);
207 __local_bh_enable_ip(_RET_IP_, SOFTIRQ_LOCK_OFFSET);
H A Dspinlock_api_up.h55 do { __local_bh_enable_ip(_THIS_IP_, SOFTIRQ_LOCK_OFFSET); \
/linux/kernel/
H A Dsoftirq.c258 void __local_bh_enable_ip(unsigned long ip, unsigned int cnt) in __local_bh_enable_ip() function
308 EXPORT_SYMBOL(__local_bh_enable_ip);
427 void __local_bh_enable_ip(unsigned long ip, unsigned int cnt) in __local_bh_enable_ip() function
459 EXPORT_SYMBOL(__local_bh_enable_ip);