__xe_sa_bo_new
sa = __xe_sa_bo_new(cache->sam, size, GFP_ATOMIC);
sa = __xe_sa_bo_new(cache->sam, dwords * sizeof(u32), GFP_ATOMIC);
prl_sa = __xe_sa_bo_new(tile->mem.reclaim_pool,
struct drm_suballoc *__xe_sa_bo_new(struct xe_sa_manager *sa_manager, u32 size, gfp_t gfp);
return __xe_sa_bo_new(sa_manager, size, GFP_KERNEL);