| /tools/testing/selftests/bpf/progs/ |
| D | modify_return.c | 13 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()
|
| D | xdping_kern.c | 116 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/ |
| D | steal_time.c | 216 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/ |
| D | drm.h | 496 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
|
| D | i915_drm.h | 895 unsigned int sequence; member
|
| /tools/memory-model/ |
| D | linux-kernel.cat | 44 * 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/ |
| D | conntrack_rst_invalid.pkt | 51 // exact next sequence
|
| D | conntrack_inexact_rst.pkt | 1 // check RST packet that doesn't exactly match expected next sequence
|
| D | conntrack_synack_old.pkt | 3 // tcpdump with buggy sequence
|
| /tools/firewire/ |
| D | nosy-dump.h | 61 uint32_t sequence:3; member
|
| D | nosy-dump.c | 785 pp->ext_self_id.phy_id, pp->ext_self_id.sequence); in print_packet()
|
| /tools/memory-model/Documentation/ |
| D | simple.txt | 136 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
|
| D | explanation.txt | 984 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 …]
|
| D | access-marking.txt | 176 and sequence locking.
|
| D | ordering.txt | 531 as reader-writer locks or sequence locks.
|
| /tools/testing/selftests/arm64/signal/ |
| D | README | 8 enforces a standard sequence of operations needed to perform a single
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | tc_netkit.c | 25 __be16 sequence; member 145 icmp.echo.sequence = 1; in __send_icmp()
|
| /tools/perf/Documentation/ |
| D | perf.data-file-format.txt | 58 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
|
| D | jitdump-specification.txt | 132 The debug_entry entries are saved in sequence but given that they have variable sizes due to the fi…
|
| /tools/bpf/bpftool/Documentation/ |
| D | bpftool-map.rst | 100 If the **hex** keyword is provided in front of the bytes sequence, the
|
| /tools/testing/selftests/net/forwarding/ |
| D | vxlan_bridge_1d.sh | 586 )"00:01:"$( : ICMP request sequence number
|
| /tools/testing/selftests/hid/tests/ |
| D | test_multitouch.py | 1144 sequence = [ 1156 for num, r_str in enumerate(sequence):
|
| /tools/testing/selftests/bpf/ |
| D | README.rst | 211 The sequence of 8193 jumps is too complex.
|