Home
last modified time | relevance | path

Searched refs:migrate_count (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_epoch.c106 static counter_u64_t migrate_count; variable
109 &migrate_count, "# of times thread was migrated to another CPU in epoch_wait");
304 migrate_count = counter_u64_alloc(M_WAITOK); in epoch_init()
621 counter_u64_add(migrate_count, 1); in epoch_block_handler_preempt()