Where does read(2) check the termios struct to determine that it should read STDIN in an (un)blocking fashion?
I have searched:
Unseen output from called functions
I have the code below. The proc_kernel_module_init
function make calls to proc_count
and cpu_info_print
. However, I only output from the first line of proc_kernel_module_init
and proc_kernel_module_exit
.