On 12/10/15 16:35, Randall Stewart wrote: > If you did that it would change the KPI a bit meaning lots > of thrashing in the code. > Hi, There are only 5 consumers of the callout_reset() return code in the FreeBSD 11-current kernel from what I can see: grep -r "= callout_reset" sys/ | wc -l 5 Two of these are already using > 0 checks. --HPS