Home
last modified time | relevance | path

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

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