Home
last modified time | relevance | path

Searched refs:notify_proc (Results 1 – 4 of 4) sorted by relevance

/trusty/kernel/lib/trusty/include/lib/trusty/
Dhandle.h75 void (*notify_proc)(struct handle_waiter*); member
92 .notify_proc = handle_event_waiter_notify}, \
/trusty/kernel/lib/metrics/
Dmetrics.c428 .notify_proc = on_handle_event,
/trusty/kernel/lib/trusty/
Dhandle.c170 w->notify_proc(w); in handle_notify_waiters_locked()
Dhandle_set.c165 ref->waiter.notify_proc = hset_waiter_notify; in hset_attach_ref()