Home
last modified time | relevance | path

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

/linux/kernel/
H A Dscs.c29 static DEFINE_PER_CPU(void *, scs_cache[NR_CACHED_SCS]);
37 s = this_cpu_xchg(scs_cache[i], NULL); in __scs_alloc()
86 if (this_cpu_cmpxchg(scs_cache[i], 0, s) == NULL) in scs_free()
96 void **cache = per_cpu_ptr(scs_cache, cpu); in scs_cleanup()
110 cpuhp_setup_state(CPUHP_BP_PREPARE_DYN, "scs:scs_cache", NULL, in scs_init()