Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/eal/windows/include/sys/
H A Dqueue.h178 panic("Bad prevptr *(%p) == %p != %p", \
454 panic("Bad list head %p first->prev != head", (head)); \
467 panic("Bad link elm %p next->prev != elm", (elm)); \
477 panic("Bad link elm %p prev->next != elm", (elm)); \
633 panic("Bad tailq head %p first->prev != head", (head)); \
643 panic("Bad tailq NEXT(%p->tqh_last) != NULL", (head)); \
656 panic("Bad link elm %p next->prev != elm", (elm)); \
666 panic("Bad link elm %p prev->next != elm", (elm)); \
/dpdk/lib/sched/
H A Drte_sched.c1935 uint32_t i, panic; in debug_check_queue_slab() local
1940 panic = 0; in debug_check_queue_slab()
1945 panic = 1; in debug_check_queue_slab()
1950 if (panic) in debug_check_queue_slab()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.c1282 if (unlikely(sc->panic)) { in bnx2x_stats_handle()
H A Dbnx2x.h1378 int panic; member
H A Decore_sp.c308 if (sc->panic) { in ecore_state_wait()
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst25 * Trace and Debug Functions: Logs, dump_stack, panic and so on.