Home
last modified time | relevance | path

Searched refs:local_bh_enable (Results 1 – 25 of 40) sorted by relevance

12

/linux-2.4.37.9/include/asm-parisc/
Dsoftirq.h11 #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/
Dsoftirq.h14 #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/
Dspinlock.h26 #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(); \
Dbrlock.h163 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/
Dsoftirq.h13 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-sparc/
Dsoftirq.h18 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-sparc64/
Dsoftirq.h15 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-ppc64/
Dsoftirq.h16 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-cris/
Dsoftirq.h19 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-sh64/
Dsoftirq.h19 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-sh/
Dsoftirq.h19 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-ppc/
Dsoftirq.h20 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-arm/
Dsoftirq.h17 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-mips64/
Dsoftirq.h30 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-mips/
Dsoftirq.h31 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-alpha/
Dsoftirq.h23 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-s390x/
Dsoftirq.h32 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-x86_64/
Dsoftirq.h25 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-s390/
Dsoftirq.h32 #define local_bh_enable() \ macro
/linux-2.4.37.9/include/asm-i386/
Dsoftirq.h25 #define local_bh_enable() \ macro
/linux-2.4.37.9/net/khttpd/
Duserspace.c164 local_bh_enable(); in FindUserspace()
/linux-2.4.37.9/net/ipv4/
Dtcp_ipv4.c170 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/
Dipv6_sockglue.c184 local_bh_enable(); in ipv6_setsockopt()
194 local_bh_enable(); in ipv6_setsockopt()
Dtcp_ipv6.c212 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/
Dsv.c243 local_bh_enable(); in sv_wait()

12