Lines Matching defs:glob
51 struct ttm_global *glob = &ttm_glob;
60 __free_page(glob->dummy_read_page);
61 memset(glob, 0, sizeof(*glob));
68 struct ttm_global *glob = &ttm_glob;
98 glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32);
100 if (unlikely(glob->dummy_read_page == NULL)) {
105 INIT_LIST_HEAD(&glob->device_list);
106 atomic_set(&glob->bo_count, 0);
109 &glob->bo_count);
125 struct ttm_global *glob = &ttm_glob;
130 list_for_each_entry(bdev, &glob->device_list, device_list) {
133 list_move_tail(&bdev->device_list, &glob->device_list);
197 struct ttm_global *glob = &ttm_glob;
223 list_add_tail(&bdev->device_list, &glob->device_list);