HelenOS sources

list_empty         82 common/adt/list.c 	if (list_empty(list))
list_empty         82 kernel/generic/common/adt/list.c 	if (list_empty(list))
list_empty        562 kernel/generic/src/ipc/ipc.c 	if (!list_empty(&box->irq_notifs)) {
list_empty        573 kernel/generic/src/ipc/ipc.c 	} else if (!list_empty(&box->answers)) {
list_empty        584 kernel/generic/src/ipc/ipc.c 	} else if (!list_empty(&box->calls)) {
list_empty        624 kernel/generic/src/ipc/ipc.c 	while (!list_empty(lst)) {
list_empty        660 kernel/generic/src/ipc/ipc.c 	while (!list_empty(&box->connected_phones)) {
list_empty        750 kernel/generic/src/ipc/ipc.c 	if (list_empty(&TASK->active_calls)) {
list_empty        129 kernel/generic/src/ipc/kbox.c 	if (list_empty(&TASK->kb.box.connected_phones)) {
list_empty        268 kernel/generic/src/lib/ra.c 		if (list_empty(&span->free[order]))
list_empty        284 kernel/generic/src/mm/slab.c 	if (list_empty(&cache->partial_slabs)) {
list_empty        341 kernel/generic/src/mm/slab.c 	if (!list_empty(&cache->magazines)) {
list_empty        748 kernel/generic/src/mm/slab.c 	if ((!list_empty(&cache->full_slabs)) ||
list_empty        749 kernel/generic/src/mm/slab.c 	    (!list_empty(&cache->partial_slabs)))
list_empty        292 kernel/generic/src/synch/waitq.c 	if (!list_empty(&wq->sleepers))
list_empty        309 kernel/generic/src/synch/waitq.c 		if (wq->wakeup_balance < 0 || list_empty(&wq->sleepers))
list_empty        320 kernel/generic/src/synch/waitq.c 	while (!list_empty(&wq->sleepers))
list_empty        489 uspace/app/calculator/calculator.c 	while (!list_empty(stack)) {
list_empty        545 uspace/app/calculator/calculator.c 	while (!list_empty(stack)) {
list_empty        552 uspace/app/calculator/calculator.c 		if (!list_empty(stack)) {
list_empty        790 uspace/drv/bus/isa/isa.c 	while (!list_empty(&isa->functions)) {
list_empty        108 uspace/drv/bus/usb/ehci/endpoint_list.c 	if (list_empty(&instance->endpoint_list)) {
list_empty        105 uspace/drv/bus/usb/ohci/endpoint_list.c 	if (list_empty(&instance->endpoint_list)) {
list_empty        136 uspace/drv/bus/usb/uhci/transfer_list.c 	if (!list_empty(&instance->batch_list)) {
list_empty        204 uspace/drv/bus/usb/uhci/transfer_list.c 	while (!list_empty(&instance->batch_list)) {
list_empty        227 uspace/drv/bus/usb/uhci/transfer_list.c 	assert(!list_empty(&instance->batch_list));
list_empty         63 uspace/drv/bus/usb/usbmid/main.c 	while (!list_empty(&usb_mid->interface_list)) {
list_empty        139 uspace/drv/bus/usb/vhc/transfer.c 	assert(!list_empty(&dev->transfer_queue));
list_empty        242 uspace/drv/bus/usb/vhc/transfer.c 		if (list_empty(&dev->transfer_queue)) {
list_empty        297 uspace/drv/bus/usb/vhc/transfer.c 	while (!list_empty(&dev->transfer_queue)) {
list_empty        210 uspace/drv/root/virt/virt.c 	while (!list_empty(&virt->functions)) {
list_empty        325 uspace/lib/block/block.c 	while (!list_empty(&cache->free_list)) {
list_empty        356 uspace/lib/block/block.c 	if (!list_empty(&cache->free_list))
list_empty        455 uspace/lib/block/block.c 			if (list_empty(&cache->free_list)) {
list_empty         82 uspace/lib/c/common/adt/list.c 	if (list_empty(list))
list_empty         60 uspace/lib/c/generic/adt/prodcons.c 	while (list_empty(&pc->list))
list_empty       1076 uspace/lib/c/generic/async/client.c 	while (!list_empty(&sess->exch_list)) {
list_empty       1114 uspace/lib/c/generic/async/client.c 	if (!list_empty(&sess->exch_list)) {
list_empty       1157 uspace/lib/c/generic/async/client.c 			} else if (!list_empty(&inactive_exch_list)) {
list_empty        573 uspace/lib/c/generic/async/server.c 		assert(!list_empty(&notification_queue));
list_empty        598 uspace/lib/c/generic/async/server.c 		if (list_empty(&notification->msg_list))
list_empty        183 uspace/lib/c/generic/io/io.c 	while (!list_empty(&files)) {
list_empty        159 uspace/lib/c/generic/rtld/symbol.c 	while (!list_empty(&queue)) {
list_empty        188 uspace/lib/c/generic/rtld/symbol.c 	while (!list_empty(&queue))
list_empty        123 uspace/lib/c/generic/stdlib.c 	while (!list_empty(&exit_handlers)) {
list_empty        171 uspace/lib/c/generic/stdlib.c 	while (!list_empty(&quick_exit_handlers)) {
list_empty        298 uspace/lib/c/generic/thread/fibril.c 		assert(list_empty(&ipc_buffer_list));
list_empty        425 uspace/lib/c/generic/thread/fibril.c 	while (!list_empty(&timeout_list)) {
list_empty        322 uspace/lib/c/generic/thread/fibril_synch.c 	while (!list_empty(&frw->waiters)) {
list_empty        134 uspace/lib/device/include/ipc/devman.h 	while (!list_empty(&ids->ids)) {
list_empty        176 uspace/lib/ext4/src/ops.c 	if (list_empty(&instance_list)) {
list_empty        162 uspace/lib/fdisk/src/fdisk.c 	while (!list_empty(&devlist->devinfos)) {
list_empty        176 uspace/lib/fdisk/src/fdisk.c 	if (list_empty(&devlist->devinfos))
list_empty        176 uspace/lib/hound/src/client.c 	while (!list_empty(&hound->stream_list)) {
list_empty        116 uspace/lib/nettl/src/amap.c 	assert(list_empty(&map->repla));
list_empty        117 uspace/lib/nettl/src/amap.c 	assert(list_empty(&map->laddr));
list_empty        118 uspace/lib/nettl/src/amap.c 	assert(list_empty(&map->llink));
list_empty         76 uspace/lib/nettl/src/portrng.c 	assert(list_empty(&pr->used));
list_empty        209 uspace/lib/nettl/src/portrng.c 	return list_empty(&pr->used);
list_empty        578 uspace/lib/nic/src/nic_driver.c 	while (!list_empty(frames)) {
list_empty        157 uspace/lib/ui/src/menuentry.c 	if (list_empty(&mentry->menu->entries)) {
list_empty        867 uspace/lib/usbhid/src/hiddescriptor.c 	if (list == NULL || list_empty(list)) {
list_empty        939 uspace/lib/usbhid/src/hiddescriptor.c 	while (!list_empty(&report->collection_paths)) {
list_empty        951 uspace/lib/usbhid/src/hiddescriptor.c 	while (!list_empty(&report->reports)) {
list_empty        957 uspace/lib/usbhid/src/hiddescriptor.c 		while (!list_empty(&report_des->report_items)) {
list_empty        103 uspace/lib/usbhid/src/hidpath.c 	if (!list_empty(&usage_path->items)) {
list_empty        123 uspace/lib/usbhid/src/hidpath.c 	if (!list_empty(&usage_path->items)) {
list_empty        145 uspace/lib/usbhid/src/hidpath.c 	if (!list_empty(&usage_path->items)) {
list_empty        292 uspace/lib/usbhid/src/hidpath.c 		if (list_empty(&path->items)) {
list_empty        357 uspace/lib/usbhid/src/hidpath.c 	while (!list_empty(&path->items)) {
list_empty        383 uspace/lib/usbhid/src/hidpath.c 	if (list_empty(&usage_path->items)) {
list_empty        190 uspace/lib/usbhost/src/bus.c 	while (!list_empty(&dev->devices)) {
list_empty        210 uspace/lib/usbhost/src/bus.c 	assert(list_empty(&dev->devices));
list_empty        198 uspace/srv/audio/hound/audio_data.c 	while (!list_empty(&pipe->list)) {
list_empty        268 uspace/srv/audio/hound/audio_data.c 	while (needed_frames > 0 && !list_empty(&pipe->list)) {
list_empty         88 uspace/srv/audio/hound/audio_sink.c 	assert(list_empty(&sink->connections));
list_empty        129 uspace/srv/audio/hound/hound.c 	if (!list_empty(&sink->connections))
list_empty        131 uspace/srv/audio/hound/hound.c 	while (!list_empty(&sink->connections)) {
list_empty        152 uspace/srv/audio/hound/hound.c 	if (!list_empty(&source->connections))
list_empty        154 uspace/srv/audio/hound/hound.c 	while (!list_empty(&source->connections)) {
list_empty        219 uspace/srv/audio/hound/hound.c 	if (!list_empty(&ctx->streams))
list_empty        120 uspace/srv/audio/hound/hound_ctx.c 	assert(list_empty(&ctx->streams));
list_empty         63 uspace/srv/devman/dev.c 	assert(list_empty(&dev->functions));
list_empty        507 uspace/srv/devman/drv_conn.c 			if (gone_rc != EOK || !list_empty(&dev->functions)) {
list_empty        392 uspace/srv/devman/fun.c 			if (!list_empty(&dev->functions)) {
list_empty         72 uspace/srv/devman/match.c 	if (list_empty(&drv->match_ids.ids) ||
list_empty         73 uspace/srv/devman/match.c 	    list_empty(&dev->pfun->match_ids.ids)) {
list_empty        770 uspace/srv/fs/cdfs/cdfs_ops.c 	*has_children = !list_empty(&node->cs_list);
list_empty        215 uspace/srv/fs/exfat/exfat_idx.c 	if (list_empty(&u->freed_list)) {
list_empty        553 uspace/srv/fs/exfat/exfat_idx.c 	while (!list_empty(&u->freed_list)) {
list_empty        222 uspace/srv/fs/exfat/exfat_ops.c 	if (!list_empty(&ffn_list)) {
list_empty        215 uspace/srv/fs/fat/fat_idx.c 	if (list_empty(&u->freed_list)) {
list_empty        552 uspace/srv/fs/fat/fat_idx.c 	while (!list_empty(&u->freed_list)) {
list_empty        214 uspace/srv/fs/fat/fat_ops.c 	if (!list_empty(&ffn_list)) {
list_empty         83 uspace/srv/fs/tmpfs/tmpfs_ops.c 	*has_children = !list_empty(&TMPFS_NODE(fn)->cs_list);
list_empty        173 uspace/srv/fs/tmpfs/tmpfs_ops.c 	while (!list_empty(&nodep->cs_list)) {
list_empty        345 uspace/srv/fs/tmpfs/tmpfs_ops.c 	assert(list_empty(&nodep->cs_list));
list_empty        412 uspace/srv/fs/tmpfs/tmpfs_ops.c 	if ((childp->lnkcnt == 1) && !list_empty(&childp->cs_list))
list_empty         86 uspace/srv/hid/display/client.c 	assert(list_empty(&client->windows));
list_empty        122 uspace/srv/hid/display/display.c 	assert(list_empty(&disp->clients));
list_empty        123 uspace/srv/hid/display/display.c 	assert(list_empty(&disp->wmclients));
list_empty        124 uspace/srv/hid/display/display.c 	assert(list_empty(&disp->cfgclients));
list_empty        125 uspace/srv/hid/display/display.c 	assert(list_empty(&disp->seats));
list_empty        126 uspace/srv/hid/display/display.c 	assert(list_empty(&disp->ddevs));
list_empty        127 uspace/srv/hid/display/display.c 	assert(list_empty(&disp->idevcfgs));
list_empty        128 uspace/srv/hid/display/display.c 	assert(list_empty(&disp->seats));
list_empty        129 uspace/srv/hid/display/display.c 	assert(list_empty(&disp->windows));
list_empty        166 uspace/srv/hid/display/output.c 	if (list_empty(&output->ddevs)) {
list_empty        277 uspace/srv/hid/remcons/user.c 	if (list_empty(&user->in_events.list)) {
list_empty        320 uspace/srv/locsrv/locsrv.c 	while (!list_empty(&service->cat_memb)) {
list_empty        432 uspace/srv/locsrv/locsrv.c 	while (!list_empty(&server->services)) {
list_empty        689 uspace/srv/net/dnsrsrv/dns_msg.c 	while (!list_empty(&msg->question)) {
list_empty        696 uspace/srv/net/dnsrsrv/dns_msg.c 	while (!list_empty(&msg->answer)) {
list_empty        703 uspace/srv/net/dnsrsrv/dns_msg.c 	while (!list_empty(&msg->authority)) {
list_empty        710 uspace/srv/net/dnsrsrv/dns_msg.c 	while (!list_empty(&msg->additional)) {
list_empty        244 uspace/srv/net/inetsrv/reass.c 	assert(!list_empty(&rdg->frags));
list_empty        368 uspace/srv/net/inetsrv/reass.c 	while (!list_empty(&rdg->frags)) {
list_empty        102 uspace/srv/net/tcp/conn.c 	assert(list_empty(&conn_list));
list_empty        137 uspace/srv/net/tcp/ncsim.c 		while (list_empty(&sim_queue))
list_empty       1140 uspace/srv/net/tcp/service.c 		while (!list_empty(&client->cconn)) {
list_empty         94 uspace/srv/net/tcp/tqueue.c 	while (!list_empty(&tqueue->list)) {
list_empty        284 uspace/srv/net/tcp/tqueue.c 	if (list_empty(&conn->retransmit.list))
list_empty         77 uspace/srv/net/udp/assoc.c 	assert(list_empty(&assoc_list));
list_empty        134 uspace/srv/net/udp/assoc.c 	while (!list_empty(&assoc->rcv_queue)) {
list_empty        315 uspace/srv/net/udp/assoc.c 	while (list_empty(&assoc->rcv_queue) && !assoc->reset) {
list_empty         99 uspace/srv/vfs/vfs_file.c 	while (!list_empty(&vfs_data->passed_handles)) {
list_empty        435 uspace/srv/vfs/vfs_file.c 	while (list_empty(&vfs_data->passed_handles))
list_empty         66 uspace/srv/vfs/vfs_lookup.c 	if (list_empty(&plb_entries)) {
list_empty        508 uspace/srv/volsrv/part.c 	assert(list_empty(&parts->parts));
HelenOS homepage, sources at GitHub