Searched refs:rtsarray (Results 1 – 1 of 1) sorted by relevance
546 static struct refscale_typesafe **rtsarray; variable614 rtsp = rcu_dereference(rtsarray[idx]); in typesafe_delay_section()695 rtsarray = kcalloc(si, sizeof(*rtsarray), GFP_KERNEL); in typesafe_init()696 if (!rtsarray) in typesafe_init()699 rtsarray[idx] = typesafe_alloc_one(); in typesafe_init()700 if (!rtsarray[idx]) in typesafe_init()724 if (rtsarray) { in typesafe_cleanup()726 kmem_cache_free(typesafe_kmem_cachep, rtsarray[idx]); in typesafe_cleanup()727 kfree(rtsarray); in typesafe_cleanup()728 rtsarray = NULL; in typesafe_cleanup()
Completed in 8 milliseconds