Home
last modified time | relevance | path

Searched refs:RELEASE (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v6.1/Documentation/translations/ko_KR/
Dmemory-barriers.txt500 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 …]
/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Drefcount-vs-atomic.rst47 RELEASE内存顺序保证了在同一CPU上所有较早加载和存储的指令(所有程序顺序较早
100 * 完全无序的 --> RELEASE顺序
128 * 完全有序的 --> RELEASE顺序 + 成功后ACQUIRE顺序
141 * 完全有序的 --> RELEASE顺序 + 控制依赖
156 * 完全有序 --> RELEASE顺序 + 控制依赖 + 持有
/Linux-v6.1/Documentation/core-api/
Drefcount-vs-atomic.rst49 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
/Linux-v6.1/Documentation/
Dmemory-barriers.txt481 An ACQUIRE operation should almost always be paired with a RELEASE
485 (6) RELEASE operations.
488 memory operations before the RELEASE operation will appear to happen
489 before the RELEASE operation with respect to the other components of the
490 system. RELEASE operations include UNLOCK operations and
493 Memory operations that occur after a RELEASE operation may appear to
496 The use of ACQUIRE and RELEASE operations generally precludes the need
497 for other sorts of memory barrier. In addition, a RELEASE+ACQUIRE pair is
500 RELEASE on that same variable are guaranteed to be visible. In other
506 RELEASE acts as a minimal "release" operation.
[all …]
Datomic_bitops.txt64 clear_bit_unlock() which has RELEASE semantics and test_bit_acquire which has
Datomic_t.txt178 {}_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
/Linux-v6.1/Documentation/translations/zh_CN/locking/
Dspinlocks.rst37 (6) RELEASE operations.
/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnvc0_fence.c47 NVDEF(NV906F, SEMAPHORED, OPERATION, RELEASE) | in nvc0_fence_emit32()
Dnv84_fence.c50 NVDEF(NV826F, SEMAPHORED, OPERATION, RELEASE), in nv84_fence_emit32()
/Linux-v6.1/drivers/s390/char/
Dtape_std.h56 #define RELEASE 0xD4 /* 3420 NOP, 3480 REJECT */ macro
/Linux-v6.1/drivers/usb/storage/
Ddebug.c62 case RELEASE: what = "RELEASE"; break; in usb_stor_show_command()
/Linux-v6.1/include/scsi/
Dscsi_proto.h36 #define RELEASE 0x17 macro
/Linux-v6.1/include/trace/events/
Dtarget.h35 scsi_opcode_name(RELEASE), \
Dscsi.h33 scsi_opcode_name(RELEASE), \
/Linux-v6.1/arch/m68k/ifpsp060/
DMISC29 RELEASE FILE VERSIONS:
DCHANGES30 CHANGES SINCE LAST RELEASE:
/Linux-v6.1/tools/lib/traceevent/plugins/
Dplugin_scsi.c32 #define RELEASE 0x17 macro
/Linux-v6.1/drivers/target/
Dtarget_core_spc.c1326 (cdb[0] == RELEASE || cdb[0] == RELEASE_10) || in spc_parse_cdb()
1360 case RELEASE: in spc_parse_cdb()
Dtarget_core_device.c1128 (cdb[0] == RELEASE || cdb[0] == RELEASE_10) || in passthrough_parse_cdb()
1151 if (cdb[0] == RELEASE || cdb[0] == RELEASE_10) { in passthrough_parse_cdb()
Dtarget_core_pr.c94 case RELEASE: in target_scsi2_reservation_check()
421 case RELEASE: in core_scsi3_pr_seq_non_holder()
/Linux-v6.1/Documentation/locking/
Dspinlocks.rst30 (6) RELEASE operations.
/Linux-v6.1/drivers/usb/image/
Dmicrotek.c247 case RELEASE: what = "RELEASE"; break; in mts_show_command()
/Linux-v6.1/drivers/scsi/megaraid/
Dmegaraid_mbox.c1729 case RELEASE: in DEF_SCSI_QCMD()
2338 scp->cmnd[0] == RELEASE)) { in megaraid_mbox_dpc()
/Linux-v6.1/Documentation/driver-api/soundwire/
Dstream.rst495 Bus implements below APIs for RELEASE state which needs to be called by
/Linux-v6.1/drivers/scsi/
Dmegaraid.c859 case RELEASE: in mega_build_cmd()
1621 cmd->cmnd[0] == RELEASE) ) { in mega_cmd_done()

12