Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Dnotif.c141 if (nd->yielding_cb) in notif_deliver_event()
142 nd->yielding_cb(nd, ev); in notif_deliver_event()
/optee_os/core/include/kernel/
H A Dnotif.h95 void (*yielding_cb)(struct notif_driver *ndrv, enum notif_event ev); member
/optee_os/core/tests/
H A Dnotif_test_wd.c93 .yielding_cb = wd_ndrv_yielding_cb,
/optee_os/core/arch/arm/plat-vexpress/
H A Dmain.c198 .yielding_cb = yielding_console_notif,