vm_object ref_count question

2010-10-28 Thread Eknath Venkataramani
ref_count is defined inside struct vm_object. and it is incremented everytime the object is referenced How is the page reference logged then? rather in which variable? -- Eknath Venkataramani ___ freebsd-hackers@freebsd.org mailing list http

Run queue questions

2010-10-10 Thread Eknath Venkataramani
How would the scheduling overhead and the system performance be affected when the total number of run queues is reduced from 64 to 32? -- Eknath Venkataramani ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Scheduler Question

2010-10-09 Thread Eknath Venkataramani
? -- Eknath Venkataramani ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Thread priorities

2010-10-05 Thread Eknath Venkataramani
In kern_switch.c, It is said that, Free threads are 'preassigned' to the KSEs. and that the KSEs derive their priority from threads and are put on the run queue. 1. Where do the threads receive their priorities from? 2. Does it recieve the priority from the KSEG? -- Eknath Venkataramani

scheduler modifications

2010-09-26 Thread Eknath Venkataramani
I want to modify the priorities are assigned for the timesharing class of processes. How do I do that? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to