← Documents Documentation/ABI/testing/sysfs-devices-resource_in_use GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

ACPI power-resource usage-state sysfs ABI

ACPI power-resource device의 현재 사용 여부를 0 또는 1로 보고하는 read-only attribute를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-devices-resource_in_use
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

Power-resource use state

sysfs-devices-resource_in_use:1-12

ACPI power-resource object에만 나타나며 0은 resource가 사용 중이 아니어서 꺼졌음을, 1은 사용 중임을 나타냅니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 What: /sys/devices/.../resource_in_use
2 Date: January 2013
3 Contact: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
4 Description:
5 The /sys/devices/.../resource_in_use attribute is only present
6 for device objects representing ACPI power resources.
7
8 If present, it contains a number (0 or 1) representing the
9 current status of the given power resource (0 means that the
10 resource is not in use and therefore it has been turned off).
11
12 This attribute is read-only.
13

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

ACPI power-resource use status

1-12
항목한국어 전문 번역
What/sys/devices/.../resource_in_use
Date2013년 1월
ContactRafael J. Wysocki <rafael.j.wysocki@intel.com>
Description이 attribute는 ACPI power resource를 나타내는 device object에만 존재합니다. Attribute가 존재하면 해당 power resource의 current status를 나타내는 0 또는 1이 들어 있습니다. 0은 resource가 사용 중이 아니므로 꺼졌다는 뜻이고, 1은 resource가 사용 중임을 뜻합니다. 이 attribute는 read-only입니다.
Power-resource status values
ValueStatus
0Not in use; turned off
1In use

Read-only numeric status의 의미입니다.