freebsd-skq/share/man
hselasky 9586d860bb Implement API for draining EPOCH(9) callbacks.
The epoch_drain_callbacks() function is used to drain all pending
callbacks which have been invoked by prior epoch_call() function calls
on the same epoch. This function is useful when there are shared
memory structure(s) referred to by the epoch callback(s) which are not
refcounted and are rarely freed. The typical place for calling this
function is right before freeing or invalidating the shared
resource(s) used by the epoch callback(s). This function can sleep and
is not optimized for performance.

Differential Revision: https://reviews.freebsd.org/D20109
MFC after:	1 week
Sponsored by:	Mellanox Technologies
2019-06-28 10:38:56 +00:00
..
man1 share: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:26:40 +00:00
man3 Add some missing MLINKs for tree(3). 2019-06-17 16:57:44 +00:00
man4 gpiobus: provide a new hint, pin_list 2019-06-27 15:46:06 +00:00
man5 Remove NAND and NANDFS support 2019-06-25 04:50:09 +00:00
man6 Update intro(6) - remove hint that doesn't work, add explicit list 2017-11-27 12:39:35 +00:00
man7 Make tests(7) point people at the atf(7) man page. 2019-06-02 16:33:24 +00:00
man8 Add rc.resume(8) alias for rc(8) to fix the manpage cross references 2019-02-12 23:33:16 +00:00
man9 Implement API for draining EPOCH(9) callbacks. 2019-06-28 10:38:56 +00:00
Makefile