Home
last modified time | relevance | path

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

/linux-6.15/tools/tracing/rtla/src/
H A Dtimerlat_top.c934 int retval, wait_retval; in timerlat_top_bpf_main_loop() local
957 wait_retval = timerlat_bpf_wait(params->sleep_time); in timerlat_top_bpf_main_loop()
967 if (wait_retval == 1) in timerlat_top_bpf_main_loop()
/linux-6.15/drivers/staging/gpib/fmh_gpib/
H A Dfmh_gpib.c708 int wait_retval; in fmh_gpib_dma_read() local
755 wait_retval = wait_event_interruptible(board->wait, in fmh_gpib_dma_read()
761 if (wait_retval) in fmh_gpib_dma_read()