Lines Matching refs:crash_node
59 struct crash_node { struct
67 TAILQ_ENTRY(crash_node) entries; argument
76 TAILQ_HEAD(, crash_node) queue_t;
80 static void push_back(struct crash_node *crash);
81 static struct crash_node *pop_front(void);
104 static void free_crash(struct crash_node *crash) in free_crash()
111 static void push_back(struct crash_node *crash) in push_back()
118 static struct crash_node *pop_front(void) in pop_front()
120 struct crash_node *crash = NULL; in pop_front()
167 static int get_usercrash(struct crash_node *crash) in get_usercrash()
204 static void perform_request(struct crash_node *crash) in perform_request()
247 struct crash_node *next_crash = pop_front(); in dequeue_requests()
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()
330 struct crash_node *crash = arg; in crash_completed_cb()