[PATCH 07/10] drm/amdgpu: add concurrent baco reset support for XGMI

Andrey Grodzovsky Andrey.Grodzovsky at amd.com
Tue Dec 3 18:43:32 UTC 2019


Thanks Ma, this was very helpful as I am sill not able to setup XGMI 
hive with latest FW and VBIOS.

I traced the workqueue subsystem (full log attached). Specifically here 
is the life cycle of our 2 work items executing 
amdgpu_device_xgmi_reset_func bellow

You were right to note they both run on came CPU (32) but they are 
executed by different threads. Also as you see by 
workqueue_execute_start/end timestamps they actually ran in parallel and 
not one after another even while being assigned to the same CPU and that 
because of thread preemption (there is at least 
psp_v11_0_mode1_reset->msleep(500)) which yields the CPU and hence 
allows the second work to run + I am sure that on preemptive kernel one 
reset work would be preempted at some point anyway  and let the other 
run. Now you had issues with BACO reset while the test I ran on your 
system is mode1 reset and so I assumed that maybe BACO has some non 
preempt-able busy wait which doesn't give a chance to second work item's 
thread to run on that CPU before the first finished - but from looking 
in the code I see smu_v11_0_baco_enter->msleep(10) so even in that case 
the first reset work item was supposed to yield CPU after BACO ENTER 
sent to SMU and let the other reset work do the same to the second card 
and so i don't see how even in this case there is a serial execution ?

P.S How you solution solves the case where the XGMI hive is bigger then 
number of CPUs on the system ? Assuming that what you say is correct and 
there is a serial execution when on the same CPU, if they hive is bigger 
then number of CPUs you will eventually get back to sending reset work 
to a CPU already executing BACO ENTER (or EXIT) for another device and 
will get the serialization problem anyway.

              cat-3002  [032] d... 33153.791829: workqueue_queue_work: 
work struct=00000000e43c1ebb function=amdgpu_device_xgmi_reset_func 
[amdgpu] workqueue=0000000080331d91 req_cpu=8192 cpu=32
              cat-3002  [032] d... 33153.791829: 
workqueue_activate_work: work struct 00000000e43c1ebb
              cat-3002  [032] dN.. 33153.791831: workqueue_queue_work: 
work struct=00000000e67113aa function=amdgpu_device_xgmi_reset_func 
[amdgpu] workqueue=0000000080331d91 req_cpu=8192 cpu=32
              cat-3002  [032] dN.. 33153.791832: 
workqueue_activate_work: work struct 00000000e67113aa
    kworker/32:1H-551   [032] .... 33153.791834: 
workqueue_execute_start: work struct 00000000e43c1ebb: function 
amdgpu_device_xgmi_reset_func [amdgpu]
    kworker/32:0H-175   [032] .... 33153.792087: 
workqueue_execute_start: work struct 00000000e67113aa: function 
amdgpu_device_xgmi_reset_func [amdgpu]
    kworker/32:1H-551   [032] .... 33154.310948: workqueue_execute_end: 
work struct 00000000e43c1ebb
    kworker/32:0H-175   [032] .... 33154.311043: workqueue_execute_end: 
work struct 00000000e67113aa

Andrey



