Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 23 of 23) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dmodify_return.c13 static int sequence = 0; variable
20 sequence++; in BPF_PROG()
21 fentry_result = (sequence == 1); in BPF_PROG()
29 sequence++; in BPF_PROG()
31 fmod_ret_result = (sequence == 2 && ret == 0); in BPF_PROG()
39 sequence++; in BPF_PROG()
44 fexit_result = (sequence == 3 && ret == input_retval); in BPF_PROG()
46 fexit_result = (sequence == 3 && ret == 4); in BPF_PROG()
Dxdping_kern.c116 if (!pinginfo || pinginfo->seq != icmph->un.echo.sequence) in xdping_client()
142 seq = bpf_htons(bpf_ntohs(icmph->un.echo.sequence) + 1); in xdping_client()
143 icmph->un.echo.sequence = seq; in xdping_client()
/tools/testing/selftests/kvm/
Dsteal_time.c216 uint32_t sequence; member
238 GUEST_ASSERT(!(READ_ONCE(st->sequence) & 1)); in check_status()
246 uint32_t sequence; in guest_code() local
258 sequence = READ_ONCE(st->sequence); in guest_code()
263 GUEST_ASSERT(sequence < READ_ONCE(st->sequence)); in guest_code()
295 pr_info(" sequence: %d\n", st->sequence); in steal_time_dump()
/tools/include/uapi/drm/
Ddrm.h496 unsigned int sequence; member
502 unsigned int sequence; member
1009 __u64 sequence; /* return: most recent vblank sequence */ member
1023 __u64 sequence; /* on input, target sequence. on output, actual sequence */ member
1353 __u32 sequence; member
1364 __u64 sequence; member
Di915_drm.h895 unsigned int sequence; member
/tools/memory-model/
Dlinux-kernel.cat44 * However, in a longer sequence of lock handovers, the implicit
89 let rmw-sequence = (rf ; rmw)*
91 po-unlock-lock-po) ; [Marked] ; rmw-sequence
137 * Any sequence containing at least as many grace periods as RCU read-side
190 let w-post-bounded = fence? ; [Marked] ; rmw-sequence
/tools/testing/selftests/net/netfilter/packetdrill/
Dconntrack_rst_invalid.pkt51 // exact next sequence
Dconntrack_inexact_rst.pkt1 // check RST packet that doesn't exactly match expected next sequence
Dconntrack_synack_old.pkt3 // tcpdump with buggy sequence
/tools/firewire/
Dnosy-dump.h61 uint32_t sequence:3; member
Dnosy-dump.c785 pp->ext_self_id.phy_id, pp->ext_self_id.sequence); in print_packet()
/tools/memory-model/Documentation/
Dsimple.txt136 have been built out into an API. One of these APIs is sequence locking.
141 The basic keep-things-simple rule for sequence locking is "do not write
142 in read-side code". Yes, you can do writes from within sequence-locking
147 cases involving combining sequence locking with other synchronization
148 primitives. (LKMM does not yet know about sequence locking, so it is
Dexplanation.txt984 the following sequence of events:
1012 sequences". An rmw sequence is simply a bunch of atomic updates where
1019 degenerate case). We write this relation as: Z0 ->rmw-sequence Zn.
1025 U ->cumul-fence X -> rmw-sequence Y
1030 linked by an rmw sequence means that U also propagates to each CPU
1444 Consider first the case where E is a store (implying that the sequence
1461 link in the sequence is fre instead of coe.
1624 The LKMM goes on to define the rcu-order relation as a sequence of
1631 would imply that X ->rcu-order V, because this sequence contains two
1637 does not imply X ->rcu-order V, because the sequence contains only
[all …]
Daccess-marking.txt176 and sequence locking.
Dordering.txt531 as reader-writer locks or sequence locks.
/tools/testing/selftests/arm64/signal/
DREADME8 enforces a standard sequence of operations needed to perform a single
/tools/testing/selftests/bpf/prog_tests/
Dtc_netkit.c25 __be16 sequence; member
145 icmp.echo.sequence = 1; in __send_icmp()
/tools/perf/Documentation/
Dperf.data-file-format.txt58 Some headers consist of a sequence of strings, which start with a
76 The header consists of an sequence of build_id_event. The size of each record
Djitdump-specification.txt132 The debug_entry entries are saved in sequence but given that they have variable sizes due to the fi…
/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst100 If the **hex** keyword is provided in front of the bytes sequence, the
/tools/testing/selftests/net/forwarding/
Dvxlan_bridge_1d.sh586 )"00:01:"$( : ICMP request sequence number
/tools/testing/selftests/hid/tests/
Dtest_multitouch.py1144 sequence = [
1156 for num, r_str in enumerate(sequence):
/tools/testing/selftests/bpf/
DREADME.rst211 The sequence of 8193 jumps is too complex.