Searched defs:_x (Results 1 – 3 of 3) sorted by relevance
15 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument16 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) argument17 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)) argument18 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x)>>8)<<8 : __RD8(_x)) argument19 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x)>>16)<<16 : __RD16(_x)) argument
38 #define set_fs(_x) \ argument
41 #define SUBSYS(_x) _x ## _subsys_id, argument391 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _subsys; argument