lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 1 Nov 2011 08:24:27 -0400
From:	Xin Tong <xerox.time.tech@...il.com>
To:	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Linux scheduler Questions

2 questions on Linux 2.6.x scheduler.

1.  in Linux 2.6, when a process is waiting for IO. it will be placed
on the wait queue. is the wait queue per cpu or global ? I do not see
any field for the wait queue in the runqueue structure.
2. Linux 2.6 has the notion of scheduling domain, using an example to
explain what I am getting at here

In a HT enabled CPU, the CPU has 2 cores, each core has 2 threads.
there will be 2 levels of domain.
1. Domain of lev.1 ==> 2 groups, 1 physical core per group.
2. Domain of lev. 0 ==> 2 groups, 1 logical core per group.
When the load on the 2 logical cores is imbalanced, Linux will migrate
some jobs from one to another. What if there is an imbalance of
workload on the 2 physical cores ?

Thanks

Xin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