Home
last modified time | relevance | path

Searched refs:test2 (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/Documentation/sysctl/
Dabi.txt1 Documentation for /proc/sys/abi/* kernel version 2.6.0.test2
/linux-2.6.39/Documentation/cgroups/
Dblkio-controller.txt36 mkdir -p /cgroup/test1/ /cgroup/test2
38 - Set weights of group test1 and test2
40 echo 500 > /cgroup/test2/blkio.weight
53 echo $! > /cgroup/test2/tasks
54 cat /cgroup/test2/tasks
58 blkio.disk_sectors files of both test1 and test2 groups. This will tell how
104 test1 test2
112 root test1 test2 test3
/linux-2.6.39/arch/alpha/kernel/
Dsmc37c669.c524 unsigned test2 : 1; /* Reserved - set to 0 */ member
/linux-2.6.39/drivers/net/wireless/b43legacy/
Dmain.c443 u16 test2; in b43legacy_tsf_read() local
453 test2 = b43legacy_read16(dev, B43legacy_MMIO_TSF_2); in b43legacy_tsf_read()
455 } while (v3 != test3 || v2 != test2 || v1 != test1); in b43legacy_tsf_read()