freebsd-dev/sys/dev/tws
Jung-uk Kim fd90e2ed54 CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
years for head.  However, it is continuously misused as the mpsafe argument
for callout_init(9).  Deprecate the flag and clean up callout_init() calls
to make them more consistent.

Differential Revision:	https://reviews.freebsd.org/D2613
Reviewed by:	jhb
MFC after:	2 weeks
2015-05-22 17:05:21 +00:00
..
tws_cam.c Prevent overflow issues in timeout processing 2014-11-21 21:01:24 +00:00
tws_hdm.c Switch from timeout(9) to callout(9). In addition, do not teardown the 2014-09-22 20:38:01 +00:00
tws_hdm.h Switch from timeout(9) to callout(9). In addition, do not teardown the 2014-09-22 20:38:01 +00:00
tws_services.c Switch from timeout(9) to callout(9). In addition, do not teardown the 2014-09-22 20:38:01 +00:00
tws_services.h
tws_user.c Use struct thread * directly instead of d_thread_t. This driver is not 2015-01-05 19:49:20 +00:00
tws_user.h
tws.c CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
tws.h Switch from timeout(9) to callout(9). In addition, do not teardown the 2014-09-22 20:38:01 +00:00