Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 *) arg); in sbprof_tb_ioctl()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds