Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dscs.h28 void *scs_alloc(int node);
58 static inline void *scs_alloc(int node) { return NULL; } in scs_alloc() function
/OK3568_Linux_fs/kernel/kernel/
H A Dscs.c46 void *scs_alloc(int node) in scs_alloc() function
106 void *s = scs_alloc(node); in scs_prepare()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dirq.c47 scs_alloc(cpu_to_node(cpu)); in init_irq_scs()
H A Dsdei.c134 s = scs_alloc(cpu_to_node(cpu)); in _init_sdei_scs()