MCPcopy Create free account
hub / github.com/F-Stack/f-stack / td_get_sched

Function td_get_sched

freebsd/sys/proc.h:1231–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229}
1230
1231static __inline __pure2 struct td_sched *
1232td_get_sched(struct thread *td)
1233{
1234
1235 return ((struct td_sched *)&td[1]);
1236}
1237
1238extern void (*softdep_ast_cleanup)(struct thread *);
1239static __inline void

Callers 15

fork_exitFunction · 0.85
schedcpuFunction · 0.85
updatepriFunction · 0.85
resetpriorityFunction · 0.85
schedinitFunction · 0.85
sched_clock_tickFunction · 0.85
sched_exit_threadFunction · 0.85
sched_fork_threadFunction · 0.85
sched_sleepFunction · 0.85
sched_switchFunction · 0.85
sched_wakeupFunction · 0.85
sched_addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected