If an RT process needs to run in an interrupt-free environment on an isolated CPU, how can it determine if the nohz_full conditions are met, similar to how the kernel uses can_stop_full_tick()? Would it be feasible to add a variable in procfs, which can be read by other programs and notify the RT process throught a shared memory flag.