Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dtopology.c49 static void topology_work_fn(struct work_struct *work);
53 static DECLARE_WORK(topology_work, topology_work_fn);
342 static void topology_work_fn(struct work_struct *work) in topology_work_fn() function