Searched refs:LOWMEM_PRI_DEFAULT (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/sys/ |
H A D | eventhandler.h | 211 #define LOWMEM_PRI_DEFAULT EVENTHANDLER_PRI_FIRST macro
|
/freebsd/sys/netinet/ |
H A D | ip_reass.c | 720 LOWMEM_PRI_DEFAULT); in ipreass_init() 722 LOWMEM_PRI_DEFAULT); in ipreass_init()
|
H A D | tcp_subr.c | 1524 EVENTHANDLER_REGISTER(vm_lowmem, tcp_drain, NULL, LOWMEM_PRI_DEFAULT); in tcp_init() 1525 EVENTHANDLER_REGISTER(mbuf_lowmem, tcp_drain, NULL, LOWMEM_PRI_DEFAULT); in tcp_init()
|
H A D | sctp_pcb.c | 6872 EVENTHANDLER_DEFINE(vm_lowmem, sctp_drain, NULL, LOWMEM_PRI_DEFAULT); 6873 EVENTHANDLER_DEFINE(mbuf_lowmem, sctp_drain, NULL, LOWMEM_PRI_DEFAULT);
|
/freebsd/sys/netinet6/ |
H A D | ip6_input.c | 299 EVENTHANDLER_REGISTER(vm_lowmem, frag6_drain, NULL, LOWMEM_PRI_DEFAULT); in ip6_init() 301 LOWMEM_PRI_DEFAULT); in ip6_init()
|