Lines Matching refs:next
22 pid_list->lower_list = chunk->next; in get_lower_chunk()
25 chunk->next = NULL; in get_lower_chunk()
46 pid_list->upper_list = chunk->next; in get_upper_chunk()
49 chunk->next = NULL; in get_upper_chunk()
65 chunk->next = pid_list->lower_list; in put_lower_chunk()
75 chunk->next = pid_list->upper_list; in put_upper_chunk()
270 unsigned int *next) in trace_pid_list_next() argument
309 *next = pid_join(upper1, upper2, lower); in trace_pid_list_next()
357 upper_next = &chunk->next; in pid_list_refill_irq()
368 lower_next = &chunk->next; in pid_list_refill_irq()
429 chunk->next = pid_list->upper_list; in trace_pid_list_alloc()
440 chunk->next = pid_list->lower_list; in trace_pid_list_alloc()
469 pid_list->lower_list = pid_list->lower_list->next; in trace_pid_list_free()
477 pid_list->upper_list = pid_list->upper_list->next; in trace_pid_list_free()