Home
last modified time | relevance | path

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

/misc/debug_tools/acrn_crashlog/usercrash/
A Dserver.c59 struct crash_node { struct
67 TAILQ_ENTRY(crash_node) entries; argument
76 TAILQ_HEAD(, crash_node) queue_t;
81 static struct crash_node *pop_front(void);
118 static struct crash_node *pop_front(void) in pop_front()
120 struct crash_node *crash = NULL; in pop_front()
260 struct crash_node *crash = (struct crash_node *)malloc( in crash_accept_cb()
261 sizeof(struct crash_node)); in crash_accept_cb()
272 memset(crash, 0, sizeof(struct crash_node)); in crash_accept_cb()
281 struct crash_node *crash = arg; in crash_request_cb()
[all …]

Completed in 3 milliseconds