Home
last modified time | relevance | path

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

12

/tools/testing/selftests/bpf/progs/
A 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()
A Dbtf_data.c9 union U { union
29 typedef int U; typedef
37 U m_3;
43 union U m_9;
A Diters_task.c29 bpf_for_each(task, pos, NULL, ~0U) { in iter_task_for_each_sleep()
A Dtest_xdp_do_redirect.c15 MARK_XMIT = 0U,
A Dbpf_cubic.c176 ca->curr_rtt = ~0U; in bictcp_hystart_reset()
/tools/testing/selftests/bpf/prog_tests/
A Dresolve_btfids.c41 BTF_ID(typedef, U)
43 BTF_ID(union, U)
51 BTF_ID(typedef, U) in BTF_ID()
53 BTF_ID(union, U) in BTF_ID()
59 BTF_ID(typedef, U) in BTF_ID()
61 BTF_ID(union, U) in BTF_ID()
/tools/testing/selftests/futex/include/
A Dfutex2test.h87 return syscall(__NR_futex_wait, uaddr, val, ~0U, flags, timeout, clockid); in futex2_wait()
97 return syscall(__NR_futex_wake, uaddr, ~0U, nr, flags); in futex2_wake()
/tools/testing/selftests/net/
A Dcmsg_ip.sh53 for p in u U i r; do
85 for p in u U i r; do
139 for p in u U i r; do
172 for p in u U i r; do
/tools/include/linux/
A Darm-smccc.h18 #define ARM_SMCCC_STD_CALL _AC(0,U)
19 #define ARM_SMCCC_FAST_CALL _AC(1,U)
A Dkernel.h17 #define UINT_MAX (~0U)
A Dbitfield.h125 __BF_FIELD_CHECK(_mask, _reg, 0U, "FIELD_GET: "); \
/tools/testing/selftests/rcutorture/configs/rcu/
A DCFLIST11 SRCU-U
/tools/include/uapi/linux/
A Dcoredump.h96 COREDUMP_MARK_REQACK = 0U,
A Dio_uring.h115 #define IORING_FILE_INDEX_ALLOC (~0U)
/tools/perf/util/
A Ds390-cpumsf-kernel.h18 unsigned int U:4; /* 20-23 Number of unique instruct. */ member
A Ds390-cpumsf.c261 local.U = word >> 40 & 0xf; in s390_cpumsf_basic_show()
274 pos, basic->def, basic->U, in s390_cpumsf_basic_show()
/tools/testing/selftests/net/packetdrill/
A Dtcp_splice_tcp_splice_loop_test.pkt18 +0 < U. 1:101(100) ack 1 win 257 urg 100
/tools/perf/tests/shell/
A Damd-ibs-swfilt.sh63 user_sample=$(perf record -e ibs_fetch/swfilt/k -o- true | perf script -i- -F misc | grep -c ^U)
/tools/testing/selftests/futex/functional/
A Dfutex_numa.c90 __atomic_compare_exchange_n(&lock->val, &val, 0U, in futex_numa_32_unlock()
150 futex2_wait(&args->lock->val, ~0U, fflags, NULL, 0); in contendfn()
/tools/perf/
A Ddesign.txt187 PERF_RECORD_IP = 1U << 0,
188 PERF_RECORD_TID = 1U << 1,
189 PERF_RECORD_TIME = 1U << 2,
190 PERF_RECORD_ADDR = 1U << 3,
191 PERF_RECORD_GROUP = 1U << 4,
192 PERF_RECORD_CALLCHAIN = 1U << 5,
/tools/testing/selftests/core/
A Dclose_range_test.c408 ret = sys_close_range(3, ~0U, CLOSE_RANGE_CLOEXEC); in TEST()
530 ret = sys_close_range(3, ~0U, CLOSE_RANGE_UNSHARE | in TEST()
615 if (sys_close_range(64, ~0U, CLOSE_RANGE_UNSHARE)) in TEST()
/tools/testing/selftests/filesystems/
A Dfile_stressor.c132 close_range(3, ~0U, 0);
/tools/testing/selftests/kvm/include/arm64/
A Dgic_v3.h97 #define GICD_IROUTER_SPI_MODE_ONE (0U << 31)
549 #define ICC_CTLR_EL1_EOImode_drop_dir (0U << ICC_CTLR_EL1_EOImode_SHIFT)
/tools/perf/Documentation/
A Dperf-mem.txt67 -U::
144 -U::
/tools/memory-model/Documentation/
A Dexplanation.txt1025 U ->cumul-fence X -> rmw-sequence Y
1028 operational model, U ->cumul-fence X says that the store U propagates
1733 S ->po X ->hb* Z ->fr W ->rf Y ->po U.
1740 S ->rcu-link U.
1746 S ->rcu-gp S ->rcu-link U ->rcu-rscsi L ->rcu-link S,
1762 U: rcu_read_unlock();
1777 also Y ->po U, we get S ->rcu-link U. In addition, S ->rcu-gp S
1783 critical section, we have U ->rcu-rscsi L.
1785 Then U ->rcu-rscsi L ->rcu-link S ->rcu-gp S ->rcu-link U is a
2406 U: buf = 1;
[all …]

Completed in 42 milliseconds

12