running_helpers 213 kernel/umh.c static atomic_t running_helpers = ATOMIC_INIT(0); running_helpers 335 kernel/umh.c atomic_read(&running_helpers) == 0, running_helpers 346 kernel/umh.c atomic_inc(&running_helpers); running_helpers 352 kernel/umh.c if (atomic_dec_and_test(&running_helpers))