Searched refs:dynticks_nesting (Results 1 – 4 of 4) sorted by relevance
42 long dynticks_nesting; /* Track process nesting level. */ member78 return __this_cpu_read(context_tracking.dynticks_nesting); in ct_dynticks_nesting()85 return ct->dynticks_nesting; in ct_dynticks_nesting_cpu()
31 .dynticks_nesting = 1,134 ct->dynticks_nesting--; in ct_kernel_exit()148 WRITE_ONCE(ct->dynticks_nesting, 0); /* Avoid irq-access tearing. */ in ct_kernel_exit()173 ct->dynticks_nesting++; in ct_kernel_enter()187 WRITE_ONCE(ct->dynticks_nesting, 1); in ct_kernel_enter()
938 1 long dynticks_nesting;948 The ``->dynticks_nesting`` field counts the nesting depth of process963 ``->dynticks_nesting`` field is incremented up from zero, the965 whenever the ``->dynticks_nesting`` field is decremented down to zero,995 | Why not simply combine the ``->dynticks_nesting`` and |
4078 WARN_ON_ONCE(ct->dynticks_nesting != 1); in rcu_boot_init_percpu_data()4112 ct->dynticks_nesting = 1; /* CPU not up, no tearing. */ in rcutree_prepare_cpu()