Possible Duplicate:
Why do people use __(double underscore) so much in C++
I was studying the linux kernel programming code.
There aere some data structures and function which starts with double underscore(_ _)
like
_ _ u32 len
how that is different from normal variables