Searched refs:xw (Results 1 – 1 of 1) sorted by relevance
731 struct xdomain_request_work *xw = container_of(work, typeof(*xw), work); in tb_xdp_handle_request() local732 const struct tb_xdp_header *pkg = xw->pkg; in tb_xdp_handle_request()734 struct tb *tb = xw->tb; in tb_xdp_handle_request()849 kfree(xw->pkg); in tb_xdp_handle_request()850 kfree(xw); in tb_xdp_handle_request()859 struct xdomain_request_work *xw; in tb_xdp_schedule_request() local861 xw = kmalloc_obj(*xw); in tb_xdp_schedule_request()862 if (!xw) in tb_xdp_schedule_request()865 INIT_WORK(&xw->work, tb_xdp_handle_request); in tb_xdp_schedule_request()866 xw->pkg = kmemdup(hdr, size, GFP_KERNEL); in tb_xdp_schedule_request()[all …]