This is very much dependent on what workload the machine is running.
There are 189 queue_delayed_work() callsites and they all want the
unlikely() to be there.
There are six queue_delayed_work_on() callsites and they don't want the
unlikely().
Don't know what to do here. Fortunately it doesn't matter much ;)
-mm has profile-likely-unlikely-macros.patch which can be used to
instrument these things (that feature seems to get broken regularly
though).
But the instrumentation should be performed across a broad range of
workloads.
--