Lines Matching refs:crush_work
410 c->working_size = sizeof(struct crush_work) + in crush_finalize()
990 static struct crush_work *alloc_workspace(const struct crush_map *c) in alloc_workspace()
992 struct crush_work *work; in alloc_workspace()
1008 static void free_workspace(struct crush_work *work) in free_workspace()
1024 struct crush_work *work) in add_initial_workspace()
1035 struct crush_work *work; in cleanup_workspace_manager()
1038 work = list_first_entry(&wsm->idle_ws, struct crush_work, in cleanup_workspace_manager()
1051 static struct crush_work *get_workspace(struct workspace_manager *wsm, in get_workspace()
1054 struct crush_work *work; in get_workspace()
1060 work = list_first_entry(&wsm->idle_ws, struct crush_work, in get_workspace()
1102 struct crush_work *work) in put_workspace()
1263 struct crush_work *work; in osdmap_set_crush()
2496 struct crush_work *work; in do_crush()