/kernel/linux/linux-5.10/Documentation/translations/ko_KR/ |
D | memory-barriers.txt | 500 ACQUIRE 오퍼레이션은 거의 항상 RELEASE 오퍼레이션과 짝을 지어 사용되어야 504 (6) RELEASE 오퍼레이션. 506 이 타입의 오퍼레이션들도 단방향 투과성 배리어처럼 동작합니다. RELEASE 507 오퍼레이션 앞의 모든 메모리 오퍼레이션들은 RELEASE 오퍼레이션 전에 완료된 509 오퍼레이션들과 smp_store_release() 오퍼레이션도 RELEASE 오퍼레이션의 512 RELEASE 오퍼레이션 뒤의 메모리 오퍼레이션들은 RELEASE 오퍼레이션이 515 ACQUIRE 와 RELEASE 오퍼레이션의 사용은 일반적으로 다른 메모리 배리어의 516 필요성을 없앱니다. 또한, RELEASE+ACQUIRE 조합은 범용 메모리 배리어처럼 517 동작할 것을 보장하지 -않습니다-. 하지만, 어떤 변수에 대한 RELEASE 518 오퍼레이션을 앞서는 메모리 액세스들의 수행 결과는 이 RELEASE 오퍼레이션을 [all …]
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | refcount-vs-atomic.rst | 49 A RELEASE memory ordering guarantees that all prior loads and 110 * fully unordered --> RELEASE ordering 139 * fully ordered --> RELEASE ordering + ACQUIRE ordering on success 152 * fully ordered --> RELEASE ordering + control dependency 167 * fully ordered --> RELEASE ordering + control dependency + hold
|
/kernel/liteos_a/kernel/extended/perf/ |
D | perf_output.c | 57 goto RELEASE; in OsPerfOutputInit() 62 RELEASE: in OsPerfOutputInit()
|
/kernel/liteos_m/ |
D | Makefile | 58 ifeq ($(RELEASE:1=y),y) 94 RELEASE: boolean value(1 or y for true), build release version
|
/kernel/liteos_a/ |
D | Makefile | 56 ifeq ($(RELEASE:1=y),y) 109 RELEASE: boolean value(1 or y for true), build release version 132 BUILD_DEBUG=$(if $(patsubst y,,$(or $(RELEASE:1=y),n)),true,false)
|
/kernel/linux/linux-5.10/Documentation/ |
D | memory-barriers.txt | 477 An ACQUIRE operation should almost always be paired with a RELEASE 481 (6) RELEASE operations. 484 memory operations before the RELEASE operation will appear to happen 485 before the RELEASE operation with respect to the other components of the 486 system. RELEASE operations include UNLOCK operations and 489 Memory operations that occur after a RELEASE operation may appear to 492 The use of ACQUIRE and RELEASE operations generally precludes the need 493 for other sorts of memory barrier. In addition, a RELEASE+ACQUIRE pair is 496 RELEASE on that same variable are guaranteed to be visible. In other 502 RELEASE acts as a minimal "release" operation. [all …]
|
D | atomic_t.txt | 178 {}_release: the W of the RMW (or atomic_set) is a RELEASE 225 is a 'typical' RELEASE pattern, the barrier is strictly stronger than 226 a RELEASE because it orders preceding instructions against both the read
|
D | atomic_bitops.txt | 67 clear_bit_unlock() which has RELEASE semantics.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
D | nvc0_fence.c | 47 NVDEF(NV906F, SEMAPHORED, OPERATION, RELEASE) | in nvc0_fence_emit32()
|
D | nv84_fence.c | 50 NVDEF(NV826F, SEMAPHORED, OPERATION, RELEASE), in nv84_fence_emit32()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
D | tape_std.h | 56 #define RELEASE 0xD4 /* 3420 NOP, 3480 REJECT */ macro
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
D | debug.c | 63 case RELEASE: what = "RELEASE"; break; in usb_stor_show_command()
|
/kernel/linux/linux-5.10/include/scsi/ |
D | scsi_proto.h | 36 #define RELEASE 0x17 macro
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | target.h | 35 scsi_opcode_name(RELEASE), \
|
D | scsi.h | 33 scsi_opcode_name(RELEASE), \
|
/kernel/liteos_m/components/lms/ |
D | los_lms.c | 185 goto RELEASE; in LOS_LmsCheckPoolDel() 190 RELEASE: in LOS_LmsCheckPoolDel()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
D | MISC | 29 RELEASE FILE VERSIONS:
|
D | CHANGES | 30 CHANGES SINCE LAST RELEASE:
|
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
D | plugin_scsi.c | 32 #define RELEASE 0x17 macro
|
/kernel/linux/linux-5.10/drivers/target/ |
D | target_core_device.c | 1095 (cdb[0] == RELEASE || cdb[0] == RELEASE_10) || in passthrough_parse_cdb() 1118 if (cdb[0] == RELEASE || cdb[0] == RELEASE_10) { in passthrough_parse_cdb()
|
D | target_core_spc.c | 1293 (cdb[0] == RELEASE || cdb[0] == RELEASE_10) || in spc_parse_cdb() 1327 case RELEASE: in spc_parse_cdb()
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | spinlocks.rst | 30 (6) RELEASE operations.
|
/kernel/linux/linux-5.10/drivers/usb/image/ |
D | microtek.c | 243 case RELEASE: what = "RELEASE"; break; in mts_show_command()
|
/kernel/linux/linux-5.10/Documentation/driver-api/soundwire/ |
D | stream.rst | 495 Bus implements below APIs for RELEASE state which needs to be called by
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
D | megaraid_mbox.c | 1731 case RELEASE: in DEF_SCSI_QCMD() 2345 scp->cmnd[0] == RELEASE)) { in megaraid_mbox_dpc()
|