Home
last modified time | relevance | path

Searched refs:in_softirq (Results 1 – 25 of 27) sorted by relevance

12

/linux-2.4.37.9/crypto/
Dinternal.h26 return crypto_km_types[(in_softirq() ? 2 : 0) + out]; in crypto_kmap_type()
41 if (!in_softirq()) in crypto_yield()
Ddeflate.c50 return in_softirq() ? GFP_ATOMIC : GFP_KERNEL; in deflate_gfp()
/linux-2.4.37.9/include/asm-ia64/
Dsoftirq.h21 #define in_softirq() (really_local_bh_count() != 0) macro
/linux-2.4.37.9/include/asm-sparc/
Dsoftirq.h25 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-sparc64/
Dsoftirq.h23 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-ppc64/
Dsoftirq.h25 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-cris/
Dsoftirq.h28 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-sh64/
Dsoftirq.h28 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-sh/
Dsoftirq.h28 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-ppc/
Dsoftirq.h28 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-parisc/
Dsoftirq.h14 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-m68k/
Dsoftirq.h17 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-arm/
Dsoftirq.h15 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-mips64/
Dsoftirq.h40 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-mips/
Dsoftirq.h41 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-alpha/
Dsoftirq.h33 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-s390x/
Dsoftirq.h28 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-x86_64/
Dsoftirq.h15 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-s390/
Dsoftirq.h28 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/asm-i386/
Dsoftirq.h15 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) macro
/linux-2.4.37.9/include/net/sctp/
Dcompat.h56 #define SNMP_DEC_STATS(mib, field) ((mib)[2*smp_processor_id()+!in_softirq()].field--)
/linux-2.4.37.9/include/net/
Dsnmp.h320 #define SNMP_INC_STATS(mib, field) ((mib)[2*smp_processor_id()+!in_softirq()].field++)
/linux-2.4.37.9/net/ipv4/
Dip_output.c633 ip_statistics[smp_processor_id()*2 + !in_softirq()].IpFragCreates += nfrags; in ip_build_xmit_slow()
640 ip_statistics[smp_processor_id()*2 + !in_softirq()].IpFragCreates += nfrags; in ip_build_xmit_slow()
Dicmp.c276 …(icmp_pointers[type].output)[(smp_processor_id()*2+!in_softirq())*sizeof(struct icmp_mib)/sizeof(u… in icmp_out_count()
Droute.c472 int user_mode = !in_softirq(); in rt_cache_flush()
630 } while (!in_softirq() && time_before_eq(jiffies, now)); in rt_garbage_collect()
658 int attempts = !in_softirq(); in rt_intern_hash()

12