Home
last modified time | relevance | path

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

/linux-6.12.1/tools/sched_ext/include/scx/
Dcompat.h112 static inline long scx_hotplug_seq(void) in scx_hotplug_seq() function
151 __skel->struct_ops.__ops_name->hotplug_seq = scx_hotplug_seq(); \
/linux-6.12.1/tools/testing/selftests/sched_ext/
Dhotplug.c106 SCX_ASSERT(scx_hotplug_seq() > 0); in test_hotplug_attach()
/linux-6.12.1/kernel/sched/
Dext.c886 static atomic_long_t scx_hotplug_seq = ATOMIC_LONG_INIT(0); variable
3273 atomic_long_inc(&scx_hotplug_seq); in handle_hotplug()
4217 return sysfs_emit(buf, "%ld\n", atomic_long_read(&scx_hotplug_seq)); in scx_attr_hotplug_seq_show()
4968 global_hotplug_seq = atomic_long_read(&scx_hotplug_seq); in check_hotplug_seq()