list_empty 238 sys/ipc/object.c while (!list_empty(&task->objects)) { list_empty 211 sys/kern/exception.c if (!list_empty(&task->threads)) { list_empty 359 sys/kern/timer.c while (!list_empty(&expire_list)) { list_empty 403 sys/kern/timer.c while (!list_empty(&timer_list)) { list_empty 156 sys/mem/kmem.c if (!list_empty(&free_blocks[i])) list_empty 119 sys/sync/cond.c while (!list_empty(&task->conds)) { list_empty 169 sys/sync/mutex.c while (!list_empty(&task->mutexes)) { list_empty 326 sys/sync/mutex.c while (!list_empty(head)) { list_empty 111 usr/server/fs/vfs/vfs_bio.c ASSERT(!list_empty(&free_list)); list_empty 124 usr/server/fs/vfs/vfs_bio.c ASSERT(!list_empty(&free_list)); list_empty 151 usr/server/proc/proc_exit.c if (list_empty(&curproc->p_children)) list_empty 157 usr/server/proc/proc_pid.c if (list_empty(&pgrp->pg_members)) {