Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_timeout.c167 struct cc_exec cc_exec_entity[2]; member
182 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr
183 #define cc_exec_last_func(cc, dir) cc->cc_exec_entity[dir].cc_last_func
184 #define cc_exec_last_arg(cc, dir) cc->cc_exec_entity[dir].cc_last_arg
185 #define cc_exec_drain(cc, dir) cc->cc_exec_entity[dir].cc_drain
187 #define cc_exec_cancel(cc, dir) cc->cc_exec_entity[dir].cc_cancel
188 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting
190 #define cc_migration_func(cc, dir) cc->cc_exec_entity[dir].ce_migration_func
191 #define cc_migration_arg(cc, dir) cc->cc_exec_entity[dir].ce_migration_arg
192 #define cc_migration_cpu(cc, dir) cc->cc_exec_entity[dir].ce_migration_cpu
[all …]