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

/freebsd-10-stable/sys/kern/
H A Dkern_timeout.c122 * the first entry of the array cc_exec_entity holds informations for callout
147 struct cc_exec cc_exec_entity[2]; member in struct:callout_cpu
163 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr
165 #define cc_exec_cancel(cc, dir) cc->cc_exec_entity[dir].cc_cancel
166 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting
168 #define cc_migration_func(cc, dir) cc->cc_exec_entity[dir].ce_migration_func
169 #define cc_migration_arg(cc, dir) cc->cc_exec_entity[dir].ce_migration_arg
170 #define cc_migration_cpu(cc, dir) cc->cc_exec_entity[dir].ce_migration_cpu
171 #define cc_migration_time(cc, dir) cc->cc_exec_entity[dir].ce_migration_time
172 #define cc_migration_prec(cc, dir) cc->cc_exec_entity[di
[all...]

Completed in 174 milliseconds