Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sibyte/common/
H A Dsb_tbprof.c125 #define TB_FULL (sbp.next_tb_sample == MAX_TB_SAMPLES) macro
511 err = wait_event_interruptible(sbp.tb_read, TB_FULL); in sbprof_tb_ioctl()
515 err = put_user(TB_FULL, (int __user *) arg); in sbprof_tb_ioctl()