Home
last modified time | relevance | path

Searched refs:vqueue_cb_t (Results 1 – 3 of 3) sorted by relevance

/trusty/kernel/lib/trusty/
Dvqueue.h39 typedef int (*vqueue_cb_t)(struct vqueue* vq, void* priv); typedef
55 vqueue_cb_t notify_cb;
58 vqueue_cb_t kick_cb;
91 vqueue_cb_t notify_cb,
92 vqueue_cb_t kick_cb);
Dvqueue.c56 vqueue_cb_t notify_cb, in vqueue_init()
57 vqueue_cb_t kick_cb) { in vqueue_init()
Dtipc_virtio_dev.c355 static const vqueue_cb_t notify_cbs[TIPC_VQ_NUM] = {