Home
last modified time | relevance | path

Searched refs:U (Results 1 – 17 of 17) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_namespacing.c12 int U; member
17 union U { union
19 int U; member
22 typedef union U U; typedef
57 union U _3; in f()
58 U _4; in f()
Dbtf_data.c9 union U { union
29 typedef int U; typedef
37 U m_3;
43 union U m_9;
Dbpf_cubic.c168 ca->curr_rtt = ~0U; in bictcp_hystart_reset()
/tools/testing/selftests/bpf/prog_tests/
Dresolve_btfids.c41 BTF_ID(typedef, U)
43 BTF_ID(union, U)
51 BTF_ID(typedef, U) in BTF_ID_LIST_GLOBAL()
53 BTF_ID(union, U) in BTF_ID_LIST_GLOBAL()
59 BTF_ID(typedef, U) in BTF_ID_LIST_GLOBAL()
61 BTF_ID(union, U) in BTF_ID_LIST_GLOBAL()
/tools/perf/util/
Ds390-cpumsf-kernel.h18 unsigned int U:4; /* 20-23 Number of unique instruct. */ member
Ds390-cpumsf.c260 local.U = word >> 40 & 0xf; in s390_cpumsf_basic_show()
273 pos, basic->def, basic->U, in s390_cpumsf_basic_show()
/tools/perf/Documentation/
Dperf-mem.txt58 -U::
76 -U::
Dperf-top.txt110 -U::
370 [U]::
Dperf-script.txt241 PERF_RECORD_MISC_USER U
252 sched-messaging 1407 U 28690.636600: 325620 cycles ...
Dperf-report.txt67 -U::
/tools/include/linux/
Dkernel.h14 #define UINT_MAX (~0U)
/tools/perf/
Ddesign.txt184 PERF_RECORD_IP = 1U << 0,
185 PERF_RECORD_TID = 1U << 1,
186 PERF_RECORD_TIME = 1U << 2,
187 PERF_RECORD_ADDR = 1U << 3,
188 PERF_RECORD_GROUP = 1U << 4,
189 PERF_RECORD_CALLCHAIN = 1U << 5,
/tools/memory-model/Documentation/
Dexplanation.txt1546 X ->rcu-gp Y ->rcu-link Z ->rcu-rscsi T ->rcu-link U ->rcu-gp V
1552 X ->rcu-rscsi Y ->rcu-link Z ->rcu-rscsi T ->rcu-link U ->rcu-gp V
1634 Putting symbols to these ideas, let L and U be the rcu_read_lock() and
1650 S ->po X ->hb* Z ->fr W ->rf Y ->po U.
1654 discussion of the rcu-link relation earlier) that S and U are related
1657 S ->rcu-link U.
1659 Since S is a grace period we have S ->rcu-gp S, and since L and U are
1660 the start and end of the critical section C we have U ->rcu-rscsi L.
1663 S ->rcu-gp S ->rcu-link U ->rcu-rscsi L ->rcu-link S,
1679 U: rcu_read_unlock();
[all …]
/tools/include/uapi/linux/
Dpkt_sched.h73 #define TC_H_UNSPEC (0U)
/tools/power/cpupower/po/
Dcs.po374 msgstr "Užití: cpufreq-info [přepínače]\n"
542 msgstr "Užití: cpufreq-set [přepínače]\n"
909 msgstr "Užití: cpufreq-info [přepínače]\n"
/tools/include/uapi/sound/
Dasound.h1116 #define SNDRV_CTL_EVENT_MASK_REMOVE (~0U) /* element was removed */
/tools/testing/selftests/vm/
Dhmm-tests.c194 return ~0U; in hmm_random()