Searched refs:xw (Results 1 – 1 of 1) sorted by relevance
709 struct xdomain_request_work *xw = container_of(work, typeof(*xw), work); in tb_xdp_handle_request() local712 struct tb *tb = xw->tb; in tb_xdp_handle_request()818 kfree(xw->pkg); in tb_xdp_handle_request()819 kfree(xw); in tb_xdp_handle_request()828 struct xdomain_request_work *xw; in tb_xdp_schedule_request() local830 xw = kmalloc(sizeof(*xw), GFP_KERNEL); in tb_xdp_schedule_request()831 if (!xw) in tb_xdp_schedule_request()836 if (!xw->pkg) { in tb_xdp_schedule_request()837 kfree(xw); in tb_xdp_schedule_request()840 xw->tb = tb_domain_get(tb); in tb_xdp_schedule_request()[all …]
Completed in 8 milliseconds