Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 22 of 22) sorted by relevance

/tools/memory-model/Documentation/
Dcheatsheet.txt8 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
Dsimple.txt63 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
Dexplanation.txt928 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)
Dlitmus-tests.txt316 below, P0() is one side checking to see if an operation may proceed and
/tools/testing/selftests/tc-testing/
Dtdc_multibatch.py52 file_prefix = args.file_prefix + args.operation + "_"
55 operation = args.operation variable
63 num_filters, handle, operation, i + mac_prefix, device, file))
Dtdc_batch.py94 if args.operation == "del":
96 elif args.operation == "replace":
/tools/testing/vsock/
Dtimeout.c47 void timeout_check(const char *operation) in timeout_check() argument
50 fprintf(stderr, "%s timed out\n", operation); in timeout_check()
Dtimeout.h12 void timeout_check(const char *operation);
/tools/hv/
Dhv_vss_daemon.c113 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()
Dhv_fcopy_daemon.c235 switch (buffer.hdr.operation) { in main()
252 buffer.hdr.operation); in main()
Dhv_kvp_daemon.c1433 hv_msg->kvp_hdr.operation = KVP_OP_REGISTER1; in main()
1471 op = hv_msg->kvp_hdr.operation; in main()
/tools/perf/
Dbuiltin-mem.c32 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/
Dcache.c215 int malloc_and_init_memory = 1, memflush = 1, operation = 0, ret = 0; in cat_val() local
254 memflush, operation, resctrl_val)) { in cat_val()
Dresctrlfs.c313 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/
Dcs-etm-decoder.h49 int operation; member
Dcs-etm-decoder.c193 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/
Dperf-mem.txt15 "perf mem record" runs a command and gathers memory operation data
41 Select the memory operation type: load or store (default: load,store)
Dperf-intel-pt.txt181 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/
DREADME6 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/
Dbpftool-gen.rst96 operation.
Dbpftool-map.rst154 **bpf**\ () system call. This operation is not reversible,
/tools/perf/util/
Dcs-etm.c460 d_params->operation = mode; in cs_etm__init_decoder_params()