I\'m making a Linux kernel module that separates threads. Each thread needs a global variable, so I tried to use Thread-Local Storage using the __thread keyword. However, becaus