요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/devices/platform/hidma-*/chid
2
/sys/devices/platform/QCOM8061:*/chid
3
Date: Dec 2015
4
KernelVersion: 4.4
5
Contact: "Sinan Kaya <okaya@kernel.org>"
6
Description:
7
Contains the ID of the channel within the HIDMA instance.
8
It is used to associate a given HIDMA channel with the
9
priority and weight calls in the management interface.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
HIDMA channel identity sysfs ABI: chid
1-9| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/hidma-*/chid /sys/devices/platform/QCOM8061:*/chid |
| Date | 2015년 12월 |
| KernelVersion | 4.4 |
| Contact | "Sinan Kaya <okaya@kernel.org>" |
| Description | `/sys/devices/platform/hidma-*/chid`와 `/sys/devices/platform/QCOM8061:*/chid`는 HIDMA instance 안의 channel ID를 담습니다. 이 ID는 해당 HIDMA channel을 management interface의 priority 및 weight calls와 연결하는 데 사용합니다. |
HIDMA channel instance→Read chid→Management chan* entry→Apply priority and weight
`chid`가 data channel과 management scheduling controls를 연결합니다.
Channel과 management policy 연결
sysfs-platform-hidma:1-9Data-channel device의 chid를 management controller의 priority·weight 설정에 대한 stable key로 사용합니다.