Searched refs:panic (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/eal/windows/include/sys/ |
| H A D | queue.h | 178 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 D | rte_sched.c | 1935 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 D | bnx2x_stats.c | 1282 if (unlikely(sc->panic)) { in bnx2x_stats_handle()
|
| H A D | bnx2x.h | 1378 int panic; member
|
| H A D | ecore_sp.c | 308 if (sc->panic) { in ecore_state_wait()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 25 * Trace and Debug Functions: Logs, dump_stack, panic and so on.
|