Lines Matching refs:wrk
456 struct work_struct wrk;
462 struct work_struct wrk;
1557 schedule_work(&dm_device.balloon_wrk.wrk);
1597 schedule_work(&dm_device.ha_wrk.wrk);
1998 INIT_WORK(&dm_device.balloon_wrk.wrk, balloon_up);
1999 INIT_WORK(&dm_device.ha_wrk.wrk, hot_add_req);
2052 cancel_work_sync(&dm->balloon_wrk.wrk);
2053 cancel_work_sync(&dm->ha_wrk.wrk);
2088 cancel_work_sync(&dm->balloon_wrk.wrk);
2089 cancel_work_sync(&dm->ha_wrk.wrk);