Loading kernel/workqueue.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,7 @@ * possible cpu). * possible cpu). * * * The sequence counters are for flush_scheduled_work(). It wants to wait * The sequence counters are for flush_scheduled_work(). It wants to wait * until until all currently-scheduled works are completed, but it doesn't * until all currently-scheduled works are completed, but it doesn't * want to be livelocked by new, incoming ones. So it waits until * want to be livelocked by new, incoming ones. So it waits until * remove_sequence is >= the insert_sequence which pertained when * remove_sequence is >= the insert_sequence which pertained when * flush_scheduled_work() was called. * flush_scheduled_work() was called. Loading Loading
kernel/workqueue.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -34,7 +34,7 @@ * possible cpu). * possible cpu). * * * The sequence counters are for flush_scheduled_work(). It wants to wait * The sequence counters are for flush_scheduled_work(). It wants to wait * until until all currently-scheduled works are completed, but it doesn't * until all currently-scheduled works are completed, but it doesn't * want to be livelocked by new, incoming ones. So it waits until * want to be livelocked by new, incoming ones. So it waits until * remove_sequence is >= the insert_sequence which pertained when * remove_sequence is >= the insert_sequence which pertained when * flush_scheduled_work() was called. * flush_scheduled_work() was called. Loading