Searched refs:rtsarray (Results 1 – 1 of 1) sorted by relevance
647 static struct refscale_typesafe **rtsarray; variable715 rtsp = rcu_dereference(rtsarray[idx]); in typesafe_delay_section()796 rtsarray = kcalloc(si, sizeof(*rtsarray), GFP_KERNEL); in typesafe_init()797 if (!rtsarray) in typesafe_init()800 rtsarray[idx] = typesafe_alloc_one(); in typesafe_init()801 if (!rtsarray[idx]) in typesafe_init()825 if (rtsarray) { in typesafe_cleanup()827 kmem_cache_free(typesafe_kmem_cachep, rtsarray[idx]); in typesafe_cleanup()828 kfree(rtsarray); in typesafe_cleanup()829 rtsarray = NULL; in typesafe_cleanup()