Searched refs:rtsarray (Results 1 – 1 of 1) sorted by relevance
997 static struct refscale_typesafe **rtsarray; variable1065 rtsp = rcu_dereference(rtsarray[idx]); in typesafe_delay_section()1146 rtsarray = kcalloc(si, sizeof(*rtsarray), GFP_KERNEL); in typesafe_init()1147 if (!rtsarray) in typesafe_init()1150 rtsarray[idx] = typesafe_alloc_one(); in typesafe_init()1151 if (!rtsarray[idx]) in typesafe_init()1175 if (rtsarray) { in typesafe_cleanup()1177 kmem_cache_free(typesafe_kmem_cachep, rtsarray[idx]); in typesafe_cleanup()1178 kfree(rtsarray); in typesafe_cleanup()1179 rtsarray = NULL; in typesafe_cleanup()