Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dhotplug.c107 SCX_ASSERT(scx_hotplug_seq() > 0); in test_hotplug_attach()
/linux/kernel/sched/
H A Dext.c1078 static atomic_long_t scx_hotplug_seq = ATOMIC_LONG_INIT(0); variable
3594 atomic_long_inc(&scx_hotplug_seq); in handle_hotplug()
4540 return sysfs_emit(buf, "%ld\n", atomic_long_read(&scx_hotplug_seq)); in scx_attr_hotplug_seq_show()
5526 global_hotplug_seq = atomic_long_read(&scx_hotplug_seq); in check_hotplug_seq()