Look at sched.c, you have a line that looks like (try to remember, doesn't have the code with me). #define TICK_SCALE(x) ((x) >> 1) with a comment above, this is the answer you are looking for
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lu�s Henriques Sent: Wednesday, November 28, 2001 6:07 PM To: [EMAIL PROTECTED] Subject: [rtl] rtlinux slot time Hi, I'm developping a rtlinux kernel module and I need to have some information about the scheduler. I know that there are several sched algorithms implemented (2, I suppose...) but I need to know what is the maximum time a user process can run before the scheduler is run again. In linux this time is about 200ms but I suppose that rtlinux uses a lower value. I tried to find in the documentation available a value but didn't found it. The next step would be to search in the code - I would be glad if someone could save me this work ;) -- Lu�s Henriques -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/ -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
