Home
last modified time | relevance | path

Searched refs:MONWRITE_STOP_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dmonwriter.c95 monhdr->mon_function == MONWRITE_STOP_INTERVAL) && in monwrite_find_hdr()
120 if (monhdr->mon_function == MONWRITE_STOP_INTERVAL) { in monwrite_new_hdr()
130 } else if (monhdr->mon_function != MONWRITE_STOP_INTERVAL) { in monwrite_new_hdr()
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dmonwriter.h15 #define MONWRITE_STOP_INTERVAL 0x01 /* stop interval or config recording */ macro