/linux-2.4.37.9/include/asm-parisc/ |
D | softirq.h | 11 #define __local_bh_enable() local_bh_enable() 12 #define local_bh_enable() cpu_bh_enable(smp_processor_id()) macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | softirq.h | 14 #define local_bh_enable() cpu_bh_enable(smp_processor_id()) macro 15 #define __local_bh_enable() local_bh_enable()
|
/linux-2.4.37.9/include/linux/ |
D | spinlock.h | 26 #define spin_unlock_bh(lock) do { spin_unlock(lock); local_bh_enable(); } while (0) 30 #define read_unlock_bh(lock) do { read_unlock(lock); local_bh_enable(); } while (0) 34 #define write_unlock_bh(lock) do { write_unlock(lock); local_bh_enable(); } while (0) 37 if (!__r) local_bh_enable(); \
|
D | brlock.h | 163 do { br_read_unlock(idx); local_bh_enable(); } while (0) 172 do { br_write_unlock(idx); local_bh_enable(); } while (0)
|
/linux-2.4.37.9/include/asm-ia64/ |
D | softirq.h | 13 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | softirq.h | 18 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | softirq.h | 15 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | softirq.h | 16 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | softirq.h | 19 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | softirq.h | 19 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | softirq.h | 19 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | softirq.h | 20 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | softirq.h | 17 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | softirq.h | 30 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | softirq.h | 31 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | softirq.h | 23 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-s390x/ |
D | softirq.h | 32 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | softirq.h | 25 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | softirq.h | 32 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | softirq.h | 25 #define local_bh_enable() \ macro
|
/linux-2.4.37.9/net/khttpd/ |
D | userspace.c | 164 local_bh_enable(); in FindUserspace()
|
/linux-2.4.37.9/net/ipv4/ |
D | tcp_ipv4.c | 170 local_bh_enable(); in tcp_inherit_port() 290 local_bh_enable(); in tcp_v4_get_port() 322 local_bh_enable(); in tcp_put_port() 384 local_bh_enable(); in tcp_v4_hash() 544 local_bh_enable(); in tcp_v4_lookup() 721 local_bh_enable(); in tcp_v4_hash_connect() 743 local_bh_enable(); in tcp_v4_hash_connect() 759 local_bh_enable(); in tcp_v4_hash_connect() 2275 local_bh_enable(); in tcp_get_info()
|
/linux-2.4.37.9/net/ipv6/ |
D | ipv6_sockglue.c | 184 local_bh_enable(); in ipv6_setsockopt() 194 local_bh_enable(); in ipv6_setsockopt()
|
D | tcp_ipv6.c | 212 local_bh_enable(); in tcp_v6_get_port() 251 local_bh_enable(); in tcp_v6_hash() 364 local_bh_enable(); in tcp_v6_lookup() 504 local_bh_enable(); in tcp_v6_check_established() 2114 local_bh_enable(); in tcp6_get_info()
|
/linux-2.4.37.9/arch/ia64/sn/kernel/ |
D | sv.c | 243 local_bh_enable(); in sv_wait()
|