Searched refs:walk (Results 1 - 2 of 2) sorted by last modified time

/ipc/
H A Dmqueue.c171 * walk all the way to the right.
547 struct ext_wait_queue *walk; local
551 list_for_each_entry(walk, &info->e_wait_q[sr].list, list) {
552 if (walk->task->static_prio <= current->static_prio) {
553 list_add_tail(&ewp->list, &walk->list);
H A Dsem.c773 struct list_head *walk; local
782 walk = pending_list->next;
783 while (walk != pending_list) {
786 q = container_of(walk, struct sem_queue, list);
787 walk = walk->next;
874 struct list_head *walk; local
884 walk = pending_list->next;
885 while (walk != pending_list) {
888 q = container_of(walk, struc
[all...]

Completed in 37 milliseconds