Home
last modified time | relevance | path

Searched refs:logmask (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dinetdevice.h245 static __inline__ __be32 inet_make_mask(int logmask) in inet_make_mask() argument
247 if (logmask) in inet_make_mask()
248 return htonl(~((1U<<(32-logmask))-1)); in inet_make_mask()
/linux-4.4.14/Documentation/ABI/stable/
Do2cb6 information. Each logmask/ file controls a set of debug prints
/linux-4.4.14/fs/ocfs2/
DKconfig65 allows selection of events to log via files in /sys/o2cb/logmask/.