Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dinetdevice.h282 static __inline__ __be32 inet_make_mask(int logmask) in inet_make_mask() argument
284 if (logmask) in inet_make_mask()
285 return htonl(~((1U<<(32-logmask))-1)); in inet_make_mask()
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Do2cb6 information. Each logmask/ file controls a set of debug prints
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A DKconfig66 allows selection of events to log via files in /sys/o2cb/logmask/.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-84441 ‘setlogmask’ sets a mask (the “logmask”) that determines which
4449 Note that the logmask exists entirely independently of opening and
4452 Setting the logmask has a similar effect to, but is not the same
4454 to discard certain messages it receives, but the logmask causes
4487 This example sets the logmask so that debug and informational
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-84441 ‘setlogmask’ sets a mask (the “logmask”) that determines which
4449 Note that the logmask exists entirely independently of opening and
4452 Setting the logmask has a similar effect to, but is not the same
4454 to discard certain messages it receives, but the logmask causes
4487 This example sets the logmask so that debug and informational
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_sli.c12416 u32 logmask; in lpfc_sli4_eratt_read() local
12467 logmask = LOG_TRACE_EVENT; in lpfc_sli4_eratt_read()
12471 logmask = LOG_SLI; in lpfc_sli4_eratt_read()
12472 lpfc_printf_log(phba, KERN_ERR, logmask, in lpfc_sli4_eratt_read()