Home
last modified time | relevance | path

Searched refs:huge_action_old (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_memalloc.c124 static struct sigaction huge_action_old; variable
139 huge_need_recover = !sigaction(SIGBUS, &action, &huge_action_old); in huge_register_sigbus()
146 sigaction(SIGBUS, &huge_action_old, NULL); in huge_recover_sigbus()
H A Deal_memory.c1070 static struct sigaction huge_action_old; variable
1085 huge_need_recover = !sigaction(SIGBUS, &action, &huge_action_old);
1092 sigaction(SIGBUS, &huge_action_old, NULL);