]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
umtx: Expose struct abs_timeout to the rest of the kernel.
authorDmitry Chagin <dchagin@FreeBSD.org>
Thu, 29 Jul 2021 09:41:58 +0000 (12:41 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Thu, 29 Jul 2021 09:41:58 +0000 (12:41 +0300)
commit307a3dd35cd48ae39849192e0d7a7d34ac7e6ac8
treee0c7ee76ed6f1ffe385c45bb1ed620eb507061bd
parentaf29f3995882fac6e1c0360c2276c7a98056957f
umtx: Expose struct abs_timeout to the rest of the kernel.

Add umtx_ prefix to all abs_timeout facility and add declaration for it.
For consistency with others abs_timeout mark inline abs_timeout_init2.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D31249
MFC after: 2 weeks
sys/kern/kern_umtx.c
sys/sys/umtxvar.h