Searched refs:gpool (Results 1 – 1 of 1) sorted by relevance
2874 struct panthor_group_pool *gpool = pfile->groups; in panthor_fdinfo_gather_group_samples() local2878 if (IS_ERR_OR_NULL(gpool)) in panthor_fdinfo_gather_group_samples()2881 xa_for_each(&gpool->xa, i, group) { in panthor_fdinfo_gather_group_samples()3391 struct panthor_group_pool *gpool = pfile->groups; in panthor_group_create() local3493 ret = xa_alloc(&gpool->xa, &gid, group, XA_LIMIT(1, MAX_GROUPS_PER_POOL), GFP_KERNEL); in panthor_group_create()3519 struct panthor_group_pool *gpool = pfile->groups; in panthor_group_destroy() local3524 group = xa_erase(&gpool->xa, group_handle); in panthor_group_destroy()3568 struct panthor_group_pool *gpool = pfile->groups; in panthor_group_get_state() local3576 group = group_from_handle(gpool, get_state->group_handle); in panthor_group_get_state()3599 struct panthor_group_pool *gpool; in panthor_group_pool_create() local[all …]