Searched refs:preempt_count (Results 76 - 80 of 80) sorted by relevance

1234

/linux-master/kernel/rcu/
H A Dtree.c2447 if (IS_ENABLED(CONFIG_PREEMPT_COUNT) && (!(preempt_count() & PREEMPT_MASK))) {
/linux-master/kernel/trace/
H A Dring_buffer.c3141 * is called before preempt_count() is updated, since the check will
3164 * between interrupt context, and preempt_count() has not
3322 unsigned long pc = preempt_count();
H A Dtrace_events.c210 /* Holds both preempt_count and migrate_disable */
211 __common_field(unsigned char, preempt_count);
507 * preemption (adding one to the preempt_count). Since we are
508 * interested in the preempt_count at the time the tracepoint was
H A Dtrace.c2503 pc = preempt_count();
/linux-master/kernel/
H A Dworkqueue.c3283 current->comm, task_pid_nr(current), preempt_count(),

Completed in 446 milliseconds

1234