Searched refs:xw (Results 1 – 1 of 1) sorted by relevance
729 struct xdomain_request_work *xw = container_of(work, typeof(*xw), work); in tb_xdp_handle_request() local732 struct tb *tb = xw->tb; in tb_xdp_handle_request()847 kfree(xw->pkg); in tb_xdp_handle_request()848 kfree(xw); in tb_xdp_handle_request()857 struct xdomain_request_work *xw; in tb_xdp_schedule_request() local859 xw = kmalloc(sizeof(*xw), GFP_KERNEL); in tb_xdp_schedule_request()860 if (!xw) in tb_xdp_schedule_request()865 if (!xw->pkg) { in tb_xdp_schedule_request()866 kfree(xw); in tb_xdp_schedule_request()869 xw->tb = tb_domain_get(tb); in tb_xdp_schedule_request()[all …]