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

/linux-master/arch/s390/kernel/
H A Dtopology.c360 static atomic_t topology_poll = ATOMIC_INIT(0); variable
364 if (atomic_add_unless(&topology_poll, -1, 0))
377 if (atomic_read(&topology_poll) > 60)
379 atomic_add(60, &topology_poll);

Completed in 118 milliseconds