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

/linux-master/kernel/events/
H A Dcore.c375 EVENT_TIME = 0x4, enumerator in enum:event_type_t
1501 if (!(__load_acquire(&ctx->is_active) & EVENT_TIME))
2351 if (ctx->is_active & EVENT_TIME) {
2439 if (ctx->is_active & EVENT_TIME) {
2805 ctx_sched_out(ctx, EVENT_TIME);
2951 ctx_sched_out(ctx, EVENT_TIME);
2960 ctx_sched_in(ctx, EVENT_TIME);
2969 ctx_sched_in(ctx, EVENT_TIME);
3311 if (is_active & EVENT_TIME) {
3807 * IOW, we must not miss EVENT_TIME edge
[all...]

Completed in 306 milliseconds