Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsystm.h182 int delay_sig(clock_t);
/titanic_44/usr/src/uts/common/rpc/
H A Dclnt_rdma.c644 if (delay_sig(ticks) == EINTR) { in clnt_rdma_kcallit()
703 if (delay_sig(ticks) == EINTR) { in clnt_rdma_kcallit()
H A Dclnt_cots.c1686 return (delay_sig(ticks)); in clnt_delay()
/titanic_44/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c669 if (delay_sig(one_sec)) {
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2505 if ((error = delay_sig(deadlk_wait)) != 0) { in snf_segmap()
2602 if ((error = delay_sig(deadlk_wait)) != 0) { in snf_segmap()
/titanic_44/usr/src/uts/common/os/
H A Dclock.c1812 delay_sig(clock_t ticks) in delay_sig() function
H A Dsunpm.c8794 if (delay_sig(1) == EINTR) { in pm_busop_set_power()
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c4905 if ((err = delay_sig(hz / 8)) == EINTR) in vfs_get_lofi()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c14814 if (delay_sig(*tick_delay)) { in nfs4_block_and_wait()