Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
A Dxdomain.c580 struct xdomain_request_work *xw = container_of(work, typeof(*xw), work); in tb_xdp_handle_request() local
583 struct tb *tb = xw->tb; in tb_xdp_handle_request()
654 kfree(xw->pkg); in tb_xdp_handle_request()
655 kfree(xw); in tb_xdp_handle_request()
664 struct xdomain_request_work *xw; in tb_xdp_schedule_request() local
666 xw = kmalloc(sizeof(*xw), GFP_KERNEL); in tb_xdp_schedule_request()
667 if (!xw) in tb_xdp_schedule_request()
672 if (!xw->pkg) { in tb_xdp_schedule_request()
673 kfree(xw); in tb_xdp_schedule_request()
676 xw->tb = tb_domain_get(tb); in tb_xdp_schedule_request()
[all …]

Completed in 6 milliseconds