Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_timeout.c163 struct cc_exec cc_exec_entity[2]; member
179 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr
180 #define cc_exec_last_func(cc, dir) cc->cc_exec_entity[dir].cc_last_func
181 #define cc_exec_last_arg(cc, dir) cc->cc_exec_entity[dir].cc_last_arg
182 #define cc_exec_drain(cc, dir) cc->cc_exec_entity[dir].cc_drain
184 #define cc_exec_cancel(cc, dir) cc->cc_exec_entity[dir].cc_cancel
185 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting
187 #define cc_migration_func(cc, dir) cc->cc_exec_entity[dir].ce_migration_func
188 #define cc_migration_arg(cc, dir) cc->cc_exec_entity[dir].ce_migration_arg
189 #define cc_migration_cpu(cc, dir) cc->cc_exec_entity[dir].ce_migration_cpu
[all …]
/f-stack/lib/
H A Dff_kern_timeout.c145 struct cc_exec cc_exec_entity[2]; member
160 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr
161 #define cc_exec_drain(cc, dir) cc->cc_exec_entity[dir].cc_drain
163 #define cc_exec_cancel(cc, dir) cc->cc_exec_entity[dir].cc_cancel
164 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting