Symbol: splassert
sys/arch/alpha/include/intr.h
158
#define splsoftassert(wantipl) splassert(IPL_SOFTINT)
sys/arch/amd64/amd64/fpu.c
149
splassert(IPL_NONE);
sys/arch/amd64/include/intr.h
171
#define splsoftassert(wantipl) splassert(wantipl)
sys/arch/arm64/include/intr.h
224
#define splsoftassert(wantipl) splassert(wantipl)
sys/arch/armv7/include/intr.h
217
#define splsoftassert(wantipl) splassert(wantipl)
sys/arch/armv7/sunxi/sxiintc.c
338
splassert(prio);
sys/arch/armv7/sunxi/sxitimer.c
245
splassert(IPL_CLOCK);
sys/arch/hppa/hppa/fpu.c
101
splassert(IPL_IPI);
sys/arch/hppa/include/intr.h
82
#define splsoftassert(__wantipl) splassert(__wantipl)
sys/arch/i386/include/intr.h
82
#define splsoftassert(wantipl) splassert(wantipl)
sys/arch/landisk/include/intr.h
82
#define splsoftassert(__wantipl) splassert(__wantipl)
sys/arch/loongson/include/intr.h
116
#define splsoftassert(wantipl) splassert(wantipl)
sys/arch/m88k/include/intr.h
94
#define splsoftassert(wantipl) splassert(IPL_SOFTINT)
sys/arch/m88k/m88k/pmap.c
1150
splassert(IPL_VM);
sys/arch/octeon/dev/octmmc.c
345
splassert(IPL_SDMMC);
sys/arch/octeon/include/intr.h
115
#define splsoftassert(wantipl) splassert(wantipl)
sys/arch/powerpc/include/intr.h
107
#define splsoftassert(wantipl) splassert(wantipl)
sys/arch/powerpc64/include/intr.h
84
#define splsoftassert(wantipl) splassert(wantipl)
sys/arch/riscv64/include/intr.h
217
#define splsoftassert(wantipl) splassert(wantipl)
sys/arch/sparc64/include/psl.h
220
#define splsoftassert(wantipl) splassert(wantipl)
sys/dev/fdt/ohci_fdt.c
113
splassert(IPL_USB);
sys/dev/fdt/sximmc.c
555
splassert(IPL_BIO);
sys/dev/ic/ahci.c
2435
splassert(IPL_BIO);
sys/dev/ic/ahci.c
2476
splassert(IPL_BIO);
sys/dev/ic/ahci.c
2512
splassert(IPL_BIO);
sys/dev/ic/ami.c
723
splassert(IPL_BIO);
sys/dev/ic/ami.c
876
splassert(IPL_BIO);
sys/dev/ic/ciss.c
445
splassert(IPL_BIO);
sys/dev/ic/elink3.c
1340
splassert(IPL_NET);
sys/dev/ic/fxp.c
1150
splassert(IPL_NET);
sys/dev/ic/fxp.c
1684
splassert(IPL_NET);
sys/dev/ic/sili.c
1480
splassert(IPL_BIO);
sys/dev/ic/sili.c
1642
splassert(IPL_BIO);
sys/dev/ic/wdc.c
879
splassert(IPL_BIO);
sys/dev/isa/fd.c
478
splassert(IPL_BIO);
sys/dev/pci/if_iwm.c
4309
splassert(IPL_NET);
sys/dev/pci/if_iwm.c
8754
splassert(IPL_NET);
sys/dev/pci/if_iwm.c
8833
splassert(IPL_NET);
sys/dev/pci/if_iwm.c
8895
splassert(IPL_NET);
sys/dev/pci/if_iwm.c
9031
splassert(IPL_NET);
sys/dev/pci/if_iwx.c
3444
splassert(IPL_NET);
sys/dev/pci/if_iwx.c
3496
splassert(IPL_NET);
sys/dev/pci/if_iwx.c
4053
splassert(IPL_NET);
sys/dev/pci/if_iwx.c
6568
splassert(IPL_NET);
sys/dev/pci/if_iwx.c
8864
splassert(IPL_NET);
sys/dev/pci/if_iwx.c
8979
splassert(IPL_NET);
sys/dev/pci/if_iwx.c
9033
splassert(IPL_NET);
sys/dev/pci/if_iwx.c
9154
splassert(IPL_NET);
sys/dev/pci/if_ix.c
1600
splassert(IPL_NET);
sys/dev/pci/if_se.c
1246
splassert(IPL_NET);
sys/dev/pci/ips.c
1411
splassert(IPL_BIO);
sys/dev/pci/ips.c
1451
splassert(IPL_BIO);
sys/dev/pcmcia/if_malo.c
1007
splassert(IPL_NET);
sys/dev/pcmcia/if_malo.c
1051
splassert(IPL_NET);
sys/dev/pcmcia/if_malo.c
912
splassert(IPL_NET);
sys/dev/pv/if_vio.c
1851
splassert(IPL_NET);
sys/dev/pv/if_vio.c
2123
splassert(IPL_NET);
sys/dev/pv/viocon.c
310
splassert(IPL_TTY);
sys/dev/pv/viocon.c
331
splassert(IPL_TTY);
sys/dev/softraid.c
2050
splassert(IPL_BIO);
sys/dev/softraid.c
4259
splassert(IPL_BIO);
sys/dev/usb/if_umb.c
1155
splassert(IPL_NET);
sys/dev/usb/if_umb.c
1223
splassert(IPL_NET);
sys/kern/kern_clockintr.c
171
splassert(IPL_CLOCK);
sys/kern/kern_clockintr.c
355
splassert(IPL_NONE);
sys/kern/kern_sched.c
186
splassert(IPL_NONE);
sys/kern/subr_pool.c
703
splassert(pp->pr_ipl);
sys/kern/subr_pool.c
840
splassert(pp->pr_ipl);
sys/kern/subr_witness.c
1781
splassert(IPL_HIGH);
sys/kern/subr_witness.c
1810
splassert(IPL_HIGH);
sys/kern/subr_witness.c
1831
splassert(IPL_HIGH);
sys/kern/subr_witness.c
1854
splassert(IPL_HIGH);
sys/kern/subr_xxx.c
156
splassert(IPL_NONE);
sys/kern/tty.c
1211
splassert(IPL_TTY);
sys/kern/tty.c
1460
splassert(IPL_TTY);
sys/kern/tty.c
1668
splassert(IPL_TTY);
sys/kern/vfs_bio.c
105
splassert(IPL_BIO);
sys/kern/vfs_bio.c
1279
splassert(IPL_BIO);
sys/kern/vfs_bio.c
1461
splassert(IPL_BIO);
sys/kern/vfs_bio.c
1527
splassert(IPL_BIO);
sys/kern/vfs_bio.c
1546
splassert(IPL_BIO);
sys/kern/vfs_bio.c
1660
splassert(IPL_BIO);
sys/kern/vfs_bio.c
370
splassert(IPL_BIO);
sys/kern/vfs_bio.c
395
splassert(IPL_BIO);
sys/kern/vfs_bio.c
821
splassert(IPL_BIO);
sys/kern/vfs_bio.c
841
splassert(IPL_BIO);
sys/kern/vfs_bio.c
957
splassert(IPL_BIO);
sys/kern/vfs_biomem.c
144
splassert(IPL_BIO);
sys/kern/vfs_biomem.c
174
splassert(IPL_BIO);
sys/kern/vfs_biomem.c
236
splassert(IPL_BIO);
sys/kern/vfs_biomem.c
260
splassert(IPL_BIO);
sys/kern/vfs_biomem.c
301
splassert(IPL_BIO);
sys/kern/vfs_biomem.c
333
splassert(IPL_BIO);
sys/kern/vfs_biomem.c
61
splassert(IPL_BIO);
sys/kern/vfs_biomem.c
75
splassert(IPL_BIO);
sys/kern/vfs_biomem.c
89
splassert(IPL_BIO);
sys/kern/vfs_subr.c
1888
splassert(IPL_BIO);
sys/kern/vfs_subr.c
1909
splassert(IPL_BIO);
sys/kern/vfs_subr.c
2071
splassert(IPL_BIO);
sys/kern/vfs_subr.c
2098
splassert(IPL_BIO);
sys/kern/vfs_subr.c
2131
splassert(IPL_BIO);
sys/kern/vfs_subr.c
2159
splassert(IPL_BIO);
sys/net/if_tun.c
1263
splassert(IPL_NET);
sys/net80211/ieee80211_node.c
1242
splassert(IPL_NET);
sys/net80211/ieee80211_node.c
1275
splassert(IPL_NET);
sys/net80211/ieee80211_node.c
1303
splassert(IPL_NET);
sys/net80211/ieee80211_node.c
2131
splassert(IPL_NET);
sys/uvm/uvm_map.c
1516
splassert(IPL_NONE);
sys/uvm/uvm_map.c
1522
splassert(IPL_NONE);
sys/uvm/uvm_map.c
1548
splassert(IPL_NONE);
sys/uvm/uvm_map.c
1551
splassert(IPL_NONE);
sys/uvm/uvm_map.c
5320
splassert(IPL_NONE);
sys/uvm/uvm_map.c
755
splassert(IPL_NONE);
sys/uvm/uvm_map.c
955
splassert(IPL_NONE);
sys/uvm/uvm_map.c
957
splassert(IPL_VM);
sys/uvm/uvm_pager.c
605
splassert(IPL_BIO);
sys/uvm/uvm_pager.c
707
splassert(IPL_BIO);
sys/uvm/uvm_pmemrange.c
2245
splassert(IPL_BIO);
sys/uvm/uvm_pmemrange.c
2311
splassert(IPL_BIO);