On 12/3/19 5:06 AM, Ma, Le wrote:
>
> [AMD Official Use Only - Internal Distribution Only]
>
> Hi Andrey,
>
> You can try the XGMI system below:
>
>               IP: 10.67.69.53
>
>               U/P: jenkins/0
>
> The original drm-next kernel is installed.
>
> Regards,
>
> Ma Le
>
> *From:*Grodzovsky, Andrey <Andrey.Grodzovsky at amd.com>
> *Sent:* Tuesday, December 3, 2019 6:05 AM
> *To:* Ma, Le <Le.Ma at amd.com>; amd-gfx at lists.freedesktop.org
> *Cc:* Chen, Guchun <Guchun.Chen at amd.com>; Zhou1, Tao 
> <Tao.Zhou1 at amd.com>; Deucher, Alexander <Alexander.Deucher at amd.com>; 
> Li, Dennis <Dennis.Li at amd.com>; Zhang, Hawking <Hawking.Zhang at amd.com>
> *Subject:* Re: [PATCH 07/10] drm/amdgpu: add concurrent baco reset 
> support for XGMI
>
> On 12/2/19 6:42 AM, Ma, Le wrote:
>
>     [AMD Official Use Only - Internal Distribution Only]
>
>     *From:*Grodzovsky, Andrey <Andrey.Grodzovsky at amd.com>
>     <mailto:Andrey.Grodzovsky at amd.com>
>     *Sent:* Saturday, November 30, 2019 12:22 AM
>     *To:* Ma, Le <Le.Ma at amd.com> <mailto:Le.Ma at amd.com>;
>     amd-gfx at lists.freedesktop.org <mailto:amd-gfx at lists.freedesktop.org>
>     *Cc:* Chen, Guchun <Guchun.Chen at amd.com>
>     <mailto:Guchun.Chen at amd.com>; Zhou1, Tao <Tao.Zhou1 at amd.com>
>     <mailto:Tao.Zhou1 at amd.com>; Deucher, Alexander
>     <Alexander.Deucher at amd.com> <mailto:Alexander.Deucher at amd.com>;
>     Li, Dennis <Dennis.Li at amd.com> <mailto:Dennis.Li at amd.com>; Zhang,
>     Hawking <Hawking.Zhang at amd.com> <mailto:Hawking.Zhang at amd.com>
>     *Subject:* Re: [PATCH 07/10] drm/amdgpu: add concurrent baco reset
>     support for XGMI
>
>     On 11/28/19 4:00 AM, Ma, Le wrote:
>
>         -----Original Message-----
>         From: Grodzovsky, Andrey <Andrey.Grodzovsky at amd.com>
>         <mailto:Andrey.Grodzovsky at amd.com>
>         Sent: Wednesday, November 27, 2019 11:46 PM
>         To: Ma, Le <Le.Ma at amd.com> <mailto:Le.Ma at amd.com>;
>         amd-gfx at lists.freedesktop.org
>         <mailto:amd-gfx at lists.freedesktop.org>
>         Cc: Chen, Guchun <Guchun.Chen at amd.com>
>         <mailto:Guchun.Chen at amd.com>; Zhou1, Tao <Tao.Zhou1 at amd.com>
>         <mailto:Tao.Zhou1 at amd.com>; Deucher, Alexander
>         <Alexander.Deucher at amd.com>
>         <mailto:Alexander.Deucher at amd.com>; Li, Dennis
>         <Dennis.Li at amd.com> <mailto:Dennis.Li at amd.com>; Zhang, Hawking
>         <Hawking.Zhang at amd.com> <mailto:Hawking.Zhang at amd.com>
>         Subject: Re: [PATCH 07/10] drm/amdgpu: add concurrent baco
>         reset support for XGMI
>
>         On 11/27/19 4:15 AM, Le Ma wrote:
>
>         > Currently each XGMI node reset wq does not run in parrallel
>         because
>
>         > same work item bound to same cpu runs in sequence. So change
>         to bound
>
>         > the xgmi_reset_work item to different cpus.
>
>         It's not the same work item, see more bellow
>
>         >
>
>         > XGMI requires all nodes enter into baco within very close
>         proximity
>
>         > before any node exit baco. So schedule the xgmi_reset_work
>         wq twice
>
>         > for enter/exit baco respectively.
>
>         >
>
>         > The default reset code path and methods do not change for
>         vega20 production:
>
>         >    - baco reset without xgmi/ras
>
>         >    - psp reset with xgmi/ras
>
>         >
>
>         > To enable baco for XGMI/RAS case, both 2 conditions below
>         are needed:
>
>         >    - amdgpu_ras_enable=2
>
>         >    - baco-supported smu firmware
>
>         >
>
>         > The case that PSP reset and baco reset coexist within an
>         XGMI hive is
>
>         > not in the consideration.
>
>         >
>
>         > Change-Id: I9c08cf90134f940b42e20d2129ff87fba761c532
>
>         > Signed-off-by: Le Ma <le.ma at amd.com <mailto:le.ma at amd.com>>
>
>         > ---
>
>         > drivers/gpu/drm/amd/amdgpu/amdgpu.h        |  2 +
>
>         > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 78
>         ++++++++++++++++++++++++++----
>
>         >   2 files changed, 70 insertions(+), 10 deletions(-)
>
>         >
>
>         > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
>
>         > b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
>
>         > index d120fe5..08929e6 100644
>
>         > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
>
>         > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
>
>         > @@ -998,6 +998,8 @@ struct amdgpu_device {
>
>         > int                                           pstate;
>
>         >          /* enable runtime pm on the device */
>
>         > bool                            runpm;
>
>         > +
>
>         > + bool                                        in_baco;
>
>         >   };
>
>         >
>
>         >   static inline struct amdgpu_device *amdgpu_ttm_adev(struct
>
>         > ttm_bo_device *bdev) diff --git
>
>         > a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
>
>         > b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
>
>         > index bd387bb..71abfe9 100644
>
>         > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
>
>         > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
>
>         > @@ -2654,7 +2654,13 @@ static void
>         amdgpu_device_xgmi_reset_func(struct work_struct *__work)
>
>         >          struct amdgpu_device *adev =
>
>         > container_of(__work, struct amdgpu_device, xgmi_reset_work);
>
>         >
>
>         > -       adev->asic_reset_res =  amdgpu_asic_reset(adev);
>
>         > +      if (amdgpu_asic_reset_method(adev) ==
>         AMD_RESET_METHOD_BACO)
>
>         > + adev->asic_reset_res = (adev->in_baco == false) ?
>
>         > +             amdgpu_device_baco_enter(adev->ddev) :
>
>         > +             amdgpu_device_baco_exit(adev->ddev);
>
>         > +      else
>
>         > + adev->asic_reset_res = amdgpu_asic_reset(adev);
>
>         > +
>
>         >          if (adev->asic_reset_res)
>
>         > DRM_WARN("ASIC reset failed with error, %d for drm dev, %s",
>
>         >                                 adev->asic_reset_res,
>         adev->ddev->unique); @@ -3796,6 +3802,7 @@
>
>         > static int amdgpu_do_asic_reset(struct amdgpu_hive_info *hive,
>
>         >          struct amdgpu_device *tmp_adev = NULL;
>
>         >          bool need_full_reset = *need_full_reset_arg,
>         vram_lost = false;
>
>         >          int r = 0;
>
>         > +      int cpu = smp_processor_id();
>
>         >
>
>         >          /*
>
>         >           * ASIC reset has to be done on all HGMI hive nodes
>         ASAP @@
>
>         > -3803,21 +3810,24 @@ static int amdgpu_do_asic_reset(struct
>         amdgpu_hive_info *hive,
>
>         >           */
>
>         >          if (need_full_reset) {
>
>         > list_for_each_entry(tmp_adev, device_list_handle,
>         gmc.xgmi.head) {
>
>         > - /* For XGMI run all resets in parallel to speed up the
>         process */
>
>         > + /*
>
>         > + * For XGMI run all resets in parallel to speed up the
>
>         > + * process by scheduling the highpri wq on different
>
>         > + * cpus. For XGMI with baco reset, all nodes must enter
>
>         > + * baco within close proximity before anyone exit.
>
>         > + */
>
>         >                                if
>         (tmp_adev->gmc.xgmi.num_physical_nodes > 1) {
>
>         > -                                           if
>         (!queue_work(system_highpri_wq, &tmp_adev->xgmi_reset_work))
>
>         Note that tmp_adev->xgmi_reset_work (the work item) is per
>         device in XGMI hive and not the same work item. So I don't see
>         why you need to explicitly queue them on different CPUs, they
>         should run in parallel already.
>
>         Andrey
>
>         [Le]: It’s also beyond my understanding that the 2 node reset
>         work items scheduled to same cpu does not run in parallel. But
>         from the experiment result in my side, the 2nd work item
>         always run after 1st work item finished. Based on this result,
>         I changed to queue them on different CPUs to make sure more
>         XGMI nodes case to run in parallel, because baco requires all
>         nodes enter baco within very close proximity.
>
>         The experiment code is as following for your reference. When
>         card0 worker running, card1 worker is not observed to run.
>
>     The code bellow will only test that they don't run concurrently -
>     but this doesn't mean they don't run on different CPUs and
>     threads,I don't have an XGMI setup at hand to test this theory but
>     what if there is some locking dependency between them that
>     serializes their execution ? Can you just add a one line print
>     inside amdgpu_device_xgmi_reset_func that prints CPU id, thread
>     name/id and card number ?
>
>     Andrey
>
>     [Le]: I checked if directly use queue_work() several times, the
>     same CPU thread will be used. And the worker per CPU will execute
>     the item one by one. Our goal here is to make the xgmi_reset_func
>     run concurrently for XGMI BACO case. That’s why I schedule them on
>     different CPUs to run parallelly. And I can share the XGMI system
>     with you if you’d like to verify more.
>
> I tried today to setup XGMI 2P setup to test this but weren't able to 
> load with the XGMI bridge in place (maybe faulty bridge) - so yea - 
> maybe leave me your setup before your changes (the original code) so i 
> can try to open some kernel traces that show CPU id and thread id to 
> check this. It's just so weird that system_highpri_wq which is 
> documented to be multi-cpu and multi-threaded wouldn't queue those 
> work items to different cpus and worker threads.
>
> Andrey
>
>         +atomic_t card0_in_baco = ATOMIC_INIT(0);
>
>         +atomic_t card1_in_baco = ATOMIC_INIT(0);
>
>         +
>
>         static void amdgpu_device_xgmi_reset_func(struct work_struct
>         *__work)
>
>         {
>
>         struct amdgpu_device *adev =
>
>         container_of(__work, struct amdgpu_device, xgmi_reset_work);
>
>         + printk("lema1: card 0x%x goes into reset wq\n",
>         adev->pdev->bus->number);
>
>         + if (adev->pdev->bus->number == 0x7) {
>
>         + atomic_set(&card1_in_baco, 1);
>
>         + printk("lema1: card1 in baco from card1 view\n");
>
>         + }
>
>         +
>
>         if (amdgpu_asic_reset_method(adev) == AMD_RESET_METHOD_BACO)
>
>                        adev->asic_reset_res = (adev->in_baco == false) ?
>
>         amdgpu_device_baco_enter(adev->ddev) :
>
>         @@ -2664,6 +2673,23 @@ static void
>         amdgpu_device_xgmi_reset_func(struct work_struct *__work)
>
>         if (adev->asic_reset_res)
>
>         DRM_WARN("ASIC reset failed with error, %d for drm dev, %s",
>
>         adev->asic_reset_res, adev->ddev->unique);
>
>         +
>
>         + if (adev->pdev->bus->number == 0x4) {
>
>         + atomic_set(&card0_in_baco, 1);
>
>         +        printk("lema1: card0 in baco from card0 view\n");
>
>         +
>
>         + while (true)
>
>         + if (!!atomic_read(&card1_in_baco))
>
>         + break;
>
>         + printk("lema1: card1 in baco from card0 view\n");
>
>         +     }
>
>         +
>
>         + if (adev->pdev->bus->number == 0x7) {
>
>         + while (true)
>
>         + if (!!atomic_read(&card0_in_baco))
>
>         + break;
>
>         + printk("lema1: card0 in baco from card1 view\n");
>
>         + }
>
>         > +                                          if
>         (!queue_work_on(cpu, system_highpri_wq,
>
>         > +    &tmp_adev->xgmi_reset_work))
>
>         >                                                        r =
>         -EALREADY;
>
>         > +                                          cpu =
>         cpumask_next(cpu, cpu_online_mask);
>
>         >                                } else
>
>         >                                            r =
>         amdgpu_asic_reset(tmp_adev);
>
>         > -
>
>         > - if (r) {
>
>         > - DRM_ERROR("ASIC reset failed with error, %d for drm dev, %s",
>
>         > -                                                       r,
>         tmp_adev->ddev->unique);
>
>         > + if (r)
>
>         >                                            break;
>
>         > - }
>
>         >                      }
>
>         >
>
>         > -                   /* For XGMI wait for all PSP resets to
>         complete before proceed */
>
>         > +                  /* For XGMI wait for all work to complete
>         before proceed */
>
>         >                      if (!r) {
>
>         > list_for_each_entry(tmp_adev, device_list_handle,
>
>         >     gmc.xgmi.head) {
>
>         > @@ -3826,11 +3836,59 @@ static int
>         amdgpu_do_asic_reset(struct amdgpu_hive_info *hive,
>
>         >                                                        r =
>         tmp_adev->asic_reset_res;
>
>         >                                                        if (r)
>
>         > break;
>
>         > + if(AMD_RESET_METHOD_BACO ==
>
>         > + amdgpu_asic_reset_method(tmp_adev))
>
>         > + tmp_adev->in_baco = true;
>
>         >                                            }
>
>         >                                }
>
>         >                      }
>
>         > -       }
>
>         >
>
>         > +                  /*
>
>         > +                  * For XGMI with baco reset, need exit
>         baco phase by scheduling
>
>         > +                  * xgmi_reset_work one more time. PSP
>         reset skips this phase.
>
>         > +                  * Not assume the situation that PSP reset
>         and baco reset
>
>         > +                  * coexist within an XGMI hive.
>
>         > +                  */
>
>         > +
>
>         > +                  if (!r) {
>
>         > + cpu = smp_processor_id();
>
>         > + list_for_each_entry(tmp_adev, device_list_handle,
>
>         > + gmc.xgmi.head) {
>
>         > +                                          if
>         (tmp_adev->gmc.xgmi.num_physical_nodes > 1
>
>         > +                                              &&
>         AMD_RESET_METHOD_BACO ==
>
>         > + amdgpu_asic_reset_method(tmp_adev)) {
>
>         > +                                                      if
>         (!queue_work_on(cpu,
>
>         > + system_highpri_wq,
>
>         > +             &tmp_adev->xgmi_reset_work))
>
>         > + r = -EALREADY;
>
>         > +                                                      if (r)
>
>         > + break;
>
>         > +                                                      cpu =
>         cpumask_next(cpu, cpu_online_mask);
>
>         > +                                          }
>
>         > + }
>
>         > +                  }
>
>         > +
>
>         > +                  if (!r) {
>
>         > + list_for_each_entry(tmp_adev, device_list_handle,
>
>         > + gmc.xgmi.head) {
>
>         > +                                          if
>         (tmp_adev->gmc.xgmi.num_physical_nodes > 1
>
>         > +                                              &&
>         AMD_RESET_METHOD_BACO ==
>
>         > + amdgpu_asic_reset_method(tmp_adev)) {
>
>         > + flush_work(&tmp_adev->xgmi_reset_work);
>
>         > +                                                      r =
>         tmp_adev->asic_reset_res;
>
>         > +                                                      if (r)
>
>         > + break;
>
>         > + tmp_adev->in_baco = false;
>
>         > +                                          }
>
>         > + }
>
>         > +                  }
>
>         > +
>
>         > +                  if (r) {
>
>         > + DRM_ERROR("ASIC reset failed with error, %d for drm dev, %s",
>
>         > +                                          r,
>         tmp_adev->ddev->unique);
>
>         > + goto end;
>
>         > +                  }
>
>         > +      }
>
>         >
>
>         > list_for_each_entry(tmp_adev, device_list_handle,
>         gmc.xgmi.head) {
>
>         >                      if (need_full_reset) {
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20191203/d2719891/attachment-0001.html>
-------------- next part --------------
root at lnx-vega20-0:/sys/kernel/debug/tracing# cat trace
# tracer: nop
#
# entries-in-buffer/entries-written: 2446/2446   #P:40
#
#                              _-----=> irqs-off
#                             / _----=> need-resched
#                            | / _---=> hardirq/softirq
#                            || / _--=> preempt-depth
#                            ||| /     delay
#           TASK-PID   CPU#  ||||    TIMESTAMP  FUNCTION
#              | |       |   ||||       |         |
            bash-2771  [010] d... 33147.478453: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33147.478456: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:1-2612  [031] .... 33147.478494: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33147.478505: workqueue_execute_end: work struct 00000000c10525b8
          <idle>-0     [000] d.s. 33147.562837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33147.562839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33147.562880: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33147.562887: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33147.562887: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33147.562893: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33147.562896: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33147.562900: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33147.686839: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33147.686840: workqueue_activate_work: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33147.686857: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33147.686861: workqueue_execute_end: work struct 00000000eab4f734
          <idle>-0     [000] d.s. 33147.766836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33147.766838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33147.766876: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33147.766882: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33147.766883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33147.766888: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33147.766891: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33147.766895: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33147.970841: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33147.970842: workqueue_activate_work: work struct 0000000041f2b9f6
          <idle>-0     [000] d.s. 33147.970851: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33147.970851: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33147.970865: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
   kworker/u81:0-2912  [028] .... 33147.970881: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
     kworker/0:2-215   [000] .... 33147.970882: workqueue_execute_end: work struct 00000000f5acb873
   kworker/u81:0-2912  [028] d... 33147.970887: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33147.970888: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33147.970893: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33147.970896: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33147.970899: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [032] d.s. 33148.038837: workqueue_queue_work: work struct=0000000010a27ec8 function=wb_workfn workqueue=00000000a9e1e782 req_cpu=8192 cpu=4294967295
          <idle>-0     [032] d.s. 33148.038839: workqueue_activate_work: work struct 0000000010a27ec8
   kworker/u82:1-2612  [031] .... 33148.038879: workqueue_execute_start: work struct 0000000010a27ec8: function wb_workfn
   kworker/u82:1-2612  [031] .... 33148.038887: workqueue_execute_end: work struct 0000000010a27ec8
          <idle>-0     [000] d.s. 33148.174837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33148.174839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33148.174879: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33148.174885: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33148.174885: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33148.174890: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33148.174893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33148.174897: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [038] d.s. 33148.326839: workqueue_queue_work: work struct=00000000a3effda6 function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=38
          <idle>-0     [038] d.s. 33148.326841: workqueue_activate_work: work struct 00000000a3effda6
    kworker/38:1-354   [038] .... 33148.326858: workqueue_execute_start: work struct 00000000a3effda6: function igb_watchdog_task [igb]
    kworker/38:1-354   [038] .... 33148.328521: workqueue_execute_end: work struct 00000000a3effda6
          <idle>-0     [000] d.s. 33148.378837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33148.378839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33148.378878: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33148.378884: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33148.378884: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33148.378890: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33148.378893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33148.378896: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33148.582837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33148.582839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33148.582878: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33148.582884: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33148.582884: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33148.582890: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33148.582892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33148.582896: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33148.710841: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33148.710843: workqueue_activate_work: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33148.710858: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33148.710863: workqueue_execute_end: work struct 00000000eab4f734
          <idle>-0     [000] d.s. 33148.786837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33148.786838: workqueue_activate_work: work struct 0000000041f2b9f6
          <idle>-0     [000] d.s. 33148.786846: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33148.786846: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33148.786860: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] .... 33148.786877: workqueue_execute_end: work struct 00000000f5acb873
   kworker/u81:0-2912  [028] .... 33148.786878: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33148.786884: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33148.786884: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33148.786889: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33148.786892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33148.786896: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] dNs. 33148.990839: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] dNs. 33148.990841: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33148.990879: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33148.990885: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33148.990886: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33148.990891: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33148.990894: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33148.990897: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33149.194834: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33149.194836: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33149.194875: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33149.194881: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33149.194882: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33149.194887: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33149.194890: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33149.194893: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [032] d.s. 33149.382839: workqueue_queue_work: work struct=00000000d020042b function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=32
          <idle>-0     [032] d.s. 33149.382840: workqueue_activate_work: work struct 00000000d020042b
    kworker/32:1-349   [032] .... 33149.382857: workqueue_execute_start: work struct 00000000d020042b: function igb_watchdog_task [igb]
    kworker/32:1-349   [032] .... 33149.383460: workqueue_execute_end: work struct 00000000d020042b
          <idle>-0     [000] d.s. 33149.398840: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33149.398841: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33149.398880: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33149.398886: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33149.398886: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33149.398892: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33149.398894: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33149.398898: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [016] d.s. 33149.478839: workqueue_queue_work: work struct=00000000c16340a4 function=vmstat_update workqueue=00000000ab032a36 req_cpu=16 cpu=16
          <idle>-0     [016] d.s. 33149.478841: workqueue_activate_work: work struct 00000000c16340a4
    kworker/16:2-982   [016] .... 33149.478858: workqueue_execute_start: work struct 00000000c16340a4: function vmstat_update
    kworker/16:2-982   [016] .... 33149.478862: workqueue_execute_end: work struct 00000000c16340a4
          <idle>-0     [000] d.s. 33149.602837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33149.602838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33149.602877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33149.602883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33149.602883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33149.602889: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33149.602892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33149.602896: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33149.734836: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33149.734837: workqueue_activate_work: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33149.734855: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33149.734860: workqueue_execute_end: work struct 00000000eab4f734
          <idle>-0     [000] d.s. 33149.806836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33149.806838: workqueue_activate_work: work struct 0000000041f2b9f6
          <idle>-0     [000] d.s. 33149.806846: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33149.806846: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33149.806861: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
   kworker/u81:0-2912  [028] .... 33149.806876: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
     kworker/0:2-215   [000] .... 33149.806878: workqueue_execute_end: work struct 00000000f5acb873
   kworker/u81:0-2912  [028] d... 33149.806882: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33149.806883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33149.806888: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33149.806891: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33149.806894: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33150.010837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33150.010839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33150.010877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33150.010883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33150.010884: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33150.010889: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33150.010892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33150.010896: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33150.214836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33150.214838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33150.214877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33150.214883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33150.214883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33150.214888: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33150.214891: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33150.214895: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [038] d.s. 33150.310837: workqueue_queue_work: work struct=00000000a3effda6 function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=38
          <idle>-0     [038] d.s. 33150.310838: workqueue_activate_work: work struct 00000000a3effda6
    kworker/38:1-354   [038] .... 33150.310855: workqueue_execute_start: work struct 00000000a3effda6: function igb_watchdog_task [igb]
    kworker/38:1-354   [038] .... 33150.312518: workqueue_execute_end: work struct 00000000a3effda6
          <idle>-0     [000] d.s. 33150.418837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33150.418838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33150.418878: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33150.418884: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33150.418884: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33150.418889: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33150.418892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33150.418896: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33150.622838: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33150.622840: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33150.622879: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33150.622884: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33150.622885: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33150.622890: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33150.622893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33150.622897: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33150.758836: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33150.758837: workqueue_activate_work: work struct 00000000eab4f734
          <idle>-0     [000] dNs. 33150.758843: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] dNs. 33150.758844: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33150.758856: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33150.758860: workqueue_execute_end: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33150.758861: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] d... 33150.758869: workqueue_queue_work: work struct=00000000c16340a4 function=vmstat_update workqueue=00000000ab032a36 req_cpu=16 cpu=16
     kworker/0:2-215   [000] d... 33150.758869: workqueue_activate_work: work struct 00000000c16340a4
     kworker/0:2-215   [000] .... 33150.758880: workqueue_execute_end: work struct 00000000f5acb873
    kworker/16:2-982   [016] .... 33150.758913: workqueue_execute_start: work struct 00000000c16340a4: function vmstat_update
    kworker/16:2-982   [016] .... 33150.758920: workqueue_execute_end: work struct 00000000c16340a4
          <idle>-0     [000] d.s. 33150.826837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33150.826839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33150.826877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33150.826883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33150.826884: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33150.826889: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33150.826892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33150.826895: workqueue_execute_end: work struct 0000000023c3cc1d
            sshd-2896  [018] d... 33150.951923: workqueue_queue_work: work struct=00000000c73bb1ef function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2896  [018] d... 33150.951924: workqueue_activate_work: work struct 00000000c73bb1ef
   kworker/u82:1-2612  [031] .... 33150.951964: workqueue_execute_start: work struct 00000000c73bb1ef: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33150.951976: workqueue_execute_end: work struct 00000000c73bb1ef
            bash-2914  [032] d... 33150.952045: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2914  [032] d... 33150.952046: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33150.952054: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33150.952059: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33151.030836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33151.030838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33151.030877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33151.030883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33151.030884: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33151.030889: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33151.030892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33151.030895: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33151.234838: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33151.234839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33151.234878: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33151.234884: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33151.234885: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33151.234890: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33151.234893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33151.234896: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [032] d.s. 33151.398836: workqueue_queue_work: work struct=00000000d020042b function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=32
          <idle>-0     [032] d.s. 33151.398838: workqueue_activate_work: work struct 00000000d020042b
    kworker/32:1-349   [032] .... 33151.398855: workqueue_execute_start: work struct 00000000d020042b: function igb_watchdog_task [igb]
    kworker/32:1-349   [032] .... 33151.399458: workqueue_execute_end: work struct 00000000d020042b
          <idle>-0     [000] d.s. 33151.438840: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33151.438841: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33151.438880: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33151.438886: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33151.438887: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33151.438892: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33151.438895: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33151.438899: workqueue_execute_end: work struct 0000000023c3cc1d
            sshd-2896  [018] d... 33151.585943: workqueue_queue_work: work struct=00000000c73bb1ef function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2896  [018] d... 33151.585945: workqueue_activate_work: work struct 00000000c73bb1ef
   kworker/u82:1-2612  [031] .... 33151.585983: workqueue_execute_start: work struct 00000000c73bb1ef: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33151.585994: workqueue_execute_end: work struct 00000000c73bb1ef
          <idle>-0     [000] d.s. 33151.642838: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33151.642839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33151.642879: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33151.642884: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33151.642885: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33151.642890: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33151.642893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33151.642897: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33151.782836: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33151.782837: workqueue_activate_work: work struct 00000000eab4f734
          <idle>-0     [000] dNs. 33151.782844: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] dNs. 33151.782844: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33151.782856: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33151.782860: workqueue_execute_end: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33151.782861: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] d... 33151.782875: workqueue_queue_work: work struct=00000000792e1f15 function=vmstat_update workqueue=00000000ab032a36 req_cpu=32 cpu=32
     kworker/0:2-215   [000] d... 33151.782875: workqueue_activate_work: work struct 00000000792e1f15
     kworker/0:2-215   [000] .... 33151.782880: workqueue_execute_end: work struct 00000000f5acb873
    kworker/32:1-349   [032] .... 33151.782920: workqueue_execute_start: work struct 00000000792e1f15: function vmstat_update
    kworker/32:1-349   [032] .... 33151.782927: workqueue_execute_end: work struct 00000000792e1f15
          <idle>-0     [000] d.s. 33151.846836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33151.846837: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33151.846876: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33151.846882: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33151.846883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33151.846888: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33151.846891: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33151.846894: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33152.050838: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33152.050840: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33152.050879: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33152.050885: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33152.050885: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33152.050890: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33152.050893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33152.050897: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33152.254836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33152.254838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33152.254877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33152.254883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33152.254884: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33152.254889: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33152.254892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33152.254895: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [038] d.s. 33152.326836: workqueue_queue_work: work struct=00000000a3effda6 function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=38
          <idle>-0     [038] d.s. 33152.326838: workqueue_activate_work: work struct 00000000a3effda6
    kworker/38:1-354   [038] .... 33152.326855: workqueue_execute_start: work struct 00000000a3effda6: function igb_watchdog_task [igb]
    kworker/38:1-354   [038] .... 33152.328517: workqueue_execute_end: work struct 00000000a3effda6
          <idle>-0     [000] d.s. 33152.458838: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33152.458839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33152.458879: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33152.458886: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33152.458886: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33152.458892: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33152.458894: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33152.458898: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33152.662837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33152.662838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33152.662878: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33152.662884: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33152.662885: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33152.662890: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33152.662893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33152.662896: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33152.806841: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33152.806842: workqueue_activate_work: work struct 00000000eab4f734
          <idle>-0     [000] dNs. 33152.806848: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] dNs. 33152.806849: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33152.806861: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33152.806865: workqueue_execute_end: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33152.806866: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] .... 33152.806882: workqueue_execute_end: work struct 00000000f5acb873
          <idle>-0     [000] d.s. 33152.866837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33152.866839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33152.866879: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33152.866885: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33152.866885: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33152.866890: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33152.866893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33152.866897: workqueue_execute_end: work struct 0000000023c3cc1d
            sshd-2896  [018] d... 33153.063724: workqueue_queue_work: work struct=00000000c73bb1ef function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2896  [018] d... 33153.063725: workqueue_activate_work: work struct 00000000c73bb1ef
   kworker/u82:1-2612  [031] .... 33153.063765: workqueue_execute_start: work struct 00000000c73bb1ef: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33153.063776: workqueue_execute_end: work struct 00000000c73bb1ef
            bash-2914  [032] d... 33153.063797: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2914  [032] d... 33153.063798: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33153.063806: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33153.063810: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33153.066919: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33153.066920: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33153.066959: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33153.066968: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33153.070843: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33153.070844: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33153.070859: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33153.070865: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33153.070865: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33153.070871: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33153.070874: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33153.070877: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [031] d.s. 33153.158842: workqueue_queue_work: work struct=0000000010a27ec8 function=wb_workfn workqueue=00000000a9e1e782 req_cpu=8192 cpu=4294967295
          <idle>-0     [031] d.s. 33153.158844: workqueue_activate_work: work struct 0000000010a27ec8
   kworker/u82:1-2612  [031] .... 33153.158862: workqueue_execute_start: work struct 0000000010a27ec8: function wb_workfn
   kworker/u82:1-2612  [031] .... 33153.158869: workqueue_execute_end: work struct 0000000010a27ec8
          <idle>-0     [000] d.s. 33153.274840: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33153.274841: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33153.274880: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33153.274886: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33153.274887: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33153.274892: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33153.274895: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33153.274898: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [032] d.s. 33153.382836: workqueue_queue_work: work struct=00000000d020042b function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=32
          <idle>-0     [032] d.s. 33153.382837: workqueue_activate_work: work struct 00000000d020042b
          <idle>-0     [032] dNs. 33153.382843: workqueue_queue_work: work struct=00000000792e1f15 function=vmstat_update workqueue=00000000ab032a36 req_cpu=32 cpu=32
          <idle>-0     [032] dNs. 33153.382844: workqueue_activate_work: work struct 00000000792e1f15
    kworker/32:1-349   [032] .... 33153.382856: workqueue_execute_start: work struct 00000000d020042b: function igb_watchdog_task [igb]
    kworker/32:1-349   [032] .... 33153.383458: workqueue_execute_end: work struct 00000000d020042b
    kworker/32:1-349   [032] .... 33153.383460: workqueue_execute_start: work struct 00000000792e1f15: function vmstat_update
    kworker/32:1-349   [032] .... 33153.383464: workqueue_execute_end: work struct 00000000792e1f15
          <idle>-0     [000] d.s. 33153.478831: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33153.478833: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33153.478882: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33153.478888: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33153.478888: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33153.478893: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33153.478896: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33153.478899: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33153.682830: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33153.682831: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33153.682869: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33153.682874: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33153.682875: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33153.682880: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33153.682882: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33153.682885: workqueue_execute_end: work struct 0000000023c3cc1d
             cat-3002  [032] d... 33153.791829: workqueue_queue_work: work struct=00000000e43c1ebb function=amdgpu_device_xgmi_reset_func [amdgpu] workqueue=0000000080331d91 req_cpu=8192 cpu=32
             cat-3002  [032] d... 33153.791829: workqueue_activate_work: work struct 00000000e43c1ebb
             cat-3002  [032] dN.. 33153.791831: workqueue_queue_work: work struct=00000000e67113aa function=amdgpu_device_xgmi_reset_func [amdgpu] workqueue=0000000080331d91 req_cpu=8192 cpu=32
             cat-3002  [032] dN.. 33153.791832: workqueue_activate_work: work struct 00000000e67113aa
   kworker/32:1H-551   [032] .... 33153.791834: workqueue_execute_start: work struct 00000000e43c1ebb: function amdgpu_device_xgmi_reset_func [amdgpu]
   kworker/32:0H-175   [032] .... 33153.792087: workqueue_execute_start: work struct 00000000e67113aa: function amdgpu_device_xgmi_reset_func [amdgpu]
           dmesg-2911  [010] d... 33153.794905: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33153.794906: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33153.794944: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33153.794954: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33153.830836: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33153.830837: workqueue_activate_work: work struct 00000000eab4f734
          <idle>-0     [000] dNs. 33153.830843: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] dNs. 33153.830843: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33153.830855: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33153.830859: workqueue_execute_end: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33153.830859: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] d... 33153.830864: workqueue_queue_work: work struct=000000009dbd9fa5 function=vmstat_update workqueue=00000000ab032a36 req_cpu=7 cpu=7
     kworker/0:2-215   [000] d... 33153.830864: workqueue_activate_work: work struct 000000009dbd9fa5
     kworker/0:2-215   [000] d... 33153.830867: workqueue_queue_work: work struct=00000000eca9c77e function=vmstat_update workqueue=00000000ab032a36 req_cpu=8 cpu=8
     kworker/0:2-215   [000] d... 33153.830867: workqueue_activate_work: work struct 00000000eca9c77e
     kworker/0:2-215   [000] d... 33153.830870: workqueue_queue_work: work struct=000000002818ce6e function=vmstat_update workqueue=00000000ab032a36 req_cpu=13 cpu=13
     kworker/0:2-215   [000] d... 33153.830871: workqueue_activate_work: work struct 000000002818ce6e
     kworker/0:2-215   [000] d... 33153.830880: workqueue_queue_work: work struct=00000000792e1f15 function=vmstat_update workqueue=00000000ab032a36 req_cpu=32 cpu=32
    kworker/13:0-79    [013] .... 33153.830880: workqueue_execute_start: work struct 000000002818ce6e: function vmstat_update
     kworker/0:2-215   [000] d... 33153.830880: workqueue_activate_work: work struct 00000000792e1f15
     kworker/0:2-215   [000] .... 33153.830884: workqueue_execute_end: work struct 00000000f5acb873
    kworker/13:0-79    [013] .... 33153.830887: workqueue_execute_end: work struct 000000002818ce6e
     kworker/7:1-324   [007] .... 33153.830907: workqueue_execute_start: work struct 000000009dbd9fa5: function vmstat_update
     kworker/8:1-326   [008] .... 33153.830913: workqueue_execute_start: work struct 00000000eca9c77e: function vmstat_update
     kworker/7:1-324   [007] .... 33153.830913: workqueue_execute_end: work struct 000000009dbd9fa5
    kworker/32:1-349   [032] .... 33153.830916: workqueue_execute_start: work struct 00000000792e1f15: function vmstat_update
     kworker/8:1-326   [008] .... 33153.830918: workqueue_execute_end: work struct 00000000eca9c77e
    kworker/32:1-349   [032] .... 33153.830921: workqueue_execute_end: work struct 00000000792e1f15
          <idle>-0     [000] d.s. 33153.886835: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33153.886836: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33153.886873: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33153.886879: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33153.886879: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33153.886884: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33153.886887: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33153.886890: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [016] d.s. 33153.898835: workqueue_queue_work: work struct=00000000c16340a4 function=vmstat_update workqueue=00000000ab032a36 req_cpu=16 cpu=16
          <idle>-0     [016] d.s. 33153.898836: workqueue_activate_work: work struct 00000000c16340a4
    kworker/16:2-982   [016] .... 33153.898854: workqueue_execute_start: work struct 00000000c16340a4: function vmstat_update
    kworker/16:2-982   [016] .... 33153.898858: workqueue_execute_end: work struct 00000000c16340a4
          <idle>-0     [000] d.s. 33154.090838: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33154.090839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33154.090877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33154.090882: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33154.090883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33154.090888: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33154.090891: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33154.090894: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33154.294839: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33154.294841: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33154.294879: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33154.294885: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33154.294886: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33154.294891: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33154.294893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33154.294897: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [038] d.s. 33154.310839: workqueue_queue_work: work struct=00000000a3effda6 function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=38
          <idle>-0     [038] d.s. 33154.310840: workqueue_activate_work: work struct 00000000a3effda6
    kworker/38:1-354   [038] .... 33154.310858: workqueue_execute_start: work struct 00000000a3effda6: function igb_watchdog_task [igb]
   kworker/32:1H-551   [032] .... 33154.310948: workqueue_execute_end: work struct 00000000e43c1ebb
   kworker/32:1H-551   [032] .... 33154.310950: workqueue_execute_start: work struct 00000000122657de: function wq_barrier_func
   kworker/32:1H-551   [032] .... 33154.310956: workqueue_execute_end: work struct 00000000122657de
   kworker/32:0H-175   [032] .... 33154.311043: workqueue_execute_end: work struct 00000000e67113aa
   kworker/32:0H-175   [032] .... 33154.311044: workqueue_execute_start: work struct 00000000122657de: function wq_barrier_func
   kworker/32:0H-175   [032] .... 33154.311047: workqueue_execute_end: work struct 00000000122657de
    kworker/38:1-354   [038] .... 33154.312519: workqueue_execute_end: work struct 00000000a3effda6
           dmesg-2911  [010] d... 33154.314896: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33154.314897: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33154.314936: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33154.314945: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33154.498841: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33154.498842: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33154.498855: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33154.498860: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33154.498861: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33154.498866: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33154.498868: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33154.498871: workqueue_execute_end: work struct 0000000023c3cc1d
             cat-3002  [013] dNs. 33154.598797: workqueue_queue_work: work struct=000000002818ce6e function=vmstat_update workqueue=00000000ab032a36 req_cpu=13 cpu=13
             cat-3002  [013] dNs. 33154.598798: workqueue_activate_work: work struct 000000002818ce6e
          <idle>-0     [008] d.s. 33154.662837: workqueue_queue_work: work struct=00000000eca9c77e function=vmstat_update workqueue=00000000ab032a36 req_cpu=8 cpu=8
          <idle>-0     [008] d.s. 33154.662839: workqueue_activate_work: work struct 00000000eca9c77e
     kworker/8:1-326   [008] .... 33154.662851: workqueue_execute_start: work struct 00000000eca9c77e: function vmstat_update
     kworker/8:1-326   [008] .... 33154.662855: workqueue_execute_end: work struct 00000000eca9c77e
          <idle>-0     [000] d.s. 33154.702902: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33154.702903: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33154.702915: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33154.702920: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33154.702921: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33154.702925: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33154.702928: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33154.702931: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33154.854873: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33154.854875: workqueue_activate_work: work struct 00000000eab4f734
          <idle>-0     [000] dNs. 33154.854880: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] dNs. 33154.854880: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33154.854888: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33154.854892: workqueue_execute_end: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33154.854893: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] .... 33154.854907: workqueue_execute_end: work struct 00000000f5acb873
          <idle>-0     [000] d.s. 33154.906872: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33154.906873: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33154.906885: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33154.906890: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33154.906891: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33154.906895: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33154.906898: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33154.906901: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33155.110882: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33155.110884: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33155.110896: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33155.110901: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33155.110902: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33155.110907: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33155.110909: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33155.110912: workqueue_execute_end: work struct 0000000023c3cc1d
      irqbalance-1415  [011] d.s. 33155.234802: workqueue_queue_work: work struct=00000000c909ee65 function=vmstat_update workqueue=00000000ab032a36 req_cpu=11 cpu=11
      irqbalance-1415  [011] d.s. 33155.234815: workqueue_activate_work: work struct 00000000c909ee65
    kworker/11:1-328   [011] .... 33155.235271: workqueue_execute_start: work struct 00000000c909ee65: function vmstat_update
    kworker/11:1-328   [011] .... 33155.235276: workqueue_execute_end: work struct 00000000c909ee65
          <idle>-0     [000] d.s. 33155.314874: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33155.314876: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33155.314888: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33155.314893: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33155.314894: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33155.314899: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33155.314901: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33155.314905: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [032] d.s. 33155.398835: workqueue_queue_work: work struct=00000000d020042b function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=32
          <idle>-0     [032] d.s. 33155.398837: workqueue_activate_work: work struct 00000000d020042b
          <idle>-0     [032] dNs. 33155.398843: workqueue_queue_work: work struct=00000000792e1f15 function=vmstat_update workqueue=00000000ab032a36 req_cpu=32 cpu=32
          <idle>-0     [032] dNs. 33155.398843: workqueue_activate_work: work struct 00000000792e1f15
    kworker/32:1-349   [032] .... 33155.398855: workqueue_execute_start: work struct 00000000d020042b: function igb_watchdog_task [igb]
    kworker/32:1-349   [032] .... 33155.399435: workqueue_execute_end: work struct 00000000d020042b
    kworker/32:1-349   [032] .... 33155.399436: workqueue_execute_start: work struct 00000000792e1f15: function vmstat_update
    kworker/32:1-349   [032] .... 33155.399440: workqueue_execute_end: work struct 00000000792e1f15
          <idle>-0     [000] d.s. 33155.518881: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33155.518883: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33155.518894: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33155.518900: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33155.518900: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33155.518905: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33155.518908: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33155.518911: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [016] d.s. 33155.590833: workqueue_queue_work: work struct=00000000c16340a4 function=vmstat_update workqueue=00000000ab032a36 req_cpu=16 cpu=16
          <idle>-0     [016] d.s. 33155.590835: workqueue_activate_work: work struct 00000000c16340a4
    kworker/16:2-982   [016] .... 33155.590848: workqueue_execute_start: work struct 00000000c16340a4: function vmstat_update
    kworker/16:2-982   [016] .... 33155.590852: workqueue_execute_end: work struct 00000000c16340a4
    kworker/13:0-79    [013] .... 33155.688076: workqueue_execute_start: work struct 000000002818ce6e: function vmstat_update
    kworker/13:0-79    [013] .... 33155.688078: workqueue_execute_end: work struct 000000002818ce6e
          <idle>-0     [000] d.s. 33155.722896: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33155.722897: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33155.722909: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33155.722914: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33155.722915: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33155.722919: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33155.722922: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33155.722925: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33155.878873: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33155.878874: workqueue_activate_work: work struct 00000000eab4f734
          <idle>-0     [000] dNs. 33155.878880: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] dNs. 33155.878880: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33155.878888: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33155.878892: workqueue_execute_end: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33155.878893: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] d... 33155.878906: workqueue_queue_work: work struct=00000000ffbaf00e function=vmstat_update workqueue=00000000ab032a36 req_cpu=33 cpu=33
     kworker/0:2-215   [000] d... 33155.878907: workqueue_activate_work: work struct 00000000ffbaf00e
     kworker/0:2-215   [000] .... 33155.878911: workqueue_execute_end: work struct 00000000f5acb873
          <idle>-0     [000] d.s. 33155.926879: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33155.926880: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33155.926917: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33155.926922: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33155.926923: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33155.926928: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33155.926930: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33155.926933: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33156.130882: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33156.130883: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33156.130920: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33156.130926: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33156.130926: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33156.130931: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33156.130934: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33156.130937: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [038] d.s. 33156.326833: workqueue_queue_work: work struct=00000000a3effda6 function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=38
          <idle>-0     [038] d.s. 33156.326835: workqueue_activate_work: work struct 00000000a3effda6
    kworker/38:1-354   [038] .... 33156.326852: workqueue_execute_start: work struct 00000000a3effda6: function igb_watchdog_task [igb]
    kworker/38:1-354   [038] .... 33156.328490: workqueue_execute_end: work struct 00000000a3effda6
          <idle>-0     [000] d.s. 33156.334883: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33156.334885: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33156.334922: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33156.334927: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33156.334928: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33156.334933: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33156.334935: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33156.334939: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33156.538877: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33156.538878: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33156.538916: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33156.538921: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33156.538922: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33156.538927: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33156.538929: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33156.538932: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [016] d.s. 33156.582835: workqueue_queue_work: work struct=00000000c16340a4 function=vmstat_update workqueue=00000000ab032a36 req_cpu=16 cpu=16
          <idle>-0     [016] d.s. 33156.582837: workqueue_activate_work: work struct 00000000c16340a4
    kworker/16:2-982   [016] .... 33156.582851: workqueue_execute_start: work struct 00000000c16340a4: function vmstat_update
    kworker/16:2-982   [016] .... 33156.582856: workqueue_execute_end: work struct 00000000c16340a4
          <idle>-0     [011] d.s. 33156.646832: workqueue_queue_work: work struct=00000000c909ee65 function=vmstat_update workqueue=00000000ab032a36 req_cpu=11 cpu=11
          <idle>-0     [011] d.s. 33156.646834: workqueue_activate_work: work struct 00000000c909ee65
    kworker/11:1-328   [011] .... 33156.646847: workqueue_execute_start: work struct 00000000c909ee65: function vmstat_update
    kworker/11:1-328   [011] .... 33156.646851: workqueue_execute_end: work struct 00000000c909ee65
          <idle>-0     [000] d.s. 33156.742899: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33156.742900: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33156.742937: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33156.742942: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33156.742943: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33156.742947: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33156.742950: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33156.742953: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33156.902902: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33156.902903: workqueue_activate_work: work struct 00000000eab4f734
          <idle>-0     [000] dNs. 33156.902909: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] dNs. 33156.902909: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33156.902917: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33156.902921: workqueue_execute_end: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33156.902922: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] .... 33156.902937: workqueue_execute_end: work struct 00000000f5acb873
          <idle>-0     [000] d.s. 33156.946874: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33156.946875: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33156.946911: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33156.946916: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33156.946917: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33156.946922: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33156.946925: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33156.946928: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [007] d.s. 33156.998842: workqueue_queue_work: work struct=000000009dbd9fa5 function=vmstat_update workqueue=00000000ab032a36 req_cpu=7 cpu=7
          <idle>-0     [007] d.s. 33156.998843: workqueue_activate_work: work struct 000000009dbd9fa5
     kworker/7:1-324   [007] .... 33156.998857: workqueue_execute_start: work struct 000000009dbd9fa5: function vmstat_update
     kworker/7:1-324   [007] .... 33156.998860: workqueue_execute_end: work struct 000000009dbd9fa5
            sshd-2498  [017] d... 33157.071137: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33157.071138: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:1-2612  [031] .... 33157.071191: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.071201: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33157.071268: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33157.071269: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:1-2612  [031] .... 33157.071275: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.071279: workqueue_execute_end: work struct 00000000c10525b8
          <idle>-0     [000] d.s. 33157.150883: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33157.150884: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33157.150920: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33157.150926: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33157.150926: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33157.150931: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33157.150934: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33157.150937: workqueue_execute_end: work struct 0000000023c3cc1d
    kworker/33:0-179   [033] .... 33157.156494: workqueue_execute_start: work struct 00000000ffbaf00e: function vmstat_update
    kworker/33:0-179   [033] .... 33157.156498: workqueue_execute_end: work struct 00000000ffbaf00e
           dmesg-2911  [010] d... 33157.158880: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.158881: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.158893: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.158901: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.158904: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.158904: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.158913: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.158914: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.158918: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.158918: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.158923: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.158924: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.326887: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.326889: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.326901: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.326909: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33157.354836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33157.354837: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33157.354875: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33157.354880: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33157.354881: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33157.354886: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33157.354889: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33157.354892: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [032] d.s. 33157.382838: workqueue_queue_work: work struct=00000000d020042b function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=32
          <idle>-0     [032] d.s. 33157.382839: workqueue_activate_work: work struct 00000000d020042b
    kworker/32:1-349   [032] .... 33157.382855: workqueue_execute_start: work struct 00000000d020042b: function igb_watchdog_task [igb]
    kworker/32:1-349   [032] .... 33157.383452: workqueue_execute_end: work struct 00000000d020042b
           dmesg-2911  [010] d... 33157.386907: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.386909: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.386946: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.386956: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33157.558837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33157.558838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33157.558877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33157.558883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33157.558883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33157.558888: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33157.558891: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33157.558894: workqueue_execute_end: work struct 0000000023c3cc1d
           dmesg-2911  [010] d... 33157.638898: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.638899: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.638940: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.638950: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.738920: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.738921: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.738961: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.738969: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.750920: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.750921: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.750958: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
           dmesg-2911  [010] d... 33157.750959: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.750959: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.750967: workqueue_execute_end: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.750968: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.750968: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.750979: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.750979: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.750984: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.750986: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.750996: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.750997: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751001: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751002: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751013: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751013: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751018: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751019: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751030: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751030: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751034: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751035: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751047: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751047: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751051: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751052: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751063: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751064: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751068: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751069: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751080: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751080: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751084: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751085: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751096: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751097: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751100: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751101: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751113: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751113: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751116: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751118: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751129: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751129: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751133: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751134: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751145: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751145: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751149: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751150: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751161: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751161: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751165: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751166: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751178: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751178: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751181: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751182: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751194: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751194: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751198: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751199: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751210: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751210: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751214: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751215: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751226: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751227: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751230: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751231: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751244: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751244: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751247: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751249: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751259: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751260: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751263: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751265: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751276: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751276: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751279: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751280: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751292: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751292: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751295: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751297: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751304: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751304: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751307: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751308: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33157.751316: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33157.751316: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751320: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33157.751321: workqueue_execute_end: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33157.751325: workqueue_execute_start: work struct 000000004763970a: function wq_barrier_func
   kworker/u82:1-2612  [031] .... 33157.751332: workqueue_execute_end: work struct 000000004763970a
          <idle>-0     [000] d.s. 33157.762832: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33157.762834: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33157.762848: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33157.762853: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33157.762854: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33157.762858: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33157.762861: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33157.762864: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33157.926843: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33157.926844: workqueue_activate_work: work struct 00000000eab4f734
          <idle>-0     [000] dNs. 33157.926851: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] dNs. 33157.926851: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33157.926863: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33157.926867: workqueue_execute_end: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33157.926868: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] d... 33157.926872: workqueue_queue_work: work struct=00000000bb3eedba function=vmstat_update workqueue=00000000ab032a36 req_cpu=6 cpu=6
     kworker/0:2-215   [000] d... 33157.926872: workqueue_activate_work: work struct 00000000bb3eedba
     kworker/0:2-215   [000] d... 33157.926875: workqueue_queue_work: work struct=00000000eca9c77e function=vmstat_update workqueue=00000000ab032a36 req_cpu=8 cpu=8
     kworker/0:2-215   [000] d... 33157.926876: workqueue_activate_work: work struct 00000000eca9c77e
     kworker/0:2-215   [000] d... 33157.926879: workqueue_queue_work: work struct=000000002818ce6e function=vmstat_update workqueue=00000000ab032a36 req_cpu=13 cpu=13
     kworker/0:2-215   [000] d... 33157.926880: workqueue_activate_work: work struct 000000002818ce6e
     kworker/0:2-215   [000] .... 33157.926891: workqueue_execute_end: work struct 00000000f5acb873
     kworker/6:2-364   [006] .... 33157.926916: workqueue_execute_start: work struct 00000000bb3eedba: function vmstat_update
     kworker/6:2-364   [006] .... 33157.926922: workqueue_execute_end: work struct 00000000bb3eedba
    kworker/13:0-79    [013] .... 33157.926923: workqueue_execute_start: work struct 000000002818ce6e: function vmstat_update
     kworker/8:1-326   [008] .... 33157.926924: workqueue_execute_start: work struct 00000000eca9c77e: function vmstat_update
    kworker/13:0-79    [013] .... 33157.926930: workqueue_execute_end: work struct 000000002818ce6e
     kworker/8:1-326   [008] .... 33157.926930: workqueue_execute_end: work struct 00000000eca9c77e
          <idle>-0     [000] d.s. 33157.966832: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33157.966833: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33157.966871: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33157.966877: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33157.966877: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33157.966882: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33157.966885: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33157.966888: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33158.170838: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33158.170840: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33158.170879: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33158.170885: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33158.170886: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33158.170891: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33158.170894: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33158.170897: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [031] d.s. 33158.278837: workqueue_queue_work: work struct=0000000010a27ec8 function=wb_workfn workqueue=00000000a9e1e782 req_cpu=8192 cpu=4294967295
          <idle>-0     [031] d.s. 33158.278839: workqueue_activate_work: work struct 0000000010a27ec8
   kworker/u82:0-2843  [013] .... 33158.278878: workqueue_execute_start: work struct 0000000010a27ec8: function wb_workfn
   kworker/u82:0-2843  [013] .... 33158.278996: workqueue_execute_end: work struct 0000000010a27ec8
     jbd2/sda2-8-548   [000] d... 33158.279729: workqueue_queue_work: work struct=000000004fa04b0e function=blk_mq_requeue_work workqueue=000000002cb4a9bb req_cpu=8192 cpu=0
     jbd2/sda2-8-548   [000] d... 33158.279730: workqueue_activate_work: work struct 000000004fa04b0e
    kworker/0:1H-611   [000] .... 33158.279737: workqueue_execute_start: work struct 000000004fa04b0e: function blk_mq_requeue_work
    kworker/0:1H-611   [000] .... 33158.279743: workqueue_execute_end: work struct 000000004fa04b0e
          <idle>-0     [000] d.s. 33158.305079: workqueue_queue_work: work struct=000000004fa04b0e function=blk_mq_requeue_work workqueue=000000002cb4a9bb req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33158.305080: workqueue_activate_work: work struct 000000004fa04b0e
    kworker/0:1H-611   [000] .... 33158.305094: workqueue_execute_start: work struct 000000004fa04b0e: function blk_mq_requeue_work
    kworker/0:1H-611   [000] .... 33158.305102: workqueue_execute_end: work struct 000000004fa04b0e
          <idle>-0     [000] d.s. 33158.305403: workqueue_queue_work: work struct=000000004fa04b0e function=blk_mq_requeue_work workqueue=000000002cb4a9bb req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33158.305404: workqueue_activate_work: work struct 000000004fa04b0e
    kworker/0:1H-611   [000] .... 33158.305417: workqueue_execute_start: work struct 000000004fa04b0e: function blk_mq_requeue_work
    kworker/0:1H-611   [000] .... 33158.305423: workqueue_execute_end: work struct 000000004fa04b0e
          <idle>-0     [038] d.s. 33158.310839: workqueue_queue_work: work struct=00000000a3effda6 function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=38
          <idle>-0     [038] d.s. 33158.310840: workqueue_activate_work: work struct 00000000a3effda6
    kworker/38:1-354   [038] .... 33158.310858: workqueue_execute_start: work struct 00000000a3effda6: function igb_watchdog_task [igb]
           dmesg-2911  [010] d... 33158.310928: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33158.310930: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33158.310975: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33158.310985: workqueue_execute_end: work struct 00000000d538d58b
    kworker/38:1-354   [038] .... 33158.311563: workqueue_execute_end: work struct 00000000a3effda6
          <idle>-0     [013] d.s. 33158.346796: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.346798: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.346806: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.346808: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.358835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.358836: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.358852: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.358855: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.370838: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.370839: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.370854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.370857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [000] d.s. 33158.374840: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33158.374842: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33158.374880: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33158.374886: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33158.374887: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33158.374892: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33158.374895: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33158.374899: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] d.s. 33158.382836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.382838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.382869: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.382871: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.394836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.394837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.394853: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.394856: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.406843: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.406845: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.406861: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.406864: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.418836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.418837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.418853: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.418856: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.430835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.430836: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.430852: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.430855: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.442838: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.442840: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.442857: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.442859: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.454837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.454839: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.454855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.454858: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.466842: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.466843: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.466860: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.466863: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.478837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.478838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.478854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.478857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.490837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.490838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.490854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.490857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.502837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.502838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.502855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.502858: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.514848: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.514849: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.514866: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.514868: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.526835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.526837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.526854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.526857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.538838: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.538839: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.538857: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.538860: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.550837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.550838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.550855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.550858: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.562835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.562837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.562853: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.562855: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.574835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.574837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.574852: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.574855: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [000] d.s. 33158.578838: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33158.578839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33158.578878: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33158.578884: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33158.578885: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33158.578890: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33158.578893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33158.578897: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] d.s. 33158.586840: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.586842: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.586858: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.586861: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.598836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.598838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.598854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.598857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.610844: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.610846: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.610863: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.610865: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.622841: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.622842: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.622858: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.622861: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.634845: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.634846: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.634863: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.634866: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.646865: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.646866: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.646883: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.646885: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.658845: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.658846: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.658862: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.658865: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.670837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.670838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.670854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.670857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.682840: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.682842: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.682858: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.682860: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.694836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.694837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.694859: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.694862: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.706835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.706836: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.706852: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.706855: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.718836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.718838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.718853: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.718856: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.730837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.730838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.730854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.730857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.742837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.742838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.742854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.742857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.754843: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.754844: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.754860: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.754863: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.758837: workqueue_queue_work: work struct=0000000097a924b2 function=amdgpu_vce_idle_work_handler [amdgpu] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.758838: workqueue_activate_work: work struct 0000000097a924b2
    kworker/13:0-79    [013] .... 33158.758852: workqueue_execute_start: work struct 0000000097a924b2: function amdgpu_vce_idle_work_handler [amdgpu]
    kworker/13:0-79    [013] .... 33158.758905: workqueue_execute_end: work struct 0000000097a924b2
          <idle>-0     [013] d.s. 33158.766837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.766838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.766854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.766857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.778838: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.778840: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.778855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.778858: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [000] d.s. 33158.782840: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33158.782841: workqueue_activate_work: work struct 0000000041f2b9f6
          <idle>-0     [000] d.s. 33158.782849: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33158.782850: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33158.782864: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] d... 33158.782865: workqueue_queue_work: work struct=00000000e1c22498 function=vmstat_update workqueue=00000000ab032a36 req_cpu=0 cpu=0
     kworker/0:2-215   [000] d... 33158.782866: workqueue_activate_work: work struct 00000000e1c22498
     kworker/0:2-215   [000] d... 33158.782874: workqueue_queue_work: work struct=000000004bb87aad function=vmstat_update workqueue=00000000ab032a36 req_cpu=19 cpu=19
     kworker/0:2-215   [000] d... 33158.782874: workqueue_activate_work: work struct 000000004bb87aad
   kworker/u81:0-2912  [028] .... 33158.782880: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
     kworker/0:2-215   [000] d... 33158.782883: workqueue_queue_work: work struct=0000000080a2ab31 function=vmstat_update workqueue=00000000ab032a36 req_cpu=37 cpu=37
     kworker/0:2-215   [000] d... 33158.782883: workqueue_activate_work: work struct 0000000080a2ab31
     kworker/0:2-215   [000] .... 33158.782886: workqueue_execute_end: work struct 00000000f5acb873
   kworker/u81:0-2912  [028] d... 33158.782886: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33158.782887: workqueue_activate_work: work struct 0000000023c3cc1d
     kworker/0:2-215   [000] .... 33158.782887: workqueue_execute_start: work struct 00000000e1c22498: function vmstat_update
     kworker/0:2-215   [000] .... 33158.782890: workqueue_execute_end: work struct 00000000e1c22498
   kworker/u81:0-2912  [028] .N.. 33158.782892: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33158.782895: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33158.782898: workqueue_execute_end: work struct 0000000023c3cc1d
    kworker/19:1-337   [019] .... 33158.782926: workqueue_execute_start: work struct 000000004bb87aad: function vmstat_update
    kworker/19:1-337   [019] .... 33158.782933: workqueue_execute_end: work struct 000000004bb87aad
    kworker/37:1-355   [037] .... 33158.782934: workqueue_execute_start: work struct 0000000080a2ab31: function vmstat_update
    kworker/37:1-355   [037] .... 33158.782941: workqueue_execute_end: work struct 0000000080a2ab31
            sshd-2498  [017] d... 33158.789933: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33158.789935: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:0-2843  [014] .... 33158.789948: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33158.789959: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33158.790492: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33158.790494: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:0-2843  [014] .... 33158.790514: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33158.790520: workqueue_execute_end: work struct 00000000c10525b8
          <idle>-0     [013] d.s. 33158.790832: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.790833: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.790851: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.790854: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.802847: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.802848: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.802865: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.802868: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.814838: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.814839: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.814855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.814858: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.826838: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.826839: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.826856: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.826859: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.838837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.838839: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.838855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.838858: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33158.850839: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.850840: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.850856: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.850859: workqueue_execute_end: work struct 00000000557712c7
           dmesg-2911  [010] d... 33158.858914: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33158.858915: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33158.858955: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33158.858965: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [013] d.s. 33158.862841: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33158.862842: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33158.862857: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33158.862870: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [000] d.s. 33158.950836: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33158.950837: workqueue_activate_work: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33158.950855: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33158.950859: workqueue_execute_end: work struct 00000000eab4f734
          <idle>-0     [000] d.s. 33158.986836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33158.986837: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33158.986877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33158.986883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33158.986883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33158.986889: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33158.986892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33158.986895: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33159.190839: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33159.190841: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33159.190880: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33159.190885: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33159.190886: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33159.190891: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33159.190894: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33159.190898: workqueue_execute_end: work struct 0000000023c3cc1d
           dmesg-2911  [010] d... 33159.366928: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33159.366930: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33159.366969: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33159.366979: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33159.394836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33159.394837: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33159.394876: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33159.394882: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33159.394883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33159.394888: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33159.394891: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33159.394894: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [032] d.s. 33159.398838: workqueue_queue_work: work struct=00000000d020042b function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=32
          <idle>-0     [032] d.s. 33159.398840: workqueue_activate_work: work struct 00000000d020042b
    kworker/32:1-349   [032] .... 33159.398857: workqueue_execute_start: work struct 00000000d020042b: function igb_watchdog_task [igb]
    kworker/32:1-349   [032] .... 33159.399461: workqueue_execute_end: work struct 00000000d020042b
            sshd-2498  [017] d... 33159.416198: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33159.416201: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:0-2843  [014] .... 33159.416240: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33159.416250: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33159.416772: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33159.416773: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:0-2843  [014] .... 33159.416811: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33159.416820: workqueue_execute_end: work struct 00000000c10525b8
          <idle>-0     [000] d.s. 33159.598839: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33159.598840: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33159.598879: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33159.598885: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33159.598886: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33159.598891: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33159.598894: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33159.598898: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33159.802836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33159.802838: workqueue_activate_work: work struct 0000000041f2b9f6
          <idle>-0     [000] d.s. 33159.802846: workqueue_queue_work: work struct=00000000e1c22498 function=vmstat_update workqueue=00000000ab032a36 req_cpu=0 cpu=0
          <idle>-0     [000] d.s. 33159.802846: workqueue_activate_work: work struct 00000000e1c22498
          <idle>-0     [000] dNs. 33159.802850: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] dNs. 33159.802850: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33159.802862: workqueue_execute_start: work struct 00000000e1c22498: function vmstat_update
     kworker/0:2-215   [000] .... 33159.802866: workqueue_execute_end: work struct 00000000e1c22498
     kworker/0:2-215   [000] .... 33159.802866: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
   kworker/u81:0-2912  [028] .... 33159.802877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
     kworker/0:2-215   [000] .... 33159.802881: workqueue_execute_end: work struct 00000000f5acb873
   kworker/u81:0-2912  [028] d... 33159.802883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33159.802883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33159.802888: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33159.802891: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33159.802895: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] dNs. 33159.878863: workqueue_queue_work: work struct=000000002818ce6e function=vmstat_update workqueue=00000000ab032a36 req_cpu=13 cpu=13
          <idle>-0     [013] dNs. 33159.878864: workqueue_activate_work: work struct 000000002818ce6e
    kworker/13:0-79    [013] .... 33159.878877: workqueue_execute_start: work struct 000000002818ce6e: function vmstat_update
    kworker/13:0-79    [013] .... 33159.878881: workqueue_execute_end: work struct 000000002818ce6e
           dmesg-2911  [010] d... 33159.878928: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33159.878929: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33159.878969: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33159.878979: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [008] d.s. 33159.882835: workqueue_queue_work: work struct=00000000eca9c77e function=vmstat_update workqueue=00000000ab032a36 req_cpu=8 cpu=8
          <idle>-0     [006] d.s. 33159.882835: workqueue_queue_work: work struct=00000000bb3eedba function=vmstat_update workqueue=00000000ab032a36 req_cpu=6 cpu=6
          <idle>-0     [008] d.s. 33159.882837: workqueue_activate_work: work struct 00000000eca9c77e
          <idle>-0     [006] d.s. 33159.882837: workqueue_activate_work: work struct 00000000bb3eedba
     kworker/6:2-364   [006] .... 33159.882852: workqueue_execute_start: work struct 00000000bb3eedba: function vmstat_update
     kworker/8:1-326   [008] .... 33159.882853: workqueue_execute_start: work struct 00000000eca9c77e: function vmstat_update
     kworker/6:2-364   [006] .... 33159.882856: workqueue_execute_end: work struct 00000000bb3eedba
     kworker/8:1-326   [008] .... 33159.882857: workqueue_execute_end: work struct 00000000eca9c77e
          <idle>-0     [013] d.s. 33159.890839: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33159.890840: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33159.890855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33159.890858: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33159.902843: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33159.902844: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33159.902860: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33159.902863: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33159.914835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33159.914836: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33159.914851: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33159.914854: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33159.926837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33159.926838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33159.926852: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33159.926855: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33159.938837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33159.938838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33159.938854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33159.938857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33159.950837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33159.950838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33159.950854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33159.950857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33159.962836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33159.962837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33159.962853: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33159.962855: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33159.974837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [000] d.s. 33159.974838: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [013] d.s. 33159.974838: workqueue_activate_work: work struct 00000000557712c7
          <idle>-0     [000] d.s. 33159.974839: workqueue_activate_work: work struct 00000000eab4f734
    kworker/13:0-79    [013] .... 33159.974854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
     kworker/0:2-215   [000] .... 33159.974857: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
    kworker/13:0-79    [013] .... 33159.974857: workqueue_execute_end: work struct 00000000557712c7
     kworker/0:2-215   [000] .... 33159.974861: workqueue_execute_end: work struct 00000000eab4f734
          <idle>-0     [013] d.s. 33159.986839: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33159.986840: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33159.986856: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33159.986858: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33159.998836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33159.998838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33159.998853: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33159.998856: workqueue_execute_end: work struct 00000000557712c7
            sshd-2498  [017] d... 33160.006479: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33160.006480: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:0-2843  [014] .... 33160.006519: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33160.006530: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33160.006566: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33160.006568: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:0-2843  [014] .... 33160.006574: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33160.006578: workqueue_execute_end: work struct 00000000c10525b8
          <idle>-0     [000] d.s. 33160.006834: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33160.006836: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33160.006874: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33160.006880: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33160.006881: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33160.006887: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33160.006890: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33160.006894: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] d.s. 33160.010840: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.010841: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.010858: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.010861: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.022836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.022837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.022854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.022856: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.034843: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.034844: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.034861: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.034863: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.046837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.046839: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.046855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.046857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.058844: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.058845: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.058861: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.058864: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.070835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.070836: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.070852: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.070855: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.082843: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.082844: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.082860: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.082862: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.094836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.094837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.094854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.094857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.106843: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.106844: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.106861: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.106863: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.118835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.118836: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.118853: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.118856: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.130842: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.130843: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.130859: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.130862: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.142838: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.142840: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.142855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.142858: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.154843: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.154844: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.154860: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.154863: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.166838: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.166839: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.166855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.166859: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.178837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.178838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.178854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.178857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.190836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.190837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.190853: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.190856: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.202835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.202836: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.202852: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.202855: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [000] d.s. 33160.210836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33160.210838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33160.210877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33160.210883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33160.210884: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33160.210889: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33160.210892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33160.210895: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] d.s. 33160.214835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.214837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.214853: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.214856: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.226837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.226838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.226855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.226858: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.238835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.238837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.238854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.238856: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.250839: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.250840: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.250856: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.250859: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.262840: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.262841: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.262857: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.262860: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.274841: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.274842: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.274858: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.274861: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.286835: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.286837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.286853: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.286855: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.298836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.298837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.298854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.298856: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.310836: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.310837: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.310854: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.310857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.322837: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.322838: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.322855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.322857: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [038] d.s. 33160.326837: workqueue_queue_work: work struct=00000000a3effda6 function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=38
          <idle>-0     [038] d.s. 33160.326839: workqueue_activate_work: work struct 00000000a3effda6
          <idle>-0     [037] dNs. 33160.326842: workqueue_queue_work: work struct=0000000080a2ab31 function=vmstat_update workqueue=00000000ab032a36 req_cpu=37 cpu=37
          <idle>-0     [037] dNs. 33160.326843: workqueue_activate_work: work struct 0000000080a2ab31
    kworker/38:1-354   [038] .... 33160.326856: workqueue_execute_start: work struct 00000000a3effda6: function igb_watchdog_task [igb]
    kworker/37:1-355   [037] .... 33160.326857: workqueue_execute_start: work struct 0000000080a2ab31: function vmstat_update
    kworker/37:1-355   [037] .... 33160.326861: workqueue_execute_end: work struct 0000000080a2ab31
    kworker/38:1-354   [038] .... 33160.328519: workqueue_execute_end: work struct 00000000a3effda6
          <idle>-0     [013] d.s. 33160.334829: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.334830: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.334848: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.334851: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.346838: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.346840: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.346856: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.346859: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.358838: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.358839: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.358855: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.358858: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.370839: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.370841: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.370857: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.370859: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [013] d.s. 33160.382840: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.382841: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.382857: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.382860: workqueue_execute_end: work struct 00000000557712c7
           dmesg-2911  [010] d... 33160.390930: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33160.390932: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33160.390972: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33160.390982: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [013] d.s. 33160.394843: workqueue_queue_work: work struct=00000000557712c7 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33160.394845: workqueue_activate_work: work struct 00000000557712c7
    kworker/13:0-79    [013] .... 33160.394860: workqueue_execute_start: work struct 00000000557712c7: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33160.394873: workqueue_execute_end: work struct 00000000557712c7
          <idle>-0     [000] d.s. 33160.414840: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33160.414841: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33160.414881: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33160.414887: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33160.414887: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33160.414893: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33160.414895: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33160.414899: workqueue_execute_end: work struct 0000000023c3cc1d
            sshd-2498  [017] d... 33160.504379: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33160.504380: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:0-2843  [014] .... 33160.504420: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33160.504431: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33160.504471: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33160.504472: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:0-2843  [014] .... 33160.504479: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33160.504483: workqueue_execute_end: work struct 00000000c10525b8
          <idle>-0     [000] d.s. 33160.618837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33160.618839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33160.618879: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33160.618885: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33160.618886: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33160.618891: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33160.618893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33160.618897: workqueue_execute_end: work struct 0000000023c3cc1d
            sshd-2498  [017] d... 33160.654156: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33160.654157: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:0-2843  [014] .... 33160.654196: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33160.654207: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33160.654248: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33160.654249: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:0-2843  [014] .... 33160.654256: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33160.654260: workqueue_execute_end: work struct 00000000c10525b8
            sshd-2498  [017] d... 33160.811888: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33160.811890: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:0-2843  [014] .... 33160.811929: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33160.811939: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33160.811980: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33160.811981: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:0-2843  [014] .... 33160.811987: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33160.811992: workqueue_execute_end: work struct 00000000c10525b8
          <idle>-0     [000] d.s. 33160.822836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33160.822838: workqueue_activate_work: work struct 0000000041f2b9f6
          <idle>-0     [000] d.s. 33160.822846: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33160.822846: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33160.822861: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
   kworker/u81:0-2912  [028] .... 33160.822877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
     kworker/0:2-215   [000] .... 33160.822878: workqueue_execute_end: work struct 00000000f5acb873
   kworker/u81:0-2912  [028] d... 33160.822883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33160.822883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33160.822889: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33160.822891: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33160.822895: workqueue_execute_end: work struct 0000000023c3cc1d
           dmesg-2911  [010] d... 33160.902918: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33160.902919: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33160.902958: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33160.902968: workqueue_execute_end: work struct 00000000d538d58b
            sshd-2498  [017] d... 33160.967903: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33160.967905: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:0-2843  [014] .... 33160.967944: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33160.967954: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33160.967995: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33160.967996: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:0-2843  [014] .... 33160.968003: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33160.968007: workqueue_execute_end: work struct 00000000c10525b8
          <idle>-0     [000] d.s. 33160.998836: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33160.998837: workqueue_activate_work: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33160.998854: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33160.998859: workqueue_execute_end: work struct 00000000eab4f734
          <idle>-0     [000] d.s. 33161.026842: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33161.026843: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33161.026882: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33161.026888: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33161.026889: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33161.026894: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33161.026897: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33161.026901: workqueue_execute_end: work struct 0000000023c3cc1d
            sshd-2498  [017] d... 33161.126001: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33161.126002: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:0-2843  [014] .... 33161.126041: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33161.126052: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33161.126092: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33161.126094: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:0-2843  [014] .... 33161.126101: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33161.126105: workqueue_execute_end: work struct 00000000c10525b8
          <idle>-0     [000] d.s. 33161.230838: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33161.230839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33161.230878: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33161.230884: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33161.230885: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33161.230890: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33161.230893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33161.230896: workqueue_execute_end: work struct 0000000023c3cc1d
            sshd-2498  [017] d... 33161.315269: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33161.315271: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:0-2843  [014] .... 33161.315309: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33161.315320: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33161.315361: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33161.315362: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:0-2843  [014] .... 33161.315369: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33161.315373: workqueue_execute_end: work struct 00000000c10525b8
          <idle>-0     [032] d.s. 33161.382836: workqueue_queue_work: work struct=00000000d020042b function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=32
          <idle>-0     [032] d.s. 33161.382838: workqueue_activate_work: work struct 00000000d020042b
    kworker/32:1-349   [032] .... 33161.382855: workqueue_execute_start: work struct 00000000d020042b: function igb_watchdog_task [igb]
    kworker/32:1-349   [032] .... 33161.383458: workqueue_execute_end: work struct 00000000d020042b
           dmesg-2911  [010] d... 33161.414929: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33161.414931: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33161.414970: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33161.414980: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33161.434837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33161.434839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33161.434854: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33161.434860: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33161.434860: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33161.434865: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33161.434868: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33161.434872: workqueue_execute_end: work struct 0000000023c3cc1d
           dmesg-2911  [010] d... 33161.514887: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33161.514888: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33161.514930: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
           dmesg-2911  [010] d... 33161.514935: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33161.514935: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33161.514940: workqueue_execute_end: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33161.514941: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33161.514941: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33161.518885: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33161.518886: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33161.518926: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33161.518935: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33161.638872: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33161.638873: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:0-2912  [028] .... 33161.638885: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33161.638890: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33161.638891: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33161.638895: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33161.638898: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33161.638901: workqueue_execute_end: work struct 0000000023c3cc1d
           dmesg-2911  [010] d... 33161.686883: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33161.686884: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33161.686924: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33161.686933: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33161.746900: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33161.746901: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33161.746938: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33161.746948: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [019] dNs. 33161.774842: workqueue_queue_work: work struct=000000004bb87aad function=vmstat_update workqueue=00000000ab032a36 req_cpu=19 cpu=19
          <idle>-0     [019] dNs. 33161.774843: workqueue_activate_work: work struct 000000004bb87aad
    kworker/19:1-337   [019] .... 33161.774854: workqueue_execute_start: work struct 000000004bb87aad: function vmstat_update
    kworker/19:1-337   [019] .... 33161.774858: workqueue_execute_end: work struct 000000004bb87aad
          <idle>-0     [000] d.s. 33161.842841: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33161.842843: workqueue_activate_work: work struct 0000000041f2b9f6
          <idle>-0     [000] d.s. 33161.842850: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33161.842850: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33161.842863: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] .... 33161.842880: workqueue_execute_end: work struct 00000000f5acb873
   kworker/u81:0-2912  [028] .... 33161.842880: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:0-2912  [028] d... 33161.842886: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=28
   kworker/u81:0-2912  [028] d... 33161.842886: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:0-2912  [028] .N.. 33161.842891: workqueue_execute_end: work struct 0000000041f2b9f6
    kworker/28:1-345   [028] .... 33161.842894: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
    kworker/28:1-345   [028] .... 33161.842897: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] d.s. 33161.926834: workqueue_queue_work: work struct=000000000faee1f3 function=amdgpu_uvd_idle_work_handler [amdgpu] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33161.926835: workqueue_activate_work: work struct 000000000faee1f3
    kworker/13:0-79    [013] .... 33161.926848: workqueue_execute_start: work struct 000000000faee1f3: function amdgpu_uvd_idle_work_handler [amdgpu]
    kworker/13:0-79    [013] .... 33161.926903: workqueue_execute_end: work struct 000000000faee1f3
          <idle>-0     [001] d.s. 33161.958838: workqueue_queue_work: work struct=00000000214e2e32 function=neigh_periodic_work workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [001] d.s. 33161.958839: workqueue_activate_work: work struct 00000000214e2e32
          <idle>-0     [001] d.s. 33161.958845: workqueue_queue_work: work struct=00000000bbec5d0b function=neigh_periodic_work workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [001] d.s. 33161.958845: workqueue_activate_work: work struct 00000000bbec5d0b
   kworker/u81:0-2912  [028] .... 33161.958889: workqueue_execute_start: work struct 00000000214e2e32: function neigh_periodic_work
   kworker/u81:0-2912  [028] .... 33161.958891: workqueue_execute_end: work struct 00000000214e2e32
   kworker/u81:0-2912  [028] .... 33161.958892: workqueue_execute_start: work struct 00000000bbec5d0b: function neigh_periodic_work
   kworker/u81:0-2912  [028] .... 33161.958893: workqueue_execute_end: work struct 00000000bbec5d0b
           dmesg-2911  [010] d... 33161.998897: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33161.998899: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33161.998939: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33161.998949: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33162.022834: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33162.022835: workqueue_activate_work: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33162.022852: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33162.022856: workqueue_execute_end: work struct 00000000eab4f734
          <idle>-0     [000] d.s. 33162.046832: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33162.046833: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33162.046871: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33162.046876: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33162.046876: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33162.046881: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33162.046884: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33162.046887: workqueue_execute_end: work struct 0000000023c3cc1d
            sshd-2498  [017] d... 33162.085680: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33162.085683: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:1-2612  [031] .... 33162.085723: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33162.085732: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33162.086570: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33162.086571: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:1-2612  [031] .... 33162.086609: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33162.086617: workqueue_execute_end: work struct 00000000c10525b8
           dmesg-2911  [010] d... 33162.098905: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.098907: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33162.098943: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33162.098951: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.110907: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.110908: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33162.110945: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
           dmesg-2911  [010] d... 33162.110946: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.110946: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33162.110954: workqueue_execute_end: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33162.110954: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33162.110955: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.110964: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.110964: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33162.110969: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33162.110971: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.110981: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.110981: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:1-2612  [031] .... 33162.110985: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:1-2612  [031] .... 33162.110986: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.110998: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.110998: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111003: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111007: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111015: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111015: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111019: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111020: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111031: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111031: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111035: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111037: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111048: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111048: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111052: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111053: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111064: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111065: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111069: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111070: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111081: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111081: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111084: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111085: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111097: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111097: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111101: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111102: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111113: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111113: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111117: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111118: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111129: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111129: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111133: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111134: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111145: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111145: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111149: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111150: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111161: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111162: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111165: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111166: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111178: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111178: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111182: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111183: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111194: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111194: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111197: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111199: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111210: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111211: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111214: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111215: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111227: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111227: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111231: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111232: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111243: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111243: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111247: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111248: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111259: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111259: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111263: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111264: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111275: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111276: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111279: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111280: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111287: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111288: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111291: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111292: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33162.111300: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.111300: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.111303: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.111304: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33162.250834: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33162.250836: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33162.250873: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33162.250879: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33162.250879: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33162.250884: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33162.250887: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33162.250890: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [038] d.s. 33162.310836: workqueue_queue_work: work struct=00000000a3effda6 function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=38
          <idle>-0     [038] d.s. 33162.310837: workqueue_activate_work: work struct 00000000a3effda6
    kworker/38:1-354   [038] .... 33162.310854: workqueue_execute_start: work struct 00000000a3effda6: function igb_watchdog_task [igb]
    kworker/38:1-354   [038] .... 33162.312494: workqueue_execute_end: work struct 00000000a3effda6
            sshd-2498  [017] d... 33162.387618: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33162.387619: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:0-2843  [014] .... 33162.387658: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.387668: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33162.388505: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33162.388507: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:0-2843  [014] .... 33162.388543: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.388552: workqueue_execute_end: work struct 00000000c10525b8
          <idle>-0     [000] d.s. 33162.454836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33162.454837: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33162.454876: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33162.454881: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33162.454882: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33162.454887: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33162.454890: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33162.454893: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] d.s. 33162.534834: workqueue_queue_work: work struct=0000000097a924b2 function=amdgpu_vce_idle_work_handler [amdgpu] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.534836: workqueue_activate_work: work struct 0000000097a924b2
    kworker/13:0-79    [013] .... 33162.534854: workqueue_execute_start: work struct 0000000097a924b2: function amdgpu_vce_idle_work_handler [amdgpu]
    kworker/13:0-79    [013] .... 33162.534907: workqueue_execute_end: work struct 0000000097a924b2
          <idle>-0     [000] d.s. 33162.658844: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33162.658846: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33162.658885: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33162.658891: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33162.658892: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33162.658897: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33162.658899: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33162.658903: workqueue_execute_end: work struct 0000000023c3cc1d
           dmesg-2911  [010] d... 33162.662928: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33162.662929: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33162.662969: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33162.662979: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [013] d.s. 33162.698796: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.698798: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.698807: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.698809: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.710835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.710836: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.710852: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.710854: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.722836: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.722837: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.722852: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.722855: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.734835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.734836: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.734851: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.734854: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.746835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.746836: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.746852: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.746855: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.758835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.758836: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.758853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.758856: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.770842: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.770843: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.770859: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.770862: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.782841: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.782843: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.782858: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.782861: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.794838: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.794839: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.794855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.794857: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.806839: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.806840: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.806856: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.806859: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.818861: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.818862: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.818879: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.818882: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.830842: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.830844: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.830859: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.830862: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.842839: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.842840: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.842856: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.842858: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.854835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.854836: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.854852: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.854855: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [000] d.s. 33162.862840: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33162.862842: workqueue_activate_work: work struct 0000000041f2b9f6
          <idle>-0     [000] d.s. 33162.862849: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33162.862850: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33162.862863: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] d... 33162.862869: workqueue_queue_work: work struct=00000000eca9c77e function=vmstat_update workqueue=00000000ab032a36 req_cpu=8 cpu=8
     kworker/0:2-215   [000] d... 33162.862869: workqueue_activate_work: work struct 00000000eca9c77e
     kworker/0:2-215   [000] d... 33162.862874: workqueue_queue_work: work struct=000000002818ce6e function=vmstat_update workqueue=00000000ab032a36 req_cpu=13 cpu=13
     kworker/0:2-215   [000] d... 33162.862874: workqueue_activate_work: work struct 000000002818ce6e
   kworker/u81:1-2644  [001] .... 33162.862881: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
     kworker/0:2-215   [000] .... 33162.862885: workqueue_execute_end: work struct 00000000f5acb873
   kworker/u81:1-2644  [001] d... 33162.862887: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33162.862887: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33162.862893: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33162.862895: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33162.862899: workqueue_execute_end: work struct 0000000023c3cc1d
     kworker/8:1-326   [008] .... 33162.862907: workqueue_execute_start: work struct 00000000eca9c77e: function vmstat_update
     kworker/8:1-326   [008] .... 33162.862914: workqueue_execute_end: work struct 00000000eca9c77e
    kworker/13:0-79    [013] .... 33162.862920: workqueue_execute_start: work struct 000000002818ce6e: function vmstat_update
    kworker/13:0-79    [013] .... 33162.862927: workqueue_execute_end: work struct 000000002818ce6e
          <idle>-0     [013] d.s. 33162.866839: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.866841: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.866855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.866859: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.878839: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.878840: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.878857: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.878860: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.890842: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.890843: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.890860: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.890863: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.902831: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.902832: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.902849: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.902851: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.914836: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.914838: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.914853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.914856: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.926841: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.926842: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.926858: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.926861: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.938836: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.938837: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.938853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.938856: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.950840: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.950841: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.950857: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.950860: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.962836: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.962837: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.962853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.962856: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.974836: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.974837: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.974853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.974856: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.986847: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.986848: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.986864: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.986867: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33162.998835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33162.998836: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33162.998852: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33162.998854: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.010841: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.010842: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.010858: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.010861: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.022841: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.022842: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.022858: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.022861: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.034840: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.034842: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.034857: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.034860: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.046835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [000] d.s. 33163.046836: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [013] d.s. 33163.046837: workqueue_activate_work: work struct 0000000075c76c93
          <idle>-0     [000] d.s. 33163.046837: workqueue_activate_work: work struct 00000000eab4f734
    kworker/13:0-79    [013] .... 33163.046853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
     kworker/0:2-215   [000] .... 33163.046855: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
    kworker/13:0-79    [013] .... 33163.046856: workqueue_execute_end: work struct 0000000075c76c93
     kworker/0:2-215   [000] .... 33163.046859: workqueue_execute_end: work struct 00000000eab4f734
          <idle>-0     [013] d.s. 33163.058847: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.058848: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.058864: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.058866: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [000] d.s. 33163.066840: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33163.066841: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33163.066882: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33163.066888: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33163.066888: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33163.066893: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33163.066896: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33163.066900: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] d.s. 33163.070835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.070837: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.070853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.070856: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.082845: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.082847: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.082862: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.082865: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.094839: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.094841: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.094855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.094858: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.106838: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.106840: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.106856: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.106859: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.110838: workqueue_queue_work: work struct=00000000489eb534 function=amdgpu_vce_idle_work_handler [amdgpu] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.110840: workqueue_activate_work: work struct 00000000489eb534
    kworker/13:0-79    [013] .... 33163.110853: workqueue_execute_start: work struct 00000000489eb534: function amdgpu_vce_idle_work_handler [amdgpu]
    kworker/13:0-79    [013] .... 33163.110906: workqueue_execute_end: work struct 00000000489eb534
          <idle>-0     [013] d.s. 33163.118835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.118837: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.118853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.118855: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.130842: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.130843: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.130859: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.130862: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.142838: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.142840: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.142856: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.142859: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.154835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.154837: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.154853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.154855: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.166842: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.166843: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.166859: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.166862: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.178834: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.178835: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.178851: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.178854: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.190843: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.190844: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.190860: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.190863: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33163.202838: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.202839: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.202855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.202858: workqueue_execute_end: work struct 0000000075c76c93
           dmesg-2911  [010] d... 33163.210913: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33163.210914: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33163.210954: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33163.210964: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [013] d.s. 33163.214836: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.214837: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33163.214853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33163.214866: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [000] d.s. 33163.270841: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33163.270843: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33163.270882: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33163.270888: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33163.270888: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33163.270893: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33163.270896: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33163.270900: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [032] d.s. 33163.398838: workqueue_queue_work: work struct=00000000d020042b function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=32
          <idle>-0     [013] d.s. 33163.398838: workqueue_queue_work: work struct=0000000010a27ec8 function=wb_workfn workqueue=00000000a9e1e782 req_cpu=8192 cpu=4294967295
          <idle>-0     [032] d.s. 33163.398840: workqueue_activate_work: work struct 00000000d020042b
          <idle>-0     [013] d.s. 33163.398840: workqueue_activate_work: work struct 0000000010a27ec8
    kworker/32:1-349   [032] .... 33163.398857: workqueue_execute_start: work struct 00000000d020042b: function igb_watchdog_task [igb]
   kworker/u82:0-2843  [014] .... 33163.398879: workqueue_execute_start: work struct 0000000010a27ec8: function wb_workfn
   kworker/u82:0-2843  [014] .... 33163.398889: workqueue_execute_end: work struct 0000000010a27ec8
    kworker/32:1-349   [032] .... 33163.399461: workqueue_execute_end: work struct 00000000d020042b
          <idle>-0     [000] d.s. 33163.474835: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33163.474836: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33163.474875: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33163.474881: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33163.474882: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33163.474887: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33163.474890: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33163.474893: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] d.s. 33163.654837: workqueue_queue_work: work struct=00000000ca130d00 function=blk_mq_timeout_work workqueue=000000002cb4a9bb req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33163.654839: workqueue_activate_work: work struct 00000000ca130d00
   kworker/13:1H-564   [013] .... 33163.654858: workqueue_execute_start: work struct 00000000ca130d00: function blk_mq_timeout_work
   kworker/13:1H-564   [013] .... 33163.654860: workqueue_execute_end: work struct 00000000ca130d00
          <idle>-0     [000] d.s. 33163.678837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33163.678838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33163.678878: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33163.678884: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33163.678884: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33163.678890: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33163.678892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33163.678896: workqueue_execute_end: work struct 0000000023c3cc1d
           dmesg-2911  [010] d... 33163.718928: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33163.718929: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33163.718969: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33163.718979: workqueue_execute_end: work struct 00000000d538d58b
     jbd2/sda2-8-548   [000] d... 33163.719505: workqueue_queue_work: work struct=000000004fa04b0e function=blk_mq_requeue_work workqueue=000000002cb4a9bb req_cpu=8192 cpu=0
     jbd2/sda2-8-548   [000] d... 33163.719507: workqueue_activate_work: work struct 000000004fa04b0e
    kworker/0:1H-611   [000] .... 33163.719514: workqueue_execute_start: work struct 000000004fa04b0e: function blk_mq_requeue_work
    kworker/0:1H-611   [000] .... 33163.719520: workqueue_execute_end: work struct 000000004fa04b0e
          <idle>-0     [008] d.s. 33163.722837: workqueue_queue_work: work struct=00000000eca9c77e function=vmstat_update workqueue=00000000ab032a36 req_cpu=8 cpu=8
          <idle>-0     [008] d.s. 33163.722838: workqueue_activate_work: work struct 00000000eca9c77e
     kworker/8:1-326   [008] .... 33163.722854: workqueue_execute_start: work struct 00000000eca9c77e: function vmstat_update
     kworker/8:1-326   [008] .... 33163.722858: workqueue_execute_end: work struct 00000000eca9c77e
          <idle>-0     [000] d.s. 33163.723939: workqueue_queue_work: work struct=000000004fa04b0e function=blk_mq_requeue_work workqueue=000000002cb4a9bb req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33163.723940: workqueue_activate_work: work struct 000000004fa04b0e
    kworker/0:1H-611   [000] .... 33163.723951: workqueue_execute_start: work struct 000000004fa04b0e: function blk_mq_requeue_work
    kworker/0:1H-611   [000] .... 33163.723959: workqueue_execute_end: work struct 000000004fa04b0e
          <idle>-0     [000] d.s. 33163.724256: workqueue_queue_work: work struct=000000004fa04b0e function=blk_mq_requeue_work workqueue=000000002cb4a9bb req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33163.724257: workqueue_activate_work: work struct 000000004fa04b0e
    kworker/0:1H-611   [000] .... 33163.724268: workqueue_execute_start: work struct 000000004fa04b0e: function blk_mq_requeue_work
    kworker/0:1H-611   [000] .... 33163.724273: workqueue_execute_end: work struct 000000004fa04b0e
          <idle>-0     [000] d.s. 33163.822855: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33163.822856: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33163.822873: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] d... 33163.822875: workqueue_queue_work: work struct=00000000e1c22498 function=vmstat_update workqueue=00000000ab032a36 req_cpu=0 cpu=0
     kworker/0:2-215   [000] d... 33163.822875: workqueue_activate_work: work struct 00000000e1c22498
     kworker/0:2-215   [000] .... 33163.822890: workqueue_execute_end: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33163.822891: workqueue_execute_start: work struct 00000000e1c22498: function vmstat_update
     kworker/0:2-215   [000] .... 33163.822896: workqueue_execute_end: work struct 00000000e1c22498
          <idle>-0     [000] d.s. 33163.882840: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33163.882841: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33163.882880: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33163.882886: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33163.882887: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33163.882892: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33163.882895: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33163.882898: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33164.070836: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33164.070838: workqueue_activate_work: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33164.070854: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33164.070858: workqueue_execute_end: work struct 00000000eab4f734
          <idle>-0     [000] d.s. 33164.086842: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33164.086843: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33164.086882: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33164.086888: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33164.086888: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33164.086895: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33164.086897: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33164.086901: workqueue_execute_end: work struct 0000000023c3cc1d
           dmesg-2911  [010] d... 33164.230922: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33164.230923: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33164.230962: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33164.230972: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [013] d.s. 33164.242841: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.242843: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.242858: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.242861: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.254836: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.254838: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.254853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.254856: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.266841: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.266843: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.266858: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.266860: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.278840: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.278841: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.278856: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.278859: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [000] d.s. 33164.290841: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [013] d.s. 33164.290841: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [000] d.s. 33164.290842: workqueue_activate_work: work struct 0000000041f2b9f6
          <idle>-0     [013] d.s. 33164.290843: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.290859: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.290862: workqueue_execute_end: work struct 0000000075c76c93
   kworker/u81:1-2644  [001] .... 33164.290881: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33164.290887: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33164.290888: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33164.290893: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33164.290896: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33164.290899: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] d.s. 33164.302837: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.302838: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.302855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.302858: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.314840: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.314842: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.314858: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.314861: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.326840: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [038] d.s. 33164.326841: workqueue_queue_work: work struct=00000000a3effda6 function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=38
          <idle>-0     [013] d.s. 33164.326841: workqueue_activate_work: work struct 0000000075c76c93
          <idle>-0     [038] d.s. 33164.326842: workqueue_activate_work: work struct 00000000a3effda6
    kworker/13:0-79    [013] .... 33164.326858: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/38:1-354   [038] .... 33164.326860: workqueue_execute_start: work struct 00000000a3effda6: function igb_watchdog_task [igb]
    kworker/13:0-79    [013] .... 33164.326860: workqueue_execute_end: work struct 0000000075c76c93
    kworker/38:1-354   [038] .... 33164.328521: workqueue_execute_end: work struct 00000000a3effda6
          <idle>-0     [013] d.s. 33164.338841: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.338842: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.338858: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.338861: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.350840: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.350841: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.350857: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.350860: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.362838: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.362840: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.362855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.362858: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.374837: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.374839: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.374854: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.374857: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.386837: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.386838: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.386854: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.386857: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.398836: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.398838: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.398853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.398856: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.410837: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.410838: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.410854: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.410857: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.422838: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.422839: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.422855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.422858: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.434835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.434837: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.434853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.434855: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.446837: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.446838: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.446855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.446858: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.458839: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.458840: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.458857: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.458860: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.470840: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.470841: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.470858: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.470861: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.482838: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.482839: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.482855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.482858: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.494839: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [000] d.s. 33164.494839: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [013] d.s. 33164.494840: workqueue_activate_work: work struct 0000000075c76c93
          <idle>-0     [000] d.s. 33164.494841: workqueue_activate_work: work struct 0000000041f2b9f6
    kworker/13:0-79    [013] .... 33164.494856: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.494859: workqueue_execute_end: work struct 0000000075c76c93
   kworker/u81:1-2644  [001] .... 33164.494880: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33164.494886: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33164.494886: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33164.494892: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33164.494894: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33164.494898: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] d.s. 33164.506828: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.506830: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.506846: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.506849: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.518837: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.518838: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.518855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.518858: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.530835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.530836: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.530852: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.530854: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.542838: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.542839: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.542855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.542858: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.554836: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.554837: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.554853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.554856: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.566837: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.566838: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.566854: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.566857: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.578837: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.578838: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.578854: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.578857: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.590835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.590836: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.590852: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.590855: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.602838: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.602839: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.602855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.602858: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.614836: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.614838: workqueue_activate_work: work struct 0000000075c76c93
          <idle>-0     [013] dNs. 33164.614843: workqueue_queue_work: work struct=000000002818ce6e function=vmstat_update workqueue=00000000ab032a36 req_cpu=13 cpu=13
          <idle>-0     [013] dNs. 33164.614844: workqueue_activate_work: work struct 000000002818ce6e
    kworker/13:0-79    [013] .... 33164.614855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.614858: workqueue_execute_end: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.614859: workqueue_execute_start: work struct 000000002818ce6e: function vmstat_update
    kworker/13:0-79    [013] .... 33164.614862: workqueue_execute_end: work struct 000000002818ce6e
          <idle>-0     [013] d.s. 33164.626840: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.626841: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.626857: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.626860: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.638835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.638836: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.638852: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.638855: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.650835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.650837: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.650853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.650855: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.662837: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.662838: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.662854: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.662857: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.674836: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.674837: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.674853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.674856: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.686836: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.686838: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.686853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.686856: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [000] d.s. 33164.698835: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [013] d.s. 33164.698835: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.698837: workqueue_activate_work: work struct 0000000075c76c93
          <idle>-0     [000] d.s. 33164.698837: workqueue_activate_work: work struct 0000000041f2b9f6
    kworker/13:0-79    [013] .... 33164.698853: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.698855: workqueue_execute_end: work struct 0000000075c76c93
   kworker/u81:1-2644  [001] .... 33164.698876: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33164.698882: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33164.698882: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33164.698887: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33164.698890: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33164.698894: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] d.s. 33164.710841: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.710843: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.710860: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.710863: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.722838: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.722839: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.722855: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.722858: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [013] d.s. 33164.734831: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.734832: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.734851: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.734854: workqueue_execute_end: work struct 0000000075c76c93
           dmesg-2911  [010] d... 33164.742926: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33164.742928: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33164.742967: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33164.742977: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [013] d.s. 33164.746839: workqueue_queue_work: work struct=0000000075c76c93 function=ttm_bo_delayed_workqueue [ttm] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33164.746841: workqueue_activate_work: work struct 0000000075c76c93
    kworker/13:0-79    [013] .... 33164.746856: workqueue_execute_start: work struct 0000000075c76c93: function ttm_bo_delayed_workqueue [ttm]
    kworker/13:0-79    [013] .... 33164.746869: workqueue_execute_end: work struct 0000000075c76c93
          <idle>-0     [000] d.s. 33164.902836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33164.902837: workqueue_activate_work: work struct 0000000041f2b9f6
          <idle>-0     [000] d.s. 33164.902845: workqueue_queue_work: work struct=00000000e1c22498 function=vmstat_update workqueue=00000000ab032a36 req_cpu=0 cpu=0
          <idle>-0     [000] d.s. 33164.902845: workqueue_activate_work: work struct 00000000e1c22498
          <idle>-0     [000] dNs. 33164.902848: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] dNs. 33164.902848: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33164.902860: workqueue_execute_start: work struct 00000000e1c22498: function vmstat_update
     kworker/0:2-215   [000] .... 33164.902864: workqueue_execute_end: work struct 00000000e1c22498
     kworker/0:2-215   [000] .... 33164.902864: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
   kworker/u81:1-2644  [001] .... 33164.902877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
     kworker/0:2-215   [000] .... 33164.902880: workqueue_execute_end: work struct 00000000f5acb873
   kworker/u81:1-2644  [001] d... 33164.902883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33164.902883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33164.902888: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33164.902891: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33164.902895: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33165.094836: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33165.094838: workqueue_activate_work: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33165.094855: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33165.094860: workqueue_execute_end: work struct 00000000eab4f734
          <idle>-0     [000] d.s. 33165.106837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33165.106838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33165.106877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33165.106883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33165.106883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33165.106888: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33165.106891: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33165.106895: workqueue_execute_end: work struct 0000000023c3cc1d
           dmesg-2911  [010] d... 33165.254926: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33165.254927: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33165.254966: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33165.254976: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33165.310836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33165.310838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33165.310877: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33165.310883: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33165.310884: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33165.310889: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33165.310892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33165.310896: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [032] d.s. 33165.382839: workqueue_queue_work: work struct=00000000d020042b function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=32
          <idle>-0     [032] d.s. 33165.382841: workqueue_activate_work: work struct 00000000d020042b
    kworker/32:1-349   [032] .... 33165.382858: workqueue_execute_start: work struct 00000000d020042b: function igb_watchdog_task [igb]
    kworker/32:1-349   [032] .... 33165.383461: workqueue_execute_end: work struct 00000000d020042b
          <idle>-0     [000] d.s. 33165.514837: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33165.514839: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33165.514878: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33165.514884: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33165.514885: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33165.514890: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33165.514893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33165.514896: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33165.718840: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33165.718841: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33165.718880: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33165.718886: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33165.718886: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33165.718892: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33165.718894: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33165.718898: workqueue_execute_end: work struct 0000000023c3cc1d
           dmesg-2911  [010] d... 33165.766928: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33165.766930: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33165.766969: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33165.766979: workqueue_execute_end: work struct 00000000d538d58b
             cat-3002  [013] d... 33165.866583: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
             cat-3002  [013] d... 33165.866584: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33165.866623: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33165.866632: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [013] d... 33165.866865: workqueue_queue_work: work struct=00000000ba5145e3 function=free_work workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d... 33165.866866: workqueue_activate_work: work struct 00000000ba5145e3
    kworker/13:0-79    [013] .... 33165.866868: workqueue_execute_start: work struct 00000000ba5145e3: function free_work
    kworker/13:0-79    [013] .... 33165.866875: workqueue_execute_end: work struct 00000000ba5145e3
           dmesg-2911  [010] d... 33165.866887: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33165.866889: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33165.866897: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33165.866901: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33165.866908: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33165.866908: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33165.866914: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33165.866915: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33165.866925: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33165.866925: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33165.866931: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33165.866933: workqueue_execute_end: work struct 00000000d538d58b
           dmesg-2911  [010] d... 33165.866941: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
           dmesg-2911  [010] d... 33165.866941: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33165.866947: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33165.866948: workqueue_execute_end: work struct 00000000d538d58b
            bash-2914  [034] d... 33165.867455: workqueue_queue_work: work struct=00000000d538d58b function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2914  [034] d... 33165.867457: workqueue_activate_work: work struct 00000000d538d58b
   kworker/u82:0-2843  [014] .... 33165.867466: workqueue_execute_start: work struct 00000000d538d58b: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33165.867470: workqueue_execute_end: work struct 00000000d538d58b
          <idle>-0     [000] d.s. 33165.922836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33165.922837: workqueue_activate_work: work struct 0000000041f2b9f6
          <idle>-0     [000] d.s. 33165.922844: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33165.922844: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33165.922858: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] d... 33165.922864: workqueue_queue_work: work struct=00000000c909ee65 function=vmstat_update workqueue=00000000ab032a36 req_cpu=11 cpu=11
     kworker/0:2-215   [000] d... 33165.922865: workqueue_activate_work: work struct 00000000c909ee65
     kworker/0:2-215   [000] d... 33165.922867: workqueue_queue_work: work struct=000000002818ce6e function=vmstat_update workqueue=00000000ab032a36 req_cpu=13 cpu=13
     kworker/0:2-215   [000] d... 33165.922868: workqueue_activate_work: work struct 000000002818ce6e
   kworker/u81:1-2644  [001] .... 33165.922874: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
    kworker/13:0-79    [013] .... 33165.922876: workqueue_execute_start: work struct 000000002818ce6e: function vmstat_update
     kworker/0:2-215   [000] .... 33165.922878: workqueue_execute_end: work struct 00000000f5acb873
   kworker/u81:1-2644  [001] d... 33165.922880: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33165.922881: workqueue_activate_work: work struct 0000000023c3cc1d
    kworker/13:0-79    [013] .... 33165.922883: workqueue_execute_end: work struct 000000002818ce6e
   kworker/u81:1-2644  [001] .N.. 33165.922885: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33165.922888: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33165.922892: workqueue_execute_end: work struct 0000000023c3cc1d
    kworker/11:1-328   [011] .... 33165.922902: workqueue_execute_start: work struct 00000000c909ee65: function vmstat_update
    kworker/11:1-328   [011] .... 33165.922909: workqueue_execute_end: work struct 00000000c909ee65
          <idle>-0     [000] d.s. 33166.118835: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33166.118837: workqueue_activate_work: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33166.118854: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33166.118858: workqueue_execute_end: work struct 00000000eab4f734
          <idle>-0     [000] d.s. 33166.126834: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33166.126836: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33166.126874: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33166.126880: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33166.126881: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33166.126886: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33166.126889: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33166.126892: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [013] d.s. 33166.278835: workqueue_queue_work: work struct=00000000dc4a3a0e function=amdgpu_uvd_idle_work_handler [amdgpu] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33166.278837: workqueue_activate_work: work struct 00000000dc4a3a0e
    kworker/13:0-79    [013] .... 33166.278855: workqueue_execute_start: work struct 00000000dc4a3a0e: function amdgpu_uvd_idle_work_handler [amdgpu]
    kworker/13:0-79    [013] .... 33166.278911: workqueue_execute_end: work struct 00000000dc4a3a0e
          <idle>-0     [038] d.s. 33166.310837: workqueue_queue_work: work struct=00000000a3effda6 function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=38
          <idle>-0     [038] d.s. 33166.310839: workqueue_activate_work: work struct 00000000a3effda6
    kworker/38:1-354   [038] .... 33166.310856: workqueue_execute_start: work struct 00000000a3effda6: function igb_watchdog_task [igb]
    kworker/38:1-354   [038] .... 33166.312517: workqueue_execute_end: work struct 00000000a3effda6
          <idle>-0     [000] d.s. 33166.330836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33166.330837: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33166.330876: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33166.330882: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33166.330882: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33166.330887: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33166.330890: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33166.330894: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33166.534833: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33166.534835: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33166.534874: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33166.534879: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33166.534880: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33166.534885: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33166.534888: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33166.534892: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33166.738836: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33166.738838: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33166.738876: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33166.738882: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33166.738884: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33166.738889: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33166.738892: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33166.738895: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [016] d.s. 33166.814800: workqueue_queue_work: work struct=00000000c16340a4 function=vmstat_update workqueue=00000000ab032a36 req_cpu=16 cpu=16
          <idle>-0     [016] d.s. 33166.814802: workqueue_activate_work: work struct 00000000c16340a4
    kworker/16:2-982   [016] .... 33166.814817: workqueue_execute_start: work struct 00000000c16340a4: function vmstat_update
    kworker/16:2-982   [016] .... 33166.814822: workqueue_execute_end: work struct 00000000c16340a4
          <idle>-0     [013] d.s. 33166.886832: workqueue_queue_work: work struct=00000000489eb534 function=amdgpu_vce_idle_work_handler [amdgpu] workqueue=000000005ace269b req_cpu=8192 cpu=13
          <idle>-0     [013] d.s. 33166.886834: workqueue_activate_work: work struct 00000000489eb534
    kworker/13:0-79    [013] .... 33166.886852: workqueue_execute_start: work struct 00000000489eb534: function amdgpu_vce_idle_work_handler [amdgpu]
    kworker/13:0-79    [013] .... 33166.886907: workqueue_execute_end: work struct 00000000489eb534
          <idle>-0     [000] d.s. 33166.942841: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33166.942842: workqueue_activate_work: work struct 0000000041f2b9f6
          <idle>-0     [000] d.s. 33166.942850: workqueue_queue_work: work struct=00000000f5acb873 function=vmstat_shepherd workqueue=000000005ace269b req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33166.942850: workqueue_activate_work: work struct 00000000f5acb873
     kworker/0:2-215   [000] .... 33166.942864: workqueue_execute_start: work struct 00000000f5acb873: function vmstat_shepherd
     kworker/0:2-215   [000] .... 33166.942880: workqueue_execute_end: work struct 00000000f5acb873
   kworker/u81:1-2644  [001] .... 33166.942881: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33166.942887: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33166.942888: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33166.942893: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33166.942896: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33166.942899: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [000] d.s. 33167.142839: workqueue_queue_work: work struct=00000000eab4f734 function=pci_pme_list_scan workqueue=0000000087f275f9 req_cpu=8192 cpu=0
          <idle>-0     [000] d.s. 33167.142840: workqueue_activate_work: work struct 00000000eab4f734
     kworker/0:2-215   [000] .... 33167.142856: workqueue_execute_start: work struct 00000000eab4f734: function pci_pme_list_scan
     kworker/0:2-215   [000] .... 33167.142861: workqueue_execute_end: work struct 00000000eab4f734
          <idle>-0     [000] d.s. 33167.146835: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33167.146837: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33167.146876: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33167.146882: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33167.146883: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33167.146888: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33167.146891: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33167.146894: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [010] d.s. 33167.238836: workqueue_queue_work: work struct=000000002d57d6a1 function=igb_ptp_overflow_check [igb] workqueue=000000005ace269b req_cpu=8192 cpu=10
          <idle>-0     [010] d.s. 33167.238838: workqueue_activate_work: work struct 000000002d57d6a1
          <idle>-0     [010] dNs. 33167.238843: workqueue_queue_work: work struct=00000000ca91b4a2 function=igb_ptp_overflow_check [igb] workqueue=000000005ace269b req_cpu=8192 cpu=10
          <idle>-0     [010] dNs. 33167.238844: workqueue_activate_work: work struct 00000000ca91b4a2
    kworker/10:1-327   [010] .... 33167.238857: workqueue_execute_start: work struct 000000002d57d6a1: function igb_ptp_overflow_check [igb]
    kworker/10:1-327   [010] .... 33167.238921: workqueue_execute_end: work struct 000000002d57d6a1
    kworker/10:1-327   [010] .... 33167.238921: workqueue_execute_start: work struct 00000000ca91b4a2: function igb_ptp_overflow_check [igb]
    kworker/10:1-327   [010] .... 33167.238983: workqueue_execute_end: work struct 00000000ca91b4a2
          <idle>-0     [000] d.s. 33167.350838: workqueue_queue_work: work struct=0000000041f2b9f6 function=fb_flashcursor workqueue=00000000e194898b req_cpu=8192 cpu=4294967295
          <idle>-0     [000] d.s. 33167.350840: workqueue_activate_work: work struct 0000000041f2b9f6
   kworker/u81:1-2644  [001] .... 33167.350879: workqueue_execute_start: work struct 0000000041f2b9f6: function fb_flashcursor
   kworker/u81:1-2644  [001] d... 33167.350885: workqueue_queue_work: work struct=0000000023c3cc1d function=drm_fb_helper_dirty_work [drm_kms_helper] workqueue=000000005ace269b req_cpu=8192 cpu=1
   kworker/u81:1-2644  [001] d... 33167.350885: workqueue_activate_work: work struct 0000000023c3cc1d
   kworker/u81:1-2644  [001] .N.. 33167.350891: workqueue_execute_end: work struct 0000000041f2b9f6
     kworker/1:0-18    [001] .... 33167.350893: workqueue_execute_start: work struct 0000000023c3cc1d: function drm_fb_helper_dirty_work [drm_kms_helper]
     kworker/1:0-18    [001] .... 33167.350897: workqueue_execute_end: work struct 0000000023c3cc1d
          <idle>-0     [032] d.s. 33167.398843: workqueue_queue_work: work struct=00000000d020042b function=igb_watchdog_task [igb] workqueue=000000005ace269b req_cpu=8192 cpu=32
          <idle>-0     [032] d.s. 33167.398844: workqueue_activate_work: work struct 00000000d020042b
    kworker/32:1-349   [032] .... 33167.398862: workqueue_execute_start: work struct 00000000d020042b: function igb_watchdog_task [igb]
    kworker/32:1-349   [032] .... 33167.399465: workqueue_execute_end: work struct 00000000d020042b
            sshd-2498  [017] d... 33167.478471: workqueue_queue_work: work struct=00000000ac39b449 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            sshd-2498  [017] d... 33167.478473: workqueue_activate_work: work struct 00000000ac39b449
   kworker/u82:0-2843  [014] .... 33167.478511: workqueue_execute_start: work struct 00000000ac39b449: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33167.478522: workqueue_execute_end: work struct 00000000ac39b449
            bash-2771  [010] d... 33167.478544: workqueue_queue_work: work struct=00000000c10525b8 function=flush_to_ldisc workqueue=00000000debfea97 req_cpu=8192 cpu=4294967295
            bash-2771  [010] d... 33167.478545: workqueue_activate_work: work struct 00000000c10525b8
   kworker/u82:0-2843  [014] .... 33167.478552: workqueue_execute_start: work struct 00000000c10525b8: function flush_to_ldisc
   kworker/u82:0-2843  [014] .... 33167.478556: workqueue_execute_end: work struct 00000000c10525b8



More information about the amd-gfx mailing list