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

/freebsd-10.2-release/sys/mips/rmi/dev/xlr/
H A Drge.c1679 struct callout rge_dbg_count; variable in typeref:struct:callout
1689 callout_reset(&rge_dbg_count, hz, xlr_debug_count, NULL);
1899 callout_init(&rge_dbg_count, CALLOUT_MPSAFE);
1900 //callout_reset(&rge_dbg_count, hz, xlr_debug_count, NULL);

Completed in 50 milliseconds