summaryrefslogtreecommitdiff
path: root/tools/testing/vsock/timeout.h
blob: ecb7c840e65ae5d40419bf5f9ca57fdf4051aa41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef TIMEOUT_H
#define TIMEOUT_H

enum {
	/* Default timeout */
	TIMEOUT = 10 /* seconds */
};

void sigalrm(int signo);
void timeout_begin(unsigned int seconds);
void timeout_check(const char *operation);
void timeout_end(void);

#endif /* TIMEOUT_H */
phy: zynqmp: Take the phy mutex in xlateSean Anderson 2024-07-02phy: zynqmp: Only wait for PLL lock "primary" instancesSean Anderson 2024-07-02phy: zynqmp: Store instance instead of typeSean Anderson 2024-07-02phy: zynqmp: Enable reference clock correctlySean Anderson 2024-04-05phy: xilinx: Convert to platform remove callback returning voidUwe Kleine-König 2024-02-23phy: constify of_phandle_args in xlateKrzysztof Kozlowski 2023-07-12phy: zynqmp: Allow variation in refclk rateSean Anderson 2023-07-12phy: xilinx: phy-zynqmp: dynamic clock support for power-savePiyush Mehta 2023-07-12phy: xilinx: add runtime PM supportPiyush Mehta 2023-03-31phy: xilinx: phy-zynqmp: mention SGMII as supported protocolRadhey Shyam Pandey