Searched refs:crash_node (Results 1 – 1 of 1) sorted by relevance
59 struct crash_node { struct67 TAILQ_ENTRY(crash_node) entries; argument76 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