/tools/memory-model/Documentation/ |
D | cheatsheet.txt | 8 Relaxed RMW operation Y Y Y Y 20 Key: Relaxed: A relaxed operation is either READ_ONCE(), WRITE_ONCE(), 21 a *_relaxed() RMW operation, an unsuccessful RMW 22 operation, a non-value-returning RMW operation such 30 a: Provides ordering given intervening RMW atomic operation 33 RMW: Atomic read-modify-write operation
|
D | simple.txt | 63 for early-boot operation. The reason RCU is able to scale despite 101 other, so that an operation on one bucket does not interfere with any
|
D | explanation.txt | 928 making up the atomic operation. In particular, if two CPUs perform 1792 and the read part of the cmpxchg operation acts as an acquire fence. 1803 true if it succeeds (the read part of the cmpxchg operation acts as an 1804 acquire fence only if the operation is successful). spin_unlock(&s)
|
D | litmus-tests.txt | 316 below, P0() is one side checking to see if an operation may proceed and
|
/tools/testing/selftests/tc-testing/ |
D | tdc_multibatch.py | 52 file_prefix = args.file_prefix + args.operation + "_" 55 operation = args.operation variable 63 num_filters, handle, operation, i + mac_prefix, device, file))
|
D | tdc_batch.py | 94 if args.operation == "del": 96 elif args.operation == "replace":
|
/tools/testing/vsock/ |
D | timeout.c | 47 void timeout_check(const char *operation) in timeout_check() argument 50 fprintf(stderr, "%s timed out\n", operation); in timeout_check()
|
D | timeout.h | 12 void timeout_check(const char *operation);
|
/tools/hv/ |
D | hv_vss_daemon.c | 113 static int vss_operate(int operation) in vss_operate() argument 124 switch (operation) { in vss_operate() 160 if (operation == VSS_OP_FREEZE) { in vss_operate() 171 if (operation == VSS_OP_FREEZE) { in vss_operate() 178 if (operation == VSS_OP_THAW && !error) in vss_operate() 268 vss_msg->vss_hdr.operation = VSS_OP_REGISTER1; in main() 314 op = vss_msg->vss_hdr.operation; in main()
|
D | hv_fcopy_daemon.c | 235 switch (buffer.hdr.operation) { in main() 252 buffer.hdr.operation); in main()
|
D | hv_kvp_daemon.c | 1433 hv_msg->kvp_hdr.operation = KVP_OP_REGISTER1; in main() 1471 op = hv_msg->kvp_hdr.operation; in main()
|
/tools/perf/ |
D | builtin-mem.c | 32 int operation; member 49 mem->operation = 0; in parse_record_events() 89 if (mem->operation & MEM_OPERATION_LOAD) in __cmd_record() 92 if (mem->operation & MEM_OPERATION_STORE) in __cmd_record() 290 if (!(mem->operation & MEM_OPERATION_LOAD)) { in report_events() 397 .operation = MEM_OPERATION_LOAD | MEM_OPERATION_STORE, in cmd_mem() 400 OPT_CALLBACK('t', "type", &mem.operation, in cmd_mem() 433 if (!argc || !(strncmp(argv[0], "rec", 3) || mem.operation)) in cmd_mem()
|
/tools/testing/selftests/resctrl/ |
D | cache.c | 215 int malloc_and_init_memory = 1, memflush = 1, operation = 0, ret = 0; in cat_val() local 254 memflush, operation, resctrl_val)) { in cat_val()
|
D | resctrlfs.c | 313 int operation, ret, malloc_and_init_memory, memflush; in run_benchmark() local 334 operation = atoi(benchmark_cmd[4]); in run_benchmark() 343 operation, resctrl_val)) in run_benchmark()
|
/tools/perf/util/cs-etm-decoder/ |
D | cs-etm-decoder.h | 49 int operation; member
|
D | cs-etm-decoder.c | 193 if (d_params->operation == CS_ETM_OPERATION_PRINT) { in cs_etm_decoder__init_raw_frame_logging() 629 if (d_params->operation == CS_ETM_OPERATION_PRINT) in cs_etm_decoder__create_etm_decoder() 632 else if (d_params->operation == CS_ETM_OPERATION_DECODE) in cs_etm_decoder__create_etm_decoder()
|
/tools/perf/Documentation/ |
D | perf-mem.txt | 15 "perf mem record" runs a command and gathers memory operation data 41 Select the memory operation type: load or store (default: load,store)
|
D | perf-intel-pt.txt | 181 Refer to 'new snapshot option' and 'Intel PT modes of operation' further below. 584 Intel PT modes of operation 628 The 3 Intel PT modes of operation cannot be used together.
|
/tools/testing/selftests/futex/ |
D | README | 6 Functional tests shall test the documented behavior of the futex operation 54 based on the primary futex operation they test. Eventually this will become a
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 96 operation.
|
D | bpftool-map.rst | 154 **bpf**\ () system call. This operation is not reversible,
|
/tools/perf/util/ |
D | cs-etm.c | 460 d_params->operation = mode; in cs_etm__init_decoder_params()
|