1c4bcd050a
td_ru. This removes the requirement for per-process synchronization in statclock() and mi_switch(). This was previously supported by sched_lock which is going away. All modifications to rusage are now done in the context of the owning thread. reads proceed without locks. - Aggregate exiting threads rusage in thread_exit() such that the exiting thread's rusage is not lost. - Provide a new routine, rufetch() to fetch an aggregate of all rusage structures from all threads in a process. This routine must be used in any place requiring a rusage from a process prior to it's exit. The exited process's rusage is still available via p_ru. - Aggregate tick statistics only on demand via rufetch() or when a thread exits. Tick statistics are kept in the thread and protected by sched_lock until it exits. Initial patch by: attilio Reviewed by: attilio, bde (some objections), arch (mostly silent) |
||
---|---|---|
.. | ||
nfs4_dev.c | ||
nfs4_dev.h | ||
nfs4_idmap.c | ||
nfs4_idmap.h | ||
nfs4_socket.c | ||
nfs4_subs.c | ||
nfs4_vfs_subs.c | ||
nfs4_vfs.h | ||
nfs4_vfsops.c | ||
nfs4_vn_subs.c | ||
nfs4_vn.h | ||
nfs4_vnops.c | ||
nfs4.h | ||
nfs4m_subs.h |