From: Matt <matt@bluefishwireless.com>
To: linux-kernel@vger.kernel.org
Cc: procps-bugs@redhat.com
Subject: struct_task->start_time, jiffies or hz_to_std(jiffies)
Date: Thu, 13 Sep 2001 15:48:55 +1000 [thread overview]
Message-ID: <20010913154855.B628@bluefishwireless.com> (raw)
given
2.4.9-ac10 linux/kernel/fork.c:658
p->start_time = jiffies;
is this
2.4.9-ac10 linux/fs/proc/array.c
task->start_time,
correct? or should it be
hz_to_std(task->start_time),
??
i know this will affect libproc, however libproc appears to be broken
anyway; i changed HZ and CLOCKS_PER_SEC to 1024 in include/asm/param.h
on x86 and top / ps etc are giving me very whacked out numbers.. the
machine itself is stable however and appears to be working just fine.
matt
next reply other threads:[~2001-09-13 5:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-13 5:48 Matt [this message]
2001-09-16 22:52 ` struct_task->start_time, jiffies or hz_to_std(jiffies) Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010913154855.B628@bluefishwireless.com \
--to=matt@bluefishwireless.com \
--cc=linux-kernel@vger.kernel.org \
--cc=procps-bugs@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.