Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kernel/
Dtopology.c354 static atomic_t topology_poll = ATOMIC_INIT(0); variable
358 if (atomic_add_unless(&topology_poll, -1, 0)) in set_topology_timer()
371 if (atomic_read(&topology_poll) > 60) in topology_expect_change()
373 atomic_add(60, &topology_poll); in topology_expect_change()