Deleted Added
full compact
eventtimers.9 (231564) eventtimers.9 (233648)
1.\"
2.\" Copyright (c) 2011 Alexander Motin <mav@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
1.\"
2.\" Copyright (c) 2011 Alexander Motin <mav@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man9/eventtimers.9 231564 2012-02-12 18:29:56Z ed $
25.\" $FreeBSD: head/share/man/man9/eventtimers.9 233648 2012-03-29 05:02:12Z eadler $
26.\"
27.Dd December 14, 2011
28.Dt EVENTTIMERS 9
29.Os
30.Sh NAME
31.Nm eventtimers
32.Nd kernel event timers subsystem
33.Sh SYNOPSIS

--- 174 unchanged lines hidden (view full) ---

208allows consumer to mark event timer as broken via clearing both one-shot and
209periodic capability flags, if it was somehow detected.
210.Fn et_free
211is the opposite to
212.Fn et_init .
213It releases the event timer for other consumers use.
214.Pp
215.Fn ET_LOCK
26.\"
27.Dd December 14, 2011
28.Dt EVENTTIMERS 9
29.Os
30.Sh NAME
31.Nm eventtimers
32.Nd kernel event timers subsystem
33.Sh SYNOPSIS

--- 174 unchanged lines hidden (view full) ---

208allows consumer to mark event timer as broken via clearing both one-shot and
209periodic capability flags, if it was somehow detected.
210.Fn et_free
211is the opposite to
212.Fn et_init .
213It releases the event timer for other consumers use.
214.Pp
215.Fn ET_LOCK
216and
216and
217.Fn ET_UNLOCK
218macros should be used to manage
219.Xr mutex 9
220lock around
221.Fn et_find ,
222.Fn et_init
223and
224.Fn et_free

--- 12 unchanged lines hidden ---
217.Fn ET_UNLOCK
218macros should be used to manage
219.Xr mutex 9
220lock around
221.Fn et_find ,
222.Fn et_init
223and
224.Fn et_free

--- 12 unchanged lines hidden ---