← Documents Documentation/translations/it_IT/locking/index.rst GitHub 원문 ↗

Linux 6.18.37 · Translations

동기화

이탈리아어 동기화 문서의 잠금 종류, lockdep, lockstat, locktorture 목차를 연결합니다.

Source pathDocumentation/translations/it_IT/locking/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약·해설

index.rst:1-20

동기화 하위 문서 네 개와 HTML 일반 색인을 연결하는 짧은 Sphinx 색인입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ================
4 Sincronizzazione
5 ================
6
7 .. toctree::
8 :maxdepth: 1
9
10 locktypes
11 lockdep-design
12 lockstat
13 locktorture
14
15 .. only:: subproject and html
16
17 Indici
18 ======
19
20 * :ref:`genindex`
21

3. 한국어 전문 번역

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

동기화 문서 색인

1-20

이 문서는 이탈리아어 Linux 동기화 문서 묶음의 색인입니다. Sphinx `toctree`가 깊이 1로 `locktypes`, `lockdep-design`, `lockstat`, `locktorture`를 연결하며, 각 하위 문서의 완료 상태는 별도로 관리합니다.

`subproject and html` 조건에서는 일반 색인 `genindex` 링크를 추가합니다. 색인의 제목 `Sincronizzazione`는 잠금 종류, 실행 중 교착 검증, 잠금 통계, 스트레스 검증으로 이어지는 학습 진입점입니다.

동기화 문서 구성
문서역할
locktypes잠금 종류와 실행 문맥별 의미
lockdep-designlockdep 상태·의존성·교착 검증 설계
lockstat잠금 경합 통계 수집과 해석
locktorture잠금 구현의 스트레스 검증

색인이 연결하는 네 문서와 역할을 정리했습니다.

색인 탐색 흐름
Lock typesLockdep correctness
Lock statisticsLock torture testing

기본 잠금 의미에서 검증과 측정, 스트레스 시험으로 이어집니다.

.. SPDX-License-Identifier: GPL-2.0

================
Sincronizzazione
================

.. toctree::
    :maxdepth: 1

    locktypes
    lockdep-design
    lockstat
    locktorture

.. only::  subproject and html

   Indici
   ======

   * :ref:`genindex`