Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 8 of 8) sorted by relevance

/trusty/kernel/lib/trusty/
Dhandle.c143 if (!handle->ops->poll) in handle_wait()
149 event = handle->ops->poll(handle, ~0U, true); in handle_wait()
207 uint32_t event = handle->ops->poll(handle, ~0U, false); in handle_list_add()
300 uint32_t event = next->ops->poll(next, ~0U, true); in _hlist_do_poll_locked()
Dhandle_set.c64 .poll = hset_poll,
170 if (ref->handle->ops->poll(ref->handle, ~0U, false)) { in hset_attach_ref()
292 event = ref->handle->ops->poll(ref->handle, ref->emask, true); in _hset_do_poll()
Ductx.c267 if (!h || !h->ops->poll) in rebuild_hset_all()
285 if (!h || !h->ops->poll) in rebuild_hset_all()
390 if (ctx->hset_all && handle->ops->poll) { in uctx_handle_install()
429 if (ctx->hset_all && h->ops->poll) { in uctx_handle_get_tmp_ref()
641 if (!ctx->htbl[ret].handle->ops->poll) { in sys_set_cookie()
Devent.c179 .poll = event_source_poll,
184 .poll = event_client_poll,
Dipc.c76 .poll = port_poll,
81 .poll = chan_poll,
/trusty/kernel/lib/trusty/include/lib/trusty/
Dhandle.h122 uint32_t (*poll)(struct handle* handle, uint32_t emask, bool finalize); member
/trusty/device/arm/generic-arm64/project/qemu/
Dqemu.py270 if qemu_proc and (qemu_proc.poll() is None):
280 if qemu_proc.poll() is None:
283 if qemu_proc.poll() is None:
291 elif qemu_proc and (qemu_proc.poll() is None):
/trusty/kernel/lib/metrics/
Dmetrics.c318 event = ctx.chan->ops->poll(ctx.chan, ~0U, true); in handle_chan()