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()
274 unsigned int *next) in trace_pid_list_next() argument
313 *next = pid_join(upper1, upper2, lower); in trace_pid_list_next()
361 upper_next = &chunk->next; in pid_list_refill_irq()
372 lower_next = &chunk->next; in pid_list_refill_irq()
433 chunk->next = pid_list->upper_list; in trace_pid_list_alloc()
444 chunk->next = pid_list->lower_list; in trace_pid_list_alloc()
472 pid_list->lower_list = pid_list->lower_list->next; in trace_pid_list_free()
480 pid_list->upper_list = pid_list->upper_list->next; in trace_pid_list_free()