/openbsd/sys/arch/hppa/include/ |
H A D | intr.h | 39 #define IPL_SOFTNET 2 macro 144 #define splsoftnet() splraise(IPL_SOFTNET) 159 (1 << (IPL_SOFTNET - 1)) | (1 << (IPL_SOFTTTY - 1)))
|
/openbsd/sys/arch/sparc64/include/ |
H A D | intr.h | 72 #define IPL_SOFTNET 2 /* protocol stack */ macro 87 #define splsoftnet() _splraise(IPL_SOFTNET)
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | intr.h | 30 #define IPL_SOFTNET 3 macro 56 #define splsoftnet() splraise(IPL_SOFTNET)
|
/openbsd/sys/arch/loongson/include/ |
H A D | intr.h | 52 #define IPL_SOFTNET 2 /* soft network interrupts */ macro 123 #define splsoftnet() splraise(IPL_SOFTNET)
|
/openbsd/sys/arch/powerpc/include/ |
H A D | intr.h | 41 #define IPL_SOFTNET 3 macro 122 #define splsoftnet() splraise(IPL_SOFTNET)
|
/openbsd/sys/arch/octeon/include/ |
H A D | intr.h | 52 #define IPL_SOFTNET 2 /* soft network interrupts */ macro 123 #define splsoftnet() splraise(IPL_SOFTNET)
|
/openbsd/sys/arch/riscv64/include/ |
H A D | intr.h | 48 #define IPL_SOFTNET 3 /* soft network interrupts */ macro 137 #define splsoftnet() splraise(IPL_SOFTNET)
|
/openbsd/sys/arch/arm64/include/ |
H A D | intr.h | 48 #define IPL_SOFTNET 3 /* soft network interrupts */ macro 116 #define splsoftnet() splraise(IPL_SOFTNET)
|
/openbsd/sys/arch/armv7/include/ |
H A D | intr.h | 48 #define IPL_SOFTNET 3 /* soft network interrupts */ macro 119 #define splsoftnet() splraise(IPL_SOFTNET)
|
/openbsd/sys/net/ |
H A D | art.c | 63 struct mutex art_table_gc_mtx = MUTEX_INITIALIZER(IPL_SOFTNET); 68 struct mutex art_node_gc_mtx = MUTEX_INITIALIZER(IPL_SOFTNET); 74 pool_init(&an_pool, sizeof(struct art_node), 0, IPL_SOFTNET, 0, in art_init() 76 pool_init(&at_pool, sizeof(struct art_table), 0, IPL_SOFTNET, 0, in art_init() 78 pool_init(&at_heap_4_pool, AT_HEAPSIZE(4), 0, IPL_SOFTNET, 0, in art_init() 80 pool_init(&at_heap_8_pool, AT_HEAPSIZE(8), 0, IPL_SOFTNET, 0, in art_init()
|
/openbsd/sys/arch/amd64/include/ |
H A D | intrdefs.h | 23 #define IPL_SOFTNET 0x2 /* protocol stacks */ macro
|
/openbsd/sys/arch/i386/include/ |
H A D | intrdefs.h | 60 #define IPL_SOFTNET MAKEIPL(2) /* protocol stacks */ macro
|
H A D | i82489var.h | 92 #define LAPIC_SOFTNET_VECTOR IPL_SOFTNET
|
/openbsd/sys/arch/sh/include/ |
H A D | intr.h | 54 #define IPL_SOFTNET 3 /* protocol stacks */ macro
|
/openbsd/sys/arch/m88k/include/ |
H A D | intr.h | 116 #define IPL_SOFTNET 2 macro
|
/openbsd/sys/arch/landisk/include/ |
H A D | intr.h | 53 #define splsoftnet() splraise(IPL_SOFTNET)
|
/openbsd/sys/netinet6/ |
H A D | frag6.c | 55 struct mutex frag6_mutex = MUTEX_INITIALIZER(IPL_SOFTNET); 74 0, IPL_SOFTNET, 0, "ip6af", NULL); in frag6_init() 76 0, IPL_SOFTNET, 0, "ip6q", NULL); in frag6_init()
|
/openbsd/sys/arch/arm/arm/ |
H A D | softintr.c | 121 case IPL_SOFTNET: in softintr_establish()
|
/openbsd/sys/arch/i386/i386/ |
H A D | softintr.c | 120 case IPL_SOFTNET: in softintr_establish()
|
/openbsd/regress/sys/net/rtable/ |
H A D | kern_compat.h | 78 #define IPL_SOFTNET 0 macro
|
/openbsd/sys/arch/powerpc/powerpc/ |
H A D | intr.c | 59 if (i < IPL_SOFTNET) in ppc_smask_init()
|
/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | intr.c | 81 if (i < IPL_SOFTNET) in intr_init() 107 DO_SOFTINT(SIR_NET, IPL_SOFTNET); in intr_do_pending()
|
/openbsd/sys/arch/m88k/m88k/ |
H A D | softintr.c | 114 case IPL_SOFTNET: in softintr_establish()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | softintr.c | 127 case IPL_SOFTNET: in softintr_establish()
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | softintr.c | 136 case IPL_SOFTNET: in softintr_establish_flags()
|