分享 dm-linear
jrj317 2011-4-10 08:16
dm-linear ========= Device-Mapper's "linear" target maps a linear range of the Device-Mapper device onto a linear range of another device. This is the basic building block of logical volume managers. Parameters: dev path offset dev path: Full pathnam ...
1738 次阅读|0 个评论
分享 kcopyd
jrj317 2011-4-10 08:15
kcopyd ====== Kcopyd provides the ability to copy a range of sectors from one block-device to one or more other block-devices, with an asynchronous completion notification. It is used by dm-snapshot and dm-mirror. Users of kcopyd must first create a client and indicate how many memory pages t ...
1619 次阅读|0 个评论
分享 KERNEL THREADS
jrj317 2011-4-10 08:11
KERNEL THREADS Freezer Upon entering a suspended state the system will freeze all tasks. This is done by delivering pseudosignals. This affects kernel threads, too. To successfully freeze a kernel thread the thread has to check for the pseudosignal and enter the refrigerator. Code to do this ...
1970 次阅读|0 个评论
分享 Power Management Interface
jrj317 2011-4-10 08:09
Power Management Interface The power management subsystem provides a unified sysfs interface to userspace, regardless of what architecture or platform one is running. The interface exists in /sys/power/ directory (assuming sysfs is mounted at /sys). /sys/power/state controls system power s ...
2012 次阅读|0 个评论
分享 System Power Management States
jrj317 2011-4-10 08:08
System Power Management States The kernel supports three power management states generically, though each is dependent on platform support code to implement the low-level details for each state. This file describes each state, what they are commonly called, what ACPI state they map to, and wha ...
1737 次阅读|0 个评论
分享 swsusp/S3 tricks
jrj317 2011-4-10 08:07
swsusp/S3 tricks ~~~~~~~~~~~~~~~~ Pavel Machek pavel@suse.cz If you want to trick swsusp/S3 into working, you might want to try: * go with minimal config, turn off drivers like USB, AGP you don't really need * turn off APIC and preempt * use ext2. At least it ...
1604 次阅读|0 个评论
分享 Device Power Management
jrj317 2011-4-10 08:06
Device Power Management Device power management encompasses two areas - the ability to save state and transition a device to a low-power state when the system is entering a low-power state; and the ability to transition a device to a low-power state while the system is running (and independent ...
1536 次阅读|0 个评论
分享 Platform Devices and Drivers
jrj317 2011-4-10 08:04
Platform Devices and Drivers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Platform devices ~~~~~~~~~~~~~~~~ Platform devices are devices that typically appear as autonomous entities in the system. This includes legacy port-based devices and host bridges to peripheral buses. Platform drivers ~~~~~~~~~~~~~~~ ...
1758 次阅读|0 个评论
分享 Bus Types
jrj317 2011-4-10 08:03
Bus Types Definition ~~~~~~~~~~ struct bus_type { char* name; struct subsystemsubsys; struct ksetdrivers; struct ksetdevices; struct bus_attribute* bus_attrs; struct device_attribute* dev_a ...
1789 次阅读|0 个评论
分享 Device Classes
jrj317 2011-4-10 08:02
Device Classes Introduction ~~~~~~~~~~~~ A device class describes a type of device, like an audio or network device. The following device classes have been identified: Insert List of Device Classes Here Each device class defines a set of semantics and a programming interface that ...
1773 次阅读|0 个评论
123下一页
关于我们  -  服务条款  -  使用指南  -  站点地图  -  友情链接  -  联系我们
电子工程网 © 版权所有   京ICP备16069177号 | 京公网安备11010502021702
返回顶部