Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 25 of 33) sorted by relevance

12

/tools/memory-model/Documentation/
A Dcheatsheet.txt7 Relaxed load Y Y Y Y
8 Relaxed RMW operation Y Y Y Y
9 rcu_dereference() Y Y Y Y
10 Successful *_acquire() R Y Y Y Y Y Y
11 Successful *_release() C Y Y Y W Y
12 smp_rmb() Y R Y Y R
13 smp_wmb() Y W Y Y W
14 smp_mb() & synchronize_rcu() CP Y Y Y Y Y Y Y Y
15 Successful full non-void RMW CP Y Y Y Y Y Y Y Y Y Y Y
16 smp_mb__before_atomic() CP Y Y Y a a a a Y
[all …]
A Dexplanation.txt266 It's not possible to have X ordered before Y, Y ordered before Z, and
336 that X is po-before Y (written as "X ->po Y" in formulas) if X occurs
958 whenever we have X ->rf Y or X ->co Y or X ->fr Y or X ->po-loc Y, the
1057 X and Y;
1072 X and Y are both loads, X ->addr Y (i.e., there is an address
1594 X ->rfe Y, X ->co Y, or X ->fr Y.
2282 Y executes before X -- then Y must propagate to X's CPU before X
2298 Z is on the same CPU as Y and is connected to Y by a possibly
2345 Y). Therefore we have X ->vis Y: X must propagate to Y's CPU before Y
2436 Y is a valid indicator that X propagated to P1 before Y
[all …]
/tools/include/uapi/linux/
A Dconst.h17 #define _AC(X,Y) X argument
20 #define __AC(X,Y) (X##Y) argument
21 #define _AC(X,Y) __AC(X,Y) argument
/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_namespacing.c42 union Y {}; union
48 typedef int Y; typedef
65 union Y y; in f()
68 Y yy; in f()
A Dtest_ksyms_module.c18 #define REPEAT_256(Y) X_2(X_10(X_10(Y))) X_5(X_10(Y)) X_6(Y) argument
/tools/perf/
A Dbuiltin-timechart.c118 int Y; member
1080 to = c->Y; in draw_wakeups()
1148 int Y = 1; in draw_io_bars() local
1155 c->Y = 0; in draw_io_bars()
1172 svg_fbox(Y, in draw_io_bars()
1246 c->Y = Y; in draw_io_bars()
1247 Y++; in draw_io_bars()
1259 int Y = 0; in draw_process_bars() local
1268 c->Y = 0; in draw_process_bars()
1303 c->Y = Y; in draw_process_bars()
[all …]
/tools/testing/selftests/net/forwarding/
A Dbridge_mld.sh182 local Y=("2001:db8:1::20" "2001:db8:1::21")
292 local Y=("2001:db8:1::20" "2001:db8:1::30")
339 local Y=("2001:db8:1::21")
362 local Y=("2001:db8:1::21")
385 local Y=("2001:db8:1::20")
408 local Y=("2001:db8:1::20")
465 local Y=("2001:db8:1::20" "2001:db8:1::21")
A Dbridge_igmp.sh182 local Y=("192.0.2.20" "192.0.2.21")
293 local Y=("192.0.2.20" "192.0.2.30")
340 local Y=("192.0.2.21")
363 local Y=("192.0.2.21")
386 local Y=("192.0.2.20")
409 local Y=("192.0.2.20")
466 local Y=("192.0.2.20" "192.0.2.21")
/tools/testing/selftests/damon/
A Dlru_sort.sh25 echo Y > "$damon_lru_sort_enabled"
A Dreclaim.sh25 echo Y > "$damon_reclaim_enabled"
/tools/testing/selftests/pstore/
A Dcommon_tests60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
/tools/memory-model/
A Dlinux-kernel.def54 srcu_read_unlock(X,Y) { __store{srcu-unlock}(*X,Y); }
56 srcu_up_read(X,Y) { __store{srcu-unlock}(*X,Y); }
/tools/testing/selftests/powerpc/nx-gzip/
A Dgzfht_test.c70 #define NX_MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) argument
A Dgunz_test.c65 #define NX_MIN(X, Y) (((X) < (Y))?(X):(Y)) argument
66 #define NX_MAX(X, Y) (((X) > (Y))?(X):(Y)) argument
/tools/testing/selftests/rcutorture/bin/
A Dsrcu_lockdep.sh16 ds=`date +%Y.%m.%d-%H.%M.%S`-srcu_lockdep
A Dkvm-remote.sh51 ds=`date +%Y.%m.%d-%H.%M.%S`-remote
/tools/power/x86/turbostat/
A DMakefile6 DAY := $(shell date +%Y.%m.%d)
/tools/testing/selftests/mm/
A Dmremap_test.c26 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) argument
27 #define MAX(X, Y) ((X) > (Y) ? (X) : (Y)) argument
/tools/testing/selftests/net/netfilter/
A Dnft_meta.sh26 currentyear=$(date +%Y)
/tools/testing/fault-injection/
A Dfailcmd.sh136 declare task_filter=Y
/tools/testing/selftests/hid/
A Dvmtest.sh24 LOG_FILE_BASE="$(date +"hid_selftests.%Y-%m-%d_%H-%M-%S")"
/tools/testing/selftests/livepatch/
A Dtest-callbacks.sh410 load_mod $MOD_TARGET_BUSY block_transition=Y
/tools/testing/selftests/ftrace/
A Dftracetest194 LOG_DATE=`date +%Y%m%d-%H%M%S`
/tools/testing/selftests/drivers/net/netdevsim/
A Ddevlink.sh120 check_value test1 initial true Y
128 check_value test1 post-set false Y
/tools/perf/Documentation/
A DMakefile257 $(shell date -u -d '$(KBUILD_BUILD_TIMESTAMP)' +%Y-%m-%d), \

Completed in 35 milliseconds

12