Searched refs:logmask (Results 1 – 9 of 9) sorted by relevance
282 static __inline__ __be32 inet_make_mask(int logmask) in inet_make_mask() argument284 if (logmask) in inet_make_mask()285 return htonl(~((1U<<(32-logmask))-1)); in inet_make_mask()
15 static int logmask; variable16 module_param(logmask, int, 0444);17 MODULE_PARM_DESC(logmask, "logging bitmask (default 0)");148 efct->logmask = logmask; in efct_device_attach()
70 int logmask; member
13 (((efct) != NULL) ? (((efct)->logmask & (1U << 6)) != 0) : 0)
21 (((efct) != NULL) ? (((efct)->logmask & (1U << 2)) != 0) : 0)
6 information. Each logmask/ file controls a set of debug prints
66 allows selection of events to log via files in /sys/o2cb/logmask/.
553 u32 logmask; member
16 (((efc) != NULL) ? (((efc)->logmask & (1U << 1)) != 0) : 0)