Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/dma/idxd/
Dirq.c27 struct idxd_int_handle_revoke { struct
130 static void idxd_int_handle_revoke(struct work_struct *work) in idxd_int_handle_revoke() function
132 struct idxd_int_handle_revoke *revoke = in idxd_int_handle_revoke()
133 container_of(work, struct idxd_int_handle_revoke, work); in idxd_int_handle_revoke()
442 struct idxd_int_handle_revoke *revoke; in idxd_misc_thread()
449 INIT_WORK(&revoke->work, idxd_int_handle_revoke); in idxd_misc_thread()