Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_epoch.c107 static counter_u64_t migrate_count; variable
110 &migrate_count, "# of times thread was migrated to another CPU in epoch_wait");
271 migrate_count = counter_u64_alloc(M_WAITOK); in epoch_init()
598 counter_u64_add(migrate_count, 1); in epoch_block_handler_preempt()