Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e47b207a5bcb73bb097f94d9fe364f50737b0eb2 10 lines 261 B view raw
1#ifndef _LINUX_BH_H 2#define _LINUX_BH_H 3 4extern void local_bh_disable(void); 5extern void __local_bh_enable(void); 6extern void _local_bh_enable(void); 7extern void local_bh_enable(void); 8extern void local_bh_enable_ip(unsigned long ip); 9 10#endif /* _LINUX_BH_H */