Searched defs:prev (Results 1 – 4 of 4) sorted by relevance
34 struct list_head *next, *prev; member48 static inline void list_add_node(struct list_head *new_node, struct list_head *prev, in list_add_node()68 static inline void list_del_node(struct list_head *prev, struct list_head *next) in list_del_node()
75 struct list_head *pos, *prev; in local_add_timer() local
174 struct thread_object *prev = ctl->curr_obj; in schedule() local
924 static void context_switch_out(struct thread_object *prev) in context_switch_out()
Completed in 22 milliseconds