jrj317的个人空间 https://www.eechina.com/space-uid-9104.html [收藏] [复制] [RSS]

博客

dm-linear
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 ...
1750 次阅读|0 个评论
kcopyd
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 ...
1629 次阅读|0 个评论
KERNEL THREADS
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 ...
1980 次阅读|0 个评论
Power Management Interface
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 ...
2025 次阅读|0 个评论
System Power Management States
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 ...
1749 次阅读|0 个评论
swsusp/S3 tricks
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 ...
1615 次阅读|0 个评论
Device Power Management
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 ...
1542 次阅读|0 个评论
Platform Devices and Drivers
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 ~~~~~~~~~~~~~~~ ...
1765 次阅读|0 个评论
Bus Types
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 ...
1797 次阅读|0 个评论
Device Classes
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 ...
1780 次阅读|0 个评论
123下一页
关于我们  -  服务条款  -  使用指南  -  站点地图  -  友情链接  -  联系我们
电子工程网 © 版权所有   京ICP备16069177号 | 京公网安备11010502021702
返回顶部