Searched refs:SI_SUB_COUNTER (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | counter.h | 78 SYSINIT(c##_counter_sysinit, SI_SUB_COUNTER, \ 80 SYSUNINIT(c##_counter_sysuninit, SI_SUB_COUNTER, \
|
| H A D | kernel.h | 95 SI_SUB_COUNTER = 0x1100000, /* counter(9) is initialized */ enumerator
|
| /f-stack/freebsd/kern/ |
| H A D | subr_pcpu.c | 157 SYSINIT(pcpu_zones, SI_SUB_COUNTER, SI_ORDER_FIRST, pcpu_zones_startup, NULL);
|
| /f-stack/freebsd/opencrypto/ |
| H A D | crypto.c | 253 SYSINIT(cryptostats_init, SI_SUB_COUNTER, SI_ORDER_ANY, cryptostats_init, NULL); 260 SYSUNINIT(cryptostats_fini, SI_SUB_COUNTER, SI_ORDER_ANY, cryptostats_fini,
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 3005 SYSINIT(uma_startup_pcpu, SI_SUB_COUNTER, SI_ORDER_ANY, uma_startup_pcpu, NULL);
|