Home
last modified time | relevance | path

Searched refs:rtsarray (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/rcu/
H A Drefscale.c578 static struct refscale_typesafe **rtsarray; variable
646 rtsp = rcu_dereference(rtsarray[idx]); in typesafe_delay_section()
727 rtsarray = kcalloc(si, sizeof(*rtsarray), GFP_KERNEL); in typesafe_init()
728 if (!rtsarray) in typesafe_init()
731 rtsarray[idx] = typesafe_alloc_one(); in typesafe_init()
732 if (!rtsarray[idx]) in typesafe_init()
756 if (rtsarray) { in typesafe_cleanup()
758 kmem_cache_free(typesafe_kmem_cachep, rtsarray[idx]); in typesafe_cleanup()
759 kfree(rtsarray); in typesafe_cleanup()
760 rtsarray = NULL; in typesafe_cleanup()