Searched refs:poll (Results 1 – 8 of 8) sorted by relevance
/trusty/kernel/lib/trusty/ |
D | handle.c | 143 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()
|
D | handle_set.c | 64 .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()
|
D | uctx.c | 267 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()
|
D | event.c | 179 .poll = event_source_poll, 184 .poll = event_client_poll,
|
D | ipc.c | 76 .poll = port_poll, 81 .poll = chan_poll,
|
/trusty/kernel/lib/trusty/include/lib/trusty/ |
D | handle.h | 122 uint32_t (*poll)(struct handle* handle, uint32_t emask, bool finalize); member
|
/trusty/device/arm/generic-arm64/project/qemu/ |
D | qemu.py | 270 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/ |
D | metrics.c | 318 event = ctx.chan->ops->poll(ctx.chan, ~0U, true); in handle_chan()
|