Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/sibyte/common/
Dsb_tbprof.c137 #define TB_FULL (sbp.next_tb_sample == MAX_TB_SAMPLES) macro
523 err = wait_event_interruptible(sbp.tb_read, TB_FULL); in sbprof_tb_ioctl()
527 err = put_user(TB_FULL, (int *) arg); in sbprof_tb_ioctl()