Searched refs:current_context (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/trace/
H A Dring_buffer.c458 unsigned int current_context; member in struct:ring_buffer_per_cpu
3093 * The current_context per_cpu variable can only be modified
3115 * 1 from the current_context and AND it to itself.
3156 unsigned int val = cpu_buffer->current_context;
3175 cpu_buffer->current_context = val;
3183 cpu_buffer->current_context &=
3184 cpu_buffer->current_context - (1 << cpu_buffer->nest);

Completed in 225 milliseconds