Searched refs:sequence (Results 1 - 200 of 1918) sorted by relevance

12345678910

/linux-4.4.14/arch/parisc/kernel/
H A Dperf_asm.S154 blr %r1,%r0 ; branch to 8-instruction sequence
162 ; RDR 0 sequence
174 ; RDR 1 sequence
186 ; RDR 2 read sequence
198 ; RDR 3 read sequence
210 ; RDR 4 read sequence
222 ; RDR 5 read sequence
234 ; RDR 6 read sequence
246 ; RDR 7 read sequence
258 ; RDR 8 read sequence
270 ; RDR 9 read sequence
282 ; RDR 10 read sequence
294 ; RDR 11 read sequence
306 ; RDR 12 read sequence
318 ; RDR 13 read sequence
330 ; RDR 14 read sequence
342 ; RDR 15 read sequence
354 ; RDR 16 read sequence
366 ; RDR 17 read sequence
378 ; RDR 18 read sequence
390 ; RDR 19 read sequence
402 ; RDR 20 read sequence
414 ; RDR 21 read sequence
426 ; RDR 22 read sequence
438 ; RDR 23 read sequence
450 ; RDR 24 read sequence
462 ; RDR 25 read sequence
474 ; RDR 26 read sequence
486 ; RDR 27 read sequence
498 ; RDR 28 read sequence
510 ; RDR 29 read sequence
522 ; RDR 30 read sequence
534 ; RDR 31 read sequence
595 blr %r1,%r0 ; branch to 8-instruction sequence
599 ; RDR 0 write sequence
601 sync ; RDR 0 write sequence
611 ; RDR 1 write sequence
623 ; RDR 2 write sequence
635 ; RDR 3 write sequence
647 ; RDR 4 write sequence
659 ; RDR 5 write sequence
671 ; RDR 6 write sequence
683 ; RDR 7 write sequence
695 ; RDR 8 write sequence
707 ; RDR 9 write sequence
719 ; RDR 10 write sequence
731 ; RDR 11 write sequence
743 ; RDR 12 write sequence
755 ; RDR 13 write sequence
767 ; RDR 14 write sequence
779 ; RDR 15 write sequence
791 ; RDR 16 write sequence
803 ; RDR 17 write sequence
815 ; RDR 18 write sequence
827 ; RDR 19 write sequence
839 ; RDR 20 write sequence
851 ; RDR 21 write sequence
863 ; RDR 22 write sequence
875 ; RDR 23 write sequence
887 ; RDR 24 write sequence
899 ; RDR 25 write sequence
911 ; RDR 26 write sequence
923 ; RDR 27 write sequence
935 ; RDR 28 write sequence
947 ; RDR 29 write sequence
959 ; RDR 30 write sequence
971 ; RDR 31 write sequence
1047 blr %r1,%r0 ; branch to 8-instruction sequence
1053 SFDIAG (0) ; RDR 0 read sequence
1062 SFDIAG (1) ; RDR 1 read sequence
1071 sync ; RDR 2 read sequence
1080 sync ; RDR 3 read sequence
1089 sync ; RDR 4 read sequence
1098 sync ; RDR 5 read sequence
1107 sync ; RDR 6 read sequence
1116 sync ; RDR 7 read sequence
1134 SFDIAG (9) ; RDR 9 read sequence
1143 SFDIAG (10) ; RDR 10 read sequence
1152 SFDIAG (11) ; RDR 11 read sequence
1161 SFDIAG (12) ; RDR 12 read sequence
1170 SFDIAG (13) ; RDR 13 read sequence
1179 SFDIAG (14) ; RDR 14 read sequence
1188 SFDIAG (15) ; RDR 15 read sequence
1197 sync ; RDR 16 read sequence
1206 SFDIAG (17) ; RDR 17 read sequence
1215 SFDIAG (18) ; RDR 18 read sequence
1233 sync ; RDR 20 read sequence
1242 sync ; RDR 21 read sequence
1251 sync ; RDR 22 read sequence
1260 sync ; RDR 23 read sequence
1269 sync ; RDR 24 read sequence
1278 sync ; RDR 25 read sequence
1287 SFDIAG (26) ; RDR 26 read sequence
1296 SFDIAG (27) ; RDR 27 read sequence
1305 sync ; RDR 28 read sequence
1323 SFDIAG (30) ; RDR 30 read sequence
1332 SFDIAG (31) ; RDR 31 read sequence
1391 blr %r1,%r0 ; branch to 8-instruction sequence
1398 sync ; RDR 0 write sequence
1407 sync ; RDR 1 write sequence
1416 sync ; RDR 2 write sequence
1425 sync ; RDR 3 write sequence
1434 sync ; RDR 4 write sequence
1443 sync ; RDR 5 write sequence
1452 sync ; RDR 6 write sequence
1461 sync ; RDR 7 write sequence
1470 sync ; RDR 8 write sequence
1479 sync ; RDR 9 write sequence
1488 sync ; RDR 10 write sequence
1497 sync ; RDR 11 write sequence
1506 sync ; RDR 12 write sequence
1515 sync ; RDR 13 write sequence
1524 sync ; RDR 14 write sequence
1533 sync ; RDR 15 write sequence
1542 sync ; RDR 16 write sequence
1551 sync ; RDR 17 write sequence
1560 sync ; RDR 18 write sequence
1569 sync ; RDR 19 write sequence
1578 sync ; RDR 20 write sequence
1587 sync ; RDR 21 write sequence
1596 sync ; RDR 22 write sequence
1605 sync ; RDR 23 write sequence
1614 sync ; RDR 24 write sequence
1623 sync ; RDR 25 write sequence
1632 sync ; RDR 26 write sequence
1641 sync ; RDR 27 write sequence
1650 sync ; RDR 28 write sequence
1659 sync ; RDR 29 write sequence
1668 sync ; RDR 30 write sequence
1677 sync ; RDR 31 write sequence
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dhwsq.h8 int sequence; member in struct:hwsq
12 int sequence; member in struct:hwsq_reg
24 .sequence = 0, hwsq_stride()
37 .sequence = 0, hwsq_reg2()
50 .sequence = 0, hwsq_reg()
68 ram->sequence++; hwsq_init()
88 if (reg->sequence != ram->sequence) hwsq_rd32()
98 reg->sequence = ram->sequence; hwsq_wr32()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dnv40.h8 u32 sequence; member in struct:nv40_pm
H A Dnv40.c62 if (pm->sequence != pm->sequence) { nv40_perfctr_next()
64 pm->sequence = pm->sequence; nv40_perfctr_next()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnv10_fence.h17 u32 sequence; member in struct:nv10_fence_priv
H A Dnvc0_fence.c32 nvc0_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) nvc0_fence_emit32() argument
39 OUT_RING (chan, sequence); nvc0_fence_emit32()
48 nvc0_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) nvc0_fence_sync32() argument
55 OUT_RING (chan, sequence); nvc0_fence_sync32()
H A Dnv84_fence.c39 nv84_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) nv84_fence_emit32() argument
48 OUT_RING (chan, sequence); nv84_fence_emit32()
57 nv84_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) nv84_fence_sync32() argument
66 OUT_RING (chan, sequence); nv84_fence_sync32()
123 nouveau_bo_wr32(priv->bo, chan->chid * 16 / 4, fctx->base.sequence); nv84_fence_context_del()
149 fctx->base.sequence = nv84_fence_read(chan); nv84_fence_context_new()
H A Dnv17_fence.c46 value = priv->sequence; nv17_fence_sync()
47 priv->sequence += 2; nv17_fence_sync()
110 nouveau_bo_wr32(priv->bo, 0, priv->sequence); nv17_fence_resume()
H A Dnouveau_fence.h45 u32 sequence; member in struct:nouveau_fence_chan
/linux-4.4.14/include/net/netfilter/
H A Dnf_conntrack_seqadj.h7 * struct nf_ct_seqadj - sequence number adjustment information
9 * @correction_pos: position of the last TCP sequence number modification
10 * @offset_before: sequence number offset before last modification
11 * @offset_after: sequence number offset after last modification
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramfuc.h9 int sequence; member in struct:ramfuc
13 int sequence; member in struct:ramfuc_reg
25 .sequence = 0, ramfuc_stride()
37 .sequence = 0, ramfuc_reg2()
49 .sequence = 0, ramfuc_reg()
64 ram->sequence++; ramfuc_init()
84 if (reg->sequence != ram->sequence) ramfuc_rd32()
94 reg->sequence = ram->sequence; ramfuc_wr32()
/linux-4.4.14/kernel/trace/
H A Dtrace_seq.c73 * trace_seq_printf - sequence printing of trace information
74 * @s: trace sequence descriptor
77 * The tracer may use either sequence operations or its own
107 * @s: trace sequence descriptor
133 * trace_seq_vprintf - sequence printing of trace information
134 * @s: trace sequence descriptor
137 * The tracer may use either sequence operations or its own
164 * @s: trace sequence descriptor
198 * trace_seq_puts - trace sequence printing of simple string
199 * @s: trace sequence descriptor
202 * The tracer may use either the sequence operations or its own
226 * trace_seq_putc - trace sequence printing of simple character
227 * @s: trace sequence descriptor
230 * The tracer may use either the sequence operations or its own
253 * @s: trace sequence descriptor
279 * @s: trace sequence descriptor
315 * trace_seq_path - copy a path into the sequence buffer
316 * @s: trace sequence descriptor
317 * @path: path to write into the sequence buffer.
319 * Write a path name into the sequence buffer.
354 * @s: trace sequence descriptor
358 * Copies the sequence buffer into the userspace memory pointed to
367 * sequence has been already read, which includes nothing in the
/linux-4.4.14/include/uapi/linux/
H A Dif_addrlabel.h21 __u32 ifal_seq; /* sequence number */
H A Dreboot.h20 * CAD_ON Ctrl-Alt-Del sequence causes RESTART command.
21 * CAD_OFF Ctrl-Alt-Del sequence sends SIGINT to init task.
H A Dif_pppol2tp.h76 * SENDSEQ - 0 => don't send packets with sequence numbers
77 * 1 => send packets with sequence numbers
78 * RECVSEQ - 0 => receive packet sequence numbers are optional
79 * 1 => drop receive packets without sequence numbers
98 PPPOL2TP_MSG_SEQ = (1 << 2), /* sequence numbers */
H A Dicmpv6.h21 __be16 sequence; member in struct:icmp6hdr::__anon14087::icmpv6_echo
65 #define icmp6_sequence icmp6_dataun.u_echo.sequence
H A Dncp.h24 __u8 sequence; member in struct:ncp_request_header
38 __u8 sequence; member in struct:ncp_reply_header
198 __u32 sequence; member in struct:nw_search_sequence
H A Dif_arcnet.h61 __be16 sequence; /* sequence number */ member in struct:arc_rfc1201
H A Ddccp.h16 * @dccph_x - 0 = 24 bit sequence number, 1 = 48
18 * @dccph_seq - sequence number high or low order 24 bits, depends on dccph_x
H A Dicmp.h75 __be16 sequence; member in struct:icmphdr::__anon14084::__anon14085
H A Dinet_diag.h53 /* Bytecode is sequence of 4 byte commands followed by variable arguments.
/linux-4.4.14/include/linux/mfd/
H A Dds1wm.h11 /* a reset pulse/presence detect sequence.*/
/linux-4.4.14/security/selinux/ss/
H A Dstatus.c30 * Typically, application checks status->sequence at the head of access
32 * so please wait for a moment. If it is changed from the last sequence
60 status->sequence = 0; selinux_kernel_status_page()
91 status->sequence++; selinux_status_update_setenforce()
97 status->sequence++; selinux_status_update_setenforce()
116 status->sequence++; selinux_status_update_policyload()
123 status->sequence++; selinux_status_update_policyload()
/linux-4.4.14/net/batman-adv/
H A Dbitarray.c32 /* receive and process one packet within the sequence number window.
43 /* sequence number is slightly older. We already got a sequence number batadv_bit_get_packet()
52 /* sequence number is slightly newer, so we shift the window and batadv_bit_get_packet()
63 /* sequence number is much newer, probably missed a lot of packets */ batadv_bit_get_packet()
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/
H A Ddscr_default_test.c18 static unsigned long sequence; variable
30 s1 = ACCESS_ONCE(sequence); do_test()
40 s2 = sequence; do_test()
90 sequence++; dscr_default()
100 sequence++; dscr_default()
/linux-4.4.14/include/linux/
H A Dseqlock.h9 * if a writer is in progress by detecting change in sequence number.
10 * Writers do not wait for a sequence reader.
28 * to increment the sequence variables because an interrupt routine could
42 * Version using sequence counter only.
48 unsigned sequence; member in struct:seqcount
61 s->sequence = 0; __seqcount_init()
91 #define SEQCNT_ZERO(lockname) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(lockname)}
112 ret = READ_ONCE(s->sequence); __read_seqcount_begin()
131 unsigned ret = READ_ONCE(s->sequence); raw_read_seqcount()
183 unsigned ret = READ_ONCE(s->sequence); raw_seqcount_begin()
204 return unlikely(s->sequence != start); __read_seqcount_retry()
227 s->sequence++; raw_write_seqcount_begin()
234 s->sequence++; raw_write_seqcount_end()
273 s->sequence++; raw_write_seqcount_barrier()
275 s->sequence++; raw_write_seqcount_barrier()
280 return lockless_dereference(s->sequence); raw_read_seqcount_latch()
354 * to miss an entire modification sequence, once it resumes it might
362 smp_wmb(); /* prior stores before incrementing "sequence" */ raw_write_seqcount_latch()
363 s->sequence++; raw_write_seqcount_latch()
364 smp_wmb(); /* increment "sequence" before following stores */ raw_write_seqcount_latch()
398 s->sequence+=2; write_seqcount_invalidate()
500 * but doesn't update the sequence number. Acts like a normal spin_lock/unlock.
514 * read_seqbegin_or_lock - begin a sequence number check or locking block
515 * @lock: sequence lock
516 * @seq : sequence number to be checked
519 * take the lock. The sequence number is also used as a marker for deciding
H A Ddccp.h149 * @dreq_iss: initial sequence number, sent on the first Response (RFC 4340, 7.1)
150 * @dreq_gss: greatest sequence number sent (for retransmitted Responses)
151 * @dreq_isr: initial sequence number received in the first Request
152 * @dreq_gsr: greatest sequence number received (for retransmitted Request(s))
222 * @dccps_swl - sequence number window low
223 * @dccps_swh - sequence number window high
226 * @dccps_iss - initial sequence number sent
227 * @dccps_isr - initial sequence number received
228 * @dccps_osr - first OPEN sequence number received
229 * @dccps_gss - greatest sequence number sent
230 * @dccps_gsr - greatest valid sequence number received
H A Dmg_disk.h30 /* same as MG_STORAGE_DEV, but bootloader already done reset sequence */
H A Dtrace_seq.h28 * @s: trace sequence descriptor
46 * @s: trace sequence descriptor
61 * @s: trace sequence descriptor
H A Dconsole_struct.h60 unsigned int vc_state; /* Escape sequence parser state */
61 unsigned int vc_npar,vc_par[NPAR]; /* Parameters of current escape sequence */
H A Djhash.h61 * @k: sequence of bytes as key
65 * The generic version, hashes an arbitrary sequence of bytes.
H A Dspinlock_up.h22 * into the locked sequence, resulting in non-atomic execution.
H A Damigaffs.h114 __be32 sequence; member in struct:affs_data_head
H A Dflex_proportions.h33 seqcount_t sequence; member in struct:fprop_global
/linux-4.4.14/include/scsi/fc/
H A Dfc_fc2.h37 __u8 ssb_seq_id; /* sequence ID */
42 __be16 ssb_s_stat; /* sequence status flags */
61 #define SSB_ST_RESP (1 << 15) /* sequence responder */
62 #define SSB_ST_ACTIVE (1 << 14) /* sequence is active */
65 #define SSB_ST_REQ_MASK (3 << 10) /* ACK, abort sequence condition */
73 #define SSB_ST_TIMEOUT (1 << 7) /* sequence timed out by recipient */
94 __u8 esb_seq_status[8]; /* sequence statuses, 8 bytes each */
107 #define ESB_ST_SEQ_INIT (1 << 30) /* port holds sequence initiative */
115 #define ESB_ST_ERRP_SING (1 << 24) /* abort, discard single sequence */
H A Dfc_encaps.h84 FC_EOF_T = 0x42, /* terminate (last frame of sequence) */
131 * Determine whether SOF is for the initial frame of a sequence.
/linux-4.4.14/tools/lib/traceevent/
H A Dtrace-seq.c110 * trace_seq_printf - sequence printing of trace information
111 * @s: trace sequence descriptor
117 * The tracer may use either sequence operations or its own
150 * trace_seq_vprintf - sequence printing of trace information
151 * @s: trace sequence descriptor
154 * The tracer may use either sequence operations or its own
184 * trace_seq_puts - trace sequence printing of simple string
185 * @s: trace sequence descriptor
188 * The tracer may use either the sequence operations or its own
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
H A Danysee.h114 | 60 | packet sequence number
126 | 60 | packet sequence number
147 | 60 | packet sequence number
169 | 60 | packet sequence number
187 | 60 | packet sequence number
203 | 60 | packet sequence number
224 | 60 | packet sequence number
241 | 60 | packet sequence number
258 | 60 | packet sequence number
270 | 60 | packet sequence number
285 | 60 | packet sequence number
297 | 60 | packet sequence number
311 | 60 | packet sequence number
325 | 60 | packet sequence number
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dbrcms_trace_brcmsmac_tx.h42 u16 status, u16 lasttxtime, u16 sequence, u16 phyerr,
44 TP_ARGS(dev, framelen, frameid, status, lasttxtime, sequence, phyerr,
52 __field(u16, sequence)
62 __entry->sequence = sequence;
69 __entry->lasttxtime, __entry->sequence, __entry->phyerr,
/linux-4.4.14/net/tipc/
H A Dname_distr.h46 * @type: name sequence type
47 * @lower: name sequence lower bound
48 * @upper: name sequence upper bound
54 * First 3 fields identify (name or) name sequence being published.
55 * Reference field uniquely identifies port that published name sequence.
57 * multiple publications of the same name sequence.
H A Dname_table.h51 * struct publication - info about a published (name or) name sequence
52 * @type: name sequence type
53 * @lower: name sequence lower bound
54 * @upper: name sequence upper bound
88 * @seq_hlist: name sequence hash lists
H A Dname_table.c56 * struct name_info - name sequence publication info
65 * publications of the associated name sequence belong to it.
78 * struct sub_seq - container for all published instances of a name sequence
79 * @lower: name sequence lower bound
80 * @upper: name sequence upper bound
81 * @info: pointer to name sequence publication info
91 * @type: 32 bit 'type' value for name sequence
95 * @first_free: array index of first unused sub-sequence entry
142 * tipc_subseq_alloc - allocate a specified number of sub-sequence structures
150 * tipc_nameseq_create - create a name sequence structure for the specified 'type'
152 * Allocates a single sub-sequence structure and sets it to all 0's.
160 pr_warn("Name sequence creation failed, no memory\n"); tipc_nameseq_create()
177 * nameseq_find_subseq - find sub-sequence (if any) matching a name instance
179 * Very time-critical, so binary searches through sub-sequence array.
202 * nameseq_locate_subseq - determine position of name instance in sub-sequence
204 * Returns index in sub-sequence array of the entry that contains the specified
208 * Note: Similar to binary search code for locating a sub-sequence.
274 /* Ensure there is space for new sub-sequence */ tipc_nameseq_insert_publ()
301 /* Insert new sub-sequence */ tipc_nameseq_insert_publ()
345 * publication for a name sequence that overlaps an existing name sequence
347 * be found when the name sequence is later withdrawn by that node.
414 * sequence overlapping with the requested sequence
H A Dsubscr.h51 * @seq: name sequence associated with subscription
56 * @nameseq_list: adjacent subscriptions in name sequence's subscription list
H A Dlink.h48 /* Out-of-range value for link sequence numbers
136 * @snt_nxt: next sequence number to use for outbound messages
137 * @last_retransmitted: sequence number of most recently retransmitted message
141 * @rcv_nxt: next sequence number to expect for inbound messages
/linux-4.4.14/arch/arm64/include/asm/
H A Dalternative.h90 * Begin an alternative code sequence.
105 * Provide the alternative code sequence.
112 * sequence.
115 * alternative sequence it is defined in (branches into an
116 * alternative sequence are not fixed up).
126 * Complete an alternative code sequence.
H A Dvdso_datapage.h31 __u32 tb_seq_count; /* Timebase sequence counter */
/linux-4.4.14/drivers/staging/lustre/lustre/fid/
H A Dfid_request.c93 /* During allocating super sequence for data object, seq_client_rpc()
137 CDEBUG_LIMIT(debug_mask, "%s: Allocated %s-sequence "DRANGE"]\n", seq_client_rpc()
145 /* Request sequence-controller node to allocate new super-sequence. */ seq_client_alloc_super()
166 /* Request sequence-controller node to allocate new meta-sequence. */ seq_client_alloc_meta()
175 * allocate super sequence from sequence controller seq_client_alloc_meta()
184 /* Allocate new sequence for client. */ seq_client_alloc_seq()
195 CERROR("%s: Can't allocate new meta-sequence, rc %d\n", seq_client_alloc_seq()
209 CDEBUG(D_INFO, "%s: Allocated sequence [%#llx]\n", seq->lcs_name, seq_client_alloc_seq()
276 CERROR("%s: Can't allocate new sequence, rc %d\n", seq_client_alloc_fid()
283 CDEBUG(D_INFO, "%s: Switch to sequence [0x%16.16Lx]\n", seq_client_alloc_fid()
291 * Inform caller that sequence switch is performed to allow it seq_client_alloc_fid()
309 * Finish the current sequence due to disconnect.
370 CERROR("%s: Can't init sequence manager debugfs, rc %d\n", seq_client_debugfs_init()
444 /* Init client side sequence-manager */ client_fid_init()
/linux-4.4.14/lib/
H A Dseq_buf.c47 * seq_buf_vprintf - sequence printing of information.
74 * seq_buf_printf - sequence printing of information
78 * Writes a printf() format into the sequence buffer.
132 * seq_buf_puts - sequence printing of simple string
136 * Copy a simple string into the sequence buffer.
156 * seq_buf_putc - sequence printing of simple character
160 * Copy a single character into the sequence buffer.
251 * seq_buf_path - copy a path into the sequence buffer
253 * @path: path to write into the sequence buffer.
256 * Write a path name into the sequence buffer.
287 * Copies the sequence buffer into the userspace memory pointed to
296 * sequence has been already read, which includes nothing in the
297 * sequence (@s->len == @s->readpos).
H A Dflex_proportions.c46 seqcount_init(&p->sequence); fprop_global_init()
77 write_seqcount_begin(&p->sequence); fprop_new_period()
83 write_seqcount_end(&p->sequence); fprop_new_period()
146 seq = read_seqcount_begin(&p->sequence); fprop_fraction_single()
150 } while (read_seqcount_retry(&p->sequence, seq)); fprop_fraction_single()
234 seq = read_seqcount_begin(&p->sequence); fprop_fraction_percpu()
238 } while (read_seqcount_retry(&p->sequence, seq)); fprop_fraction_percpu()
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dswab.h13 * Unfortunately, we can't use the 6 instruction sequence __arch_swab32()
16 * has a lower latency, here's the sequence (also by Mike Burrows) __arch_swab32()
/linux-4.4.14/include/linux/netfilter/
H A Dnf_conntrack_tcp.h23 u_int32_t last_seq; /* Last sequence number seen in dir */
24 u_int32_t last_ack; /* Last sequence number seen in opposite dir */
H A Dnf_conntrack_ftp.h18 /* pickup sequence tracking, useful for conntrackd */
H A Dnf_conntrack_proto_gre.h62 __be32 seq; /* sequence number. Present if S==1 */
/linux-4.4.14/include/uapi/linux/netfilter/
H A Dxt_LOG.h5 #define XT_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
H A Dnfnetlink_log.h48 NFULA_SEQ, /* instance-local sequence number */
49 NFULA_SEQ_GLOBAL, /* global sequence number */
H A Dnf_conntrack_common.h61 /* Connection needs TCP sequence adjusted. */
106 IPCT_SEQADJ, /* sequence adjustment has changed */
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/
H A Dipt_LOG.h7 #define IPT_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/
H A Dip6t_LOG.h7 #define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
/linux-4.4.14/arch/metag/include/asm/
H A Dmodule.h7 /* Indirect jump instruction sequence. */
/linux-4.4.14/include/linux/sunrpc/
H A Dauth_gss.h22 #define MAXSEQ 0x80000000 /* maximum legal sequence number, from rfc 2203 */
41 u32 gc_seq; /* sequence number */
57 u32 gr_win; /* sequence window */
/linux-4.4.14/drivers/net/wireless/ath/
H A Ddfs_pri_detector.h25 * struct pri_sequence - sequence of pulses matching one PRI
28 * @dur: duration of sequence in usecs
29 * @count: number of pulses in this sequence
30 * @count_falses: number of not matching pulses in this sequence
33 * @deadline_ts: deadline when this sequence becomes invalid (first_ts + dur)
H A Ddfs_pri_detector.c244 /* build a new sequence with new potential pri */ pseq_handler_create_sequences()
257 /* check which past pulses are candidates for new sequence */ pseq_handler_create_sequences()
281 /* did not reach minimum count, drop sequence */ pseq_handler_create_sequences()
313 /* first ensure that sequence is within window */ pseq_handler_add_to_existing_seqs()
/linux-4.4.14/fs/xfs/
H A Dxfs_log_cil.c79 log->l_cilp->xc_ctx->sequence = 1; xlog_cil_init_post_recovery()
121 * CIL, store the sequence number on the log item so we can xfs_cil_prepare_item()
126 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; xfs_cil_prepare_item()
395 * waiting in xlog_cil_force_lsn() waiting on a sequence commit that xlog_cil_committed()
419 * current sequence is the same as @push_seq we need to do a flush. If
420 * @push_seq is less than the current sequence, then it has already been
425 * unlocked check of the sequence number for a match. Hence we can allows log
426 * forces to run racily and not issue pushes for the same sequence twice. If we
427 * get a race between multiple pushes for the same sequence they will block on
459 ASSERT(push_seq <= ctx->sequence); xlog_cil_push()
463 * move on to a new sequence number and so we have to be able to push xlog_cil_push()
464 * this sequence again later. xlog_cil_push()
474 if (push_seq < cil->xc_ctx->sequence) { xlog_cil_push()
486 * the current sequence not being found on the committing list; xlog_cil_push()
488 * an unchanged sequence number xlog_cil_push()
491 * list before emptying the CIL and bumping the sequence number. Hence xlog_cil_push()
492 * an empty CIL and an unchanged sequence number means we jumped out xlog_cil_push()
495 * Hence the waiter will either find the commit sequence on the xlog_cil_push()
496 * committing list or the sequence number will be unchanged and the CIL xlog_cil_push()
500 * sequence may fully commit between the attempts the wait makes to wait xlog_cil_push()
501 * on the commit sequence. xlog_cil_push()
532 * during log forces to extract the commit lsn of the sequence that xlog_cil_push()
537 new_ctx->sequence = ctx->sequence + 1; xlog_cil_push()
560 * xfs_log_force_lsn requires us to mirror the new sequence into the cil xlog_cil_push()
561 * structure atomically with the addition of this sequence to the xlog_cil_push()
563 * against the current sequence in log forces without risking xlog_cil_push()
567 cil->xc_current_sequence = new_ctx->sequence; xlog_cil_push()
617 * Don't wait for our own sequence, either. xlog_cil_push()
619 if (new_ctx->sequence >= ctx->sequence) xlog_cil_push()
715 * xlog_cil_push_now() is used to trigger an immediate CIL push to the sequence
736 * If the CIL is empty or we've already pushed the sequence then xlog_cil_push_now()
796 tp->t_commit_lsn = cil->xc_ctx->sequence; xfs_log_commit_cil()
822 * Conditionally push the CIL based on the sequence passed in.
824 * We only need to push if we haven't already pushed the sequence
826 * if the push sequence is the same as the current context.
834 xfs_lsn_t sequence) xlog_cil_force_lsn()
840 ASSERT(sequence <= cil->xc_current_sequence); xlog_cil_force_lsn()
844 * xlog_cil_push() handles racing pushes for the same sequence, xlog_cil_force_lsn()
848 xlog_cil_push_now(log, sequence); xlog_cil_force_lsn()
851 * See if we can find a previous sequence still committing. xlog_cil_force_lsn()
852 * We need to wait for all previous sequence commits to complete xlog_cil_force_lsn()
865 if (ctx->sequence > sequence) xlog_cil_force_lsn()
875 if (ctx->sequence != sequence) xlog_cil_force_lsn()
883 * Hence by the time we have got here it our sequence may not have been xlog_cil_force_lsn()
884 * pushed yet. This is true if the current sequence still matches the xlog_cil_force_lsn()
885 * push sequence after the above wait loop and the CIL still contains xlog_cil_force_lsn()
890 * current sequence number is unchanged then the CIL contents are xlog_cil_force_lsn()
896 if (sequence == cil->xc_current_sequence && xlog_cil_force_lsn()
918 * Check if the current log item was first committed in this sequence.
920 * the recorded commit sequence number.
940 * current sequence, we're in a new checkpoint. xfs_log_item_in_current_chkpt()
942 if (XFS_LSN_CMP(lip->li_seq, ctx->sequence) != 0) xfs_log_item_in_current_chkpt()
977 ctx->sequence = 1; xlog_cil_init()
980 cil->xc_current_sequence = ctx->sequence; xlog_cil_init()
832 xlog_cil_force_lsn( struct xlog *log, xfs_lsn_t sequence) xlog_cil_force_lsn() argument
H A Dxfs_rtalloc.h78 * Use the sequence number stored in the atime field of the bitmap inode.
81 * The fraction sequence is 0, 1/2, 1/4, 3/4, 1/8, ..., 7/8, 1/16, ...
/linux-4.4.14/drivers/net/arcnet/
H A Drfc1201.c171 in->sequence, soft->split_flag, rx()
172 soft->sequence); rx()
173 lp->rfc1201.aborted_seq = soft->sequence; rx()
179 in->sequence = soft->sequence; rx()
256 soft->split_flag, in->sequence); rx()
258 if (in->skb && in->sequence != soft->sequence) { rx()
260 saddr, in->sequence, soft->sequence, rx()
273 in->sequence, soft->split_flag, rx()
274 soft->sequence); rx()
279 in->sequence = soft->sequence; rx()
286 lp->rfc1201.aborted_seq = soft->sequence; rx()
295 lp->rfc1201.aborted_seq = soft->sequence; rx()
314 if (lp->rfc1201.aborted_seq != soft->sequence) { rx()
317 soft->sequence, rx()
337 in->sequence, soft->split_flag, rx()
338 soft->sequence); rx()
339 lp->rfc1201.aborted_seq = soft->sequence; rx()
423 soft->sequence = htons(lp->rfc1201.sequence++); build_header()
458 excsoft.sequence = htons(0xffff); load_pkt()
500 pkt->soft.rfc1201.sequence); prepare_tx()
521 out->segnum, out->numsegs, soft->sequence); continue_tx()
532 newsoft->sequence = soft->sequence; continue_tx()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_dsi_panel_vbt.c251 * Following is generic execution function for any sequence
271 DRM_DEBUG_DRIVER("Starting MIPI sequence - %s\n", seq_name[*data]); generic_exec_sequence()
273 /* go to the first element of the sequence */ generic_exec_sequence()
276 /* parse each byte till we reach end of sequence byte - 0x00 */ generic_exec_sequence()
281 DRM_ERROR("Unsupported MIPI element, skipping sequence execution\n"); generic_exec_sequence()
293 * next element or end of sequence generic_exec_sequence()
294 * check if have we reached end of sequence generic_exec_sequence()
307 const u8 *sequence; vbt_panel_prepare() local
309 sequence = dev_priv->vbt.dsi.sequence[MIPI_SEQ_ASSERT_RESET]; vbt_panel_prepare()
310 generic_exec_sequence(intel_dsi, sequence); vbt_panel_prepare()
312 sequence = dev_priv->vbt.dsi.sequence[MIPI_SEQ_INIT_OTP]; vbt_panel_prepare()
313 generic_exec_sequence(intel_dsi, sequence); vbt_panel_prepare()
324 const u8 *sequence; vbt_panel_unprepare() local
326 sequence = dev_priv->vbt.dsi.sequence[MIPI_SEQ_DEASSERT_RESET]; vbt_panel_unprepare()
327 generic_exec_sequence(intel_dsi, sequence); vbt_panel_unprepare()
338 const u8 *sequence; vbt_panel_enable() local
340 sequence = dev_priv->vbt.dsi.sequence[MIPI_SEQ_DISPLAY_ON]; vbt_panel_enable()
341 generic_exec_sequence(intel_dsi, sequence); vbt_panel_enable()
352 const u8 *sequence; vbt_panel_disable() local
354 sequence = dev_priv->vbt.dsi.sequence[MIPI_SEQ_DISPLAY_OFF]; vbt_panel_disable()
355 generic_exec_sequence(intel_dsi, sequence); vbt_panel_disable()
H A Dintel_bios.c726 /* end of sequence ? */ goto_next_sequence()
731 /* goto next sequence or end of block byte */ goto_next_sequence()
737 /* update amount of data left for the sequence block to be parsed */ goto_next_sequence()
746 const struct bdb_mipi_sequence *sequence; parse_mipi() local
799 /* Check if we have sequence block as well */ parse_mipi()
800 sequence = find_section(bdb, BDB_MIPI_SEQUENCE); parse_mipi()
801 if (!sequence) { parse_mipi()
806 /* Fail gracefully for forward incompatible sequence block. */ parse_mipi()
807 if (sequence->version >= 3) { parse_mipi()
812 DRM_DEBUG_DRIVER("Found MIPI sequence block\n"); parse_mipi()
814 block_size = get_blocksize(sequence); parse_mipi()
817 * parse the sequence block for individual sequences parse_mipi()
819 dev_priv->vbt.dsi.seq_version = sequence->version; parse_mipi()
821 seq_data = &sequence->data[0]; parse_mipi()
824 * sequence block is variable length and hence we need to parse and parse_mipi()
825 * get the sequence data for specific panel id parse_mipi()
833 /* skip the sequence including seq header of 3 bytes */ parse_mipi()
835 if ((seq_data - &sequence->data[0]) > block_size) { parse_mipi()
836 DRM_ERROR("Sequence start is beyond sequence block size, corrupted sequence block\n"); parse_mipi()
846 /* check if found sequence is completely within the sequence block parse_mipi()
849 DRM_ERROR("Corrupted sequence/size, bailing out\n"); parse_mipi()
859 * loop into the sequence data and split into multiple sequneces parse_mipi()
869 dev_priv->vbt.dsi.sequence[seq_id] = data; parse_mipi()
870 DRM_DEBUG_DRIVER("Found mipi sequence - %d\n", seq_id); parse_mipi()
872 DRM_ERROR("undefined sequence\n"); parse_mipi()
885 break; /* end of sequence reached */ parse_mipi()
896 memset(dev_priv->vbt.dsi.sequence, 0, sizeof(dev_priv->vbt.dsi.sequence)); parse_mipi()
/linux-4.4.14/fs/ntfs/
H A Dmst.c37 * NOTE: We consider the absence / invalidity of an update sequence array to
57 /* Position of usn in update sequence array. */ post_read_mst_fixup()
60 * The update sequence number which has to be equal to each of the post_read_mst_fixup()
113 * NOTE: We consider the absence / invalidity of an update sequence array to
115 * to be fixed up. This means that you have to create a valid update sequence
117 * will fail (the header needs to contain the position of the update sequence
119 * initialise the update sequence number before calling this function
143 /* Position of usn in update sequence array. */ pre_write_mst_fixup()
146 * Cyclically increment the update sequence number pre_write_mst_fixup()
186 /* Position of usn in update sequence array. */ post_write_mst_fixup()
H A Dtypes.h49 * The NTFS journal $LogFile uses log sequence numbers which are signed 64-bit
/linux-4.4.14/include/trace/events/
H A Dv4l2.h121 __field(u32, sequence)
142 __entry->sequence = buf->sequence;
149 "userbits = { %u %u %u %u } }, sequence = %u", __entry->minor,
165 __entry->sequence
198 __field(u32, sequence)
219 __entry->sequence = vbuf->sequence;
225 "userbits = { %u %u %u %u } }, sequence = %u", __entry->minor,
239 __entry->sequence
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dpm.h13 u32 sequence; member in struct:nvkm_pm
/linux-4.4.14/arch/x86/pci/
H A Dinit.c7 in the right sequence from here. */ pci_arch_init()
/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_exch.c23 * Fibre Channel exchange and sequence handling.
53 * fc_exch holds state for one exchange and links to its active sequence.
55 * fc_seq holds the state for an individual sequence.
142 * to have one per CPU. The sequence manager is one per exchange manager
152 * The exchange and its sequence are freed when the last sequence is received.
172 * The sequence is marked complete.
175 * with exchange and sequence tuple.
177 * When we receive the next sequence on the same exchange, we can
178 * retire the previous sequence ID. (XXX not implemented).
180 * R_A_TOV frees the sequence ID. If we're waiting for ACK,
191 * Allocate sequence for first frame received.
196 * Deallocate sequence
200 * For now, we neglect conditions where only part of a sequence was
210 * sequence allocation and deallocation must be locked.
212 * - sequence allocation must be locked by exch lock.
489 * update sequence count if this frame is carrying fc_seq_send_locked()
490 * multiple FC frames when sequence offload is enabled fc_seq_send_locked()
508 * Update the exchange and sequence flags, fc_seq_send_locked()
509 * assuming all frames for the sequence have been sent. fc_seq_send_locked()
510 * We can only be called to send once for each sequence. fc_seq_send_locked()
520 * fc_seq_send() - Send a frame using existing sequence/exchange pair
522 * @sp: The sequence to be sent
541 * fc_seq_alloc() - Allocate a sequence for a given exchange
542 * @ep: The exchange to allocate a new sequence for
543 * @seq_id: The sequence ID to be used
546 * By implication, any previously originated sequence on this exchange
547 * is complete, and we reallocate the same sequence.
561 * fc_seq_start_next_locked() - Allocate a new sequence on the same
562 * exchange as the supplied sequence
563 * @sp: The sequence/exchange to get a new sequence for
576 * fc_seq_start_next() - Lock the exchange and get a new sequence
577 * for a given sequence/exchange pair
578 * @sp: The sequence/exchange to get a new exchange for
592 * Set the response handler for the exchange associated with a sequence.
640 * Send the abort on a new sequence if possible. fc_exch_abort_locked()
651 * Send an abort for the sequence that timed out. fc_exch_abort_locked()
666 * sequence active until next timeout. fc_exch_abort_locked()
675 * fc_seq_exch_abort() - Abort an exchange and sequence
676 * @req_sp: The sequence to be aborted
927 * fc_exch_done() - Indicate that an exchange/sequence tuple is complete and
929 * @sp: The sequence that has completed
994 * fc_seq_lookup_recip() - Find a sequence where the other end
995 * originated the sequence
998 * @fp: The frame associated with the sequence we're looking for
1018 * Lookup or create the exchange if we will be creating the sequence. fc_seq_lookup_recip()
1049 * new sequence - find the exchange fc_seq_lookup_recip()
1074 * Find or create the sequence. fc_seq_lookup_recip()
1087 * frame of sequence exchange. This is needed fc_seq_lookup_recip()
1104 /* sequence/exch should exist */ fc_seq_lookup_recip()
1126 * fc_seq_lookup_orig() - Find a sequence where this end
1127 * originated the sequence
1129 * @fp: The frame associated with the sequence we're looking for
1131 * Does not hold the sequence for the caller.
1168 * Note this must be done before the first sequence of the exchange is sent.
1185 * the existing sequence/exchange.
1214 * fc_seq_send_last() - Send a sequence that is the last in the exchange
1215 * @sp: The sequence that is to be sent
1216 * @fp: The frame that will be sent on the sequence
1234 * @sp: The sequence to send the ACK on
1264 * Last ACK uses bits 7-6 (continue sequence), fc_seq_send_ack()
1338 * Last ACK uses bits 7-6 (continue sequence), fc_exch_send_ba_rjt()
1420 * fc_seq_assign() - Assign exchange and sequence for incoming request
1424 * On success, the sequence pointer will be returned and also in fr_seq(@fp).
1425 * A reference will be held on the exchange/sequence for the caller, which
1445 * @sp: The sequence.
1459 * and the sequence.
1490 sp = fr_seq(fp); /* sequence will be held */ fc_exch_recv_req()
1498 * The receive function may allocate a new sequence fc_exch_recv_req()
1500 * sequence after this. fc_exch_recv_req()
1518 * end is the originator of the sequence that is a
1586 * The sequence is held (has a refcnt) for us, fc_exch_recv_seq_resp()
1589 * The receive function may allocate a new sequence fc_exch_recv_seq_resp()
1591 * sequence after this. fc_exch_recv_seq_resp()
1609 * fc_exch_recv_resp() - Handler for a sequence where other end is
1610 * responding to our sequence
1618 sp = fc_seq_lookup_orig(mp, fp); /* doesn't hold sequence */ fc_exch_recv_resp()
1633 * This response would be to an ABTS cancelling an exchange or sequence.
1705 * fc_exch_recv_bls() - Handler for a BLS sequence
1709 * The BLS frame is always a sequence initiated by the remote side.
1731 * A response to a sequence we initiated. fc_exch_recv_bls()
1768 * fc_seq_ls_acc() - Accept sequence with LS_ACC
1772 * originator will repeat the sequence.
1792 * fc_seq_ls_rjt() - Reject a sequence with ELS LS_RJT
1794 * @reason: The reason the sequence is being rejected
1798 * originator will repeat the sequence.
2009 * @sp: The sequence that the RRQ is on
2053 * fc_exch_seq_send() - Send a frame using a new exchange and sequence
/linux-4.4.14/drivers/usb/serial/
H A Dkobil_sct.h54 /* use a predefined reset sequence */
56 /* use a predefined sequence to reset the internal queues */
/linux-4.4.14/arch/xtensa/variants/dc233c/include/variant/
H A Dtie-asm.h66 * continue If macro invoked as part of a larger store sequence, set to 1
67 * if this is not the first in the sequence. Defaults to 0.
68 * ofs Offset from start of larger sequence (from value of first ptr
69 * in sequence) at which to store. Defaults to next available space
130 * continue If macro invoked as part of a larger load sequence, set to 1
131 * if this is not the first in the sequence. Defaults to 0.
132 * ofs Offset from start of larger sequence (from value of first ptr
133 * in sequence) at which to load. Defaults to next available space
/linux-4.4.14/arch/xtensa/variants/de212/include/variant/
H A Dtie-asm.h65 * continue If macro invoked as part of a larger store sequence, set to 1
66 * if this is not the first in the sequence. Defaults to 0.
67 * ofs Offset from start of larger sequence (from value of first ptr
68 * in sequence) at which to store. Defaults to next available space
119 * continue If macro invoked as part of a larger load sequence, set to 1
120 * if this is not the first in the sequence. Defaults to 0.
121 * ofs Offset from start of larger sequence (from value of first ptr
122 * in sequence) at which to load. Defaults to next available space
/linux-4.4.14/fs/reiserfs/
H A Dobjectid.c34 * Each sequence of objectids in use (the odd sequences) is followed
35 * by a sequence of objectids not in use (the even sequences). We
40 * extremely compact. The exception is immediately after a sequence
73 * where we check to see if we eliminated a sequence of unused reiserfs_get_unused_objectid()
80 * the first even sequence (and can eliminate the sequence by reiserfs_get_unused_objectid()
82 * first two odd sequences into one sequence. If so, then the net reiserfs_get_unused_objectid()
126 * odd sequence, and can shrink oids? reiserfs_release_objectid()
/linux-4.4.14/arch/blackfin/include/mach-common/
H A Dpll.h72 /* Writing to PLL_CTL initiates a PLL relock sequence */ bfin_write_PLL_CTL()
78 /* Writing to VR_CTL initiates a PLL relock sequence */ bfin_write_VR_CTL()
/linux-4.4.14/include/uapi/scsi/fc/
H A Dfc_fs.h43 __u8 fh_seq_id; /* sequence ID */
45 __be16 fh_seq_cnt; /* sequence count */
219 #define FC_FC_SEQ_CTX (1 << 22) /* sent by responder to sequence */
220 #define FC_FC_FIRST_SEQ (1 << 21) /* first sequence of this exchange */
221 #define FC_FC_LAST_SEQ (1 << 20) /* last sequence of this exchange */
222 #define FC_FC_END_SEQ (1 << 19) /* last frame of sequence */
225 #define FC_FC_SEQ_INIT (1 << 16) /* transfer of sequence initiative */
235 #define FC_FC_RETX_SEQ (1 << 9) /* retransmitted sequence */
287 FC_BA_RJT_ABT = 0x05, /* sequence aborted, no seq info */
317 FC_RJT_SEQ_ID = 0x0d, /* invalid sequence ID */
/linux-4.4.14/lib/xz/
H A Dxz_dec_stream.c33 } sequence; member in struct:xz_dec
103 } sequence; member in struct:xz_dec::__anon14873
307 switch (s->index.sequence) { dec_index()
319 s->index.sequence = SEQ_INDEX_UNPADDED; dec_index()
324 s->index.sequence = SEQ_INDEX_UNCOMPRESSED; dec_index()
334 s->index.sequence = SEQ_INDEX_UNPADDED; dec_index()
560 switch (s->sequence) { dec_main()
577 * mode. Thus, update s->sequence before calling dec_main()
580 s->sequence = SEQ_BLOCK_START; dec_main()
594 s->sequence = SEQ_INDEX; dec_main()
607 s->sequence = SEQ_BLOCK_HEADER; dec_main()
617 s->sequence = SEQ_BLOCK_UNCOMPRESS; dec_main()
624 s->sequence = SEQ_BLOCK_PADDING; dec_main()
644 s->sequence = SEQ_BLOCK_CHECK; dec_main()
658 s->sequence = SEQ_BLOCK_START; dec_main()
666 s->sequence = SEQ_INDEX_PADDING; dec_main()
688 s->sequence = SEQ_INDEX_CRC32; dec_main()
696 s->sequence = SEQ_STREAM_FOOTER; dec_main()
802 s->sequence = SEQ_STREAM_HEADER; xz_dec_reset()
H A Dxz_dec_lzma2.c226 } sequence; member in struct:lzma2_dec
936 while (b->in_pos < b->in_size || s->lzma2.sequence == SEQ_LZMA_RUN) { xz_dec_lzma2_run()
937 switch (s->lzma2.sequence) { xz_dec_lzma2_run()
985 s->lzma2.sequence = SEQ_UNCOMPRESSED_1; xz_dec_lzma2_run()
1010 s->lzma2.sequence = SEQ_COMPRESSED_0; xz_dec_lzma2_run()
1019 s->lzma2.sequence = SEQ_UNCOMPRESSED_2; xz_dec_lzma2_run()
1025 s->lzma2.sequence = SEQ_COMPRESSED_0; xz_dec_lzma2_run()
1031 s->lzma2.sequence = SEQ_COMPRESSED_1; xz_dec_lzma2_run()
1037 s->lzma2.sequence = s->lzma2.next_sequence; xz_dec_lzma2_run()
1044 s->lzma2.sequence = SEQ_LZMA_PREPARE; xz_dec_lzma2_run()
1056 s->lzma2.sequence = SEQ_LZMA_RUN; xz_dec_lzma2_run()
1068 * multiple times without changing s->lzma2.sequence. xz_dec_lzma2_run()
1084 s->lzma2.sequence = SEQ_CONTROL; xz_dec_lzma2_run()
1100 s->lzma2.sequence = SEQ_CONTROL; xz_dec_lzma2_run()
1161 s->lzma2.sequence = SEQ_CONTROL; xz_dec_lzma2_reset()
/linux-4.4.14/include/rxrpc/
H A Dpacket.h15 typedef u32 rxrpc_seq_t; /* Rx message sequence number */
17 typedef __be32 rxrpc_seq_net_t; /* on-the-wire Rx message sequence number */
38 __be32 seq; /* sequence number of pkt in call stream */
102 __be32 firstPacket; /* sequence no of first ACK'd packet in attached list */
103 __be32 previousPacket; /* sequence no of previous packet received */
109 #define RXRPC_ACK_OUT_OF_SEQUENCE 3 /* out of sequence packet received */
205 #define RXKADOUTOFSEQUENCE 19270404 /* packet had bad sequence number */
/linux-4.4.14/drivers/media/platform/xilinx/
H A Dxilinx-dma.h69 * @sequence: V4L2 buffers sequence number
92 unsigned int sequence; member in struct:xvip_dma
/linux-4.4.14/arch/x86/lib/
H A Drwsem.S25 * The semaphore operations have a special calling sequence that
27 * need to convert that sequence back into the C sequence when
/linux-4.4.14/arch/s390/include/asm/
H A Dsysinfo.h32 char sequence[16]; member in struct:sysinfo_1_1_1
49 char sequence[16]; member in struct:sysinfo_1_2_1
77 char sequence[16]; member in struct:sysinfo_2_2_1
/linux-4.4.14/net/ipv4/
H A Dtcp_recovery.c11 * FACK: sequence delta to highest sacked sequence (sequence space)
/linux-4.4.14/drivers/gpu/drm/mga/
H A Dmga_irq.c121 int mga_driver_fence_wait(struct drm_device *dev, unsigned int *sequence) mga_driver_fence_wait() argument
127 /* Assume that the user has missed the current sequence number mga_driver_fence_wait()
133 - *sequence) <= (1 << 23))); mga_driver_fence_wait()
135 *sequence = cur_fence; mga_driver_fence_wait()
/linux-4.4.14/drivers/char/
H A Dnwbutton.h14 #define BUTTON_DELAY 30 /* How many jiffies for sequence to end */
/linux-4.4.14/arch/s390/kernel/
H A Dlgr.c31 char sequence[16]; member in struct:lgr_info
75 cpascii(lgr_info->sequence, si->sequence, sizeof(si->sequence)); lgr_stsi_1_1_1()
H A Dsys_s390.c10 * have a non-standard calling sequence on the Linux/s390
/linux-4.4.14/arch/cris/kernel/
H A Dsys_cris.c6 * have a non-standard calling sequence on some platforms.
/linux-4.4.14/arch/arm64/kernel/vdso/
H A Dgettimeofday.S57 /* Acquire the sequence counter and get the timespec. */
114 /* Check the sequence counter. */
134 /* Check the sequence counter. */
212 * - w9 = vDSO sequence counter
/linux-4.4.14/arch/arm/kernel/
H A Dsys_arm.c12 * have a non-standard calling sequence on the Linux/arm
/linux-4.4.14/tools/arch/sh/include/asm/
H A Dbarrier.h13 * Legacy SH cores typically require a sequence of 8 nops after
/linux-4.4.14/drivers/usb/renesas_usbhs/
H A Dfifo.h68 int sequence; member in struct:usbhs_pkt
106 void *buf, int len, int zero, int sequence);
H A Dpipe.c610 void usbhs_pipe_data_sequence(struct usbhs_pipe *pipe, int sequence) usbhs_pipe_data_sequence() argument
616 * sequence usbhs_pipe_data_sequence()
621 switch (sequence) { usbhs_pipe_data_sequence()
652 int sequence; usbhs_pipe_config_change_bfre() local
662 sequence = usbhs_pipe_get_data_sequence(pipe); usbhs_pipe_config_change_bfre()
665 usbhs_pipe_data_sequence(pipe, sequence); usbhs_pipe_config_change_bfre()
/linux-4.4.14/arch/x86/entry/vdso/vdso32/
H A Dsystem_call.S25 * A really nice entry sequence would be:
32 * sequence. That is severely broken for a number of reasons (ask
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Dspu_save_crt0.S6 * Entry function for SPU-side of the context save sequence.
91 * there has been an error in the sequence. Execute
H A Dspu_save.c6 * SPU-side context save sequence outlined in
162 * This code deviates from the documented sequence as follows:
/linux-4.4.14/arch/sparc/include/asm/
H A Dmdesc.h28 * only valid inside of a mdesc_grab()/mdesc_release() sequence.
41 /* MD arc iteration, the standard sequence is:
H A Dbarrier_64.h12 * The offending sequence was the following in sym_wakeup_done() of the
/linux-4.4.14/drivers/scsi/
H A Dmesh.c313 (mr->count_hi << 8) + mr->count_lo, mr->sequence, mesh_dump_regs()
369 out_8(&mr->sequence, SEQ_RESETMESH); mesh_init()
393 out_8(&mr->sequence, SEQ_FLUSHFIFO); mesh_init()
397 out_8(&mr->sequence, SEQ_ENBRESEL); mesh_init()
447 out_8(&mr->sequence, SEQ_ENBRESEL); mesh_start_cmd()
499 out_8(&mr->sequence, SEQ_DISRESEL); mesh_start_cmd()
512 out_8(&mr->sequence, SEQ_ARBITRATE); mesh_start_cmd()
526 out_8(&mr->sequence, SEQ_RESETMESH); mesh_start_cmd()
531 out_8(&mr->sequence, SEQ_ENBRESEL); mesh_start_cmd()
617 out_8(&ms->mesh->sequence, SEQ_ENBRESEL); mesh_done()
687 MKWORD(ms->n_msgout, mr->exception, mr->fifo_count, mr->sequence)); start_phase()
697 out_8(&mr->sequence, SEQ_MSGIN + seq); start_phase()
724 out_8(&mr->sequence, SEQ_FLUSHFIFO); start_phase()
737 out_8(&mr->sequence, SEQ_MSGOUT + seq); start_phase()
751 out_8(&mr->sequence, SEQ_MSGOUT + seq); start_phase()
765 out_8(&mr->sequence, SEQ_SELECT + SEQ_ATN); start_phase()
772 out_8(&mr->sequence, SEQ_COMMAND + seq); start_phase()
777 out_8(&mr->sequence, SEQ_COMMAND + seq); start_phase()
797 out_8(&mr->sequence, (tp->data_goes_out? start_phase()
803 out_8(&mr->sequence, SEQ_STATUS + seq); start_phase()
807 out_8(&mr->sequence, SEQ_ENBRESEL); start_phase()
813 out_8(&mr->sequence, SEQ_BUSFREE); start_phase()
909 out_8(&mr->sequence, SEQ_ENBRESEL); reselected()
918 out_8(&mr->sequence, SEQ_ENBRESEL); reselected()
1011 out_8(&mr->sequence, SEQ_FLUSHFIFO); handle_reset()
1015 out_8(&mr->sequence, SEQ_ENBRESEL); handle_reset()
1088 out_8(&mr->sequence, mr->sequence); handle_error()
1107 printk(KERN_ERR "mesh: sequence error (err=%x exc=%x)\n", handle_error()
1369 MKWORD(mr->count_hi, mr->count_lo, mr->sequence, mr->fifo_count)); phase_mismatch()
1374 out_8(&mr->sequence, SEQ_MSGOUT + use_active_neg); phase_mismatch()
1391 out_8(&mr->sequence, SEQ_FLUSHFIFO); phase_mismatch()
1464 out_8(&mr->sequence, SEQ_MSGIN + seq); cmd_complete()
1473 out_8(&mr->sequence, SEQ_FLUSHFIFO); cmd_complete()
1477 out_8(&mr->sequence, SEQ_MSGIN + SEQ_ATN + use_active_neg); cmd_complete()
1493 out_8(&mr->sequence, SEQ_MSGOUT + use_active_neg + SEQ_ATN); cmd_complete()
1520 out_8(&mr->sequence, SEQ_MSGOUT + use_active_neg); cmd_complete()
1526 out_8(&mr->sequence, SEQ_MSGIN + use_active_neg + SEQ_ATN); cmd_complete()
1586 * issue the SEQ_STATUS command, we'll get a sequence cmd_complete()
1589 * SEQ_STATUS *as well as* giving us the sequence cmd_complete()
1592 out_8(&mr->sequence, 0); cmd_complete()
1670 MKWORD(intr, mr->error, mr->exception, mr->sequence)); mesh_interrupt()
1718 out_8(&mr->sequence, SEQ_RESETMESH); mesh_host_reset()
H A Dmesh.h21 unsigned char sequence; member in struct:mesh_regs
49 /* Bits in the sequence register. */
/linux-4.4.14/drivers/iio/adc/
H A Dad7923.c37 #define AD7923_SEQUENCE_OFF (0) /* no sequence fonction */
39 #define AD7923_SEQUENCE_ON (3) /* continuous sequence */
45 #define AD7923_SEQUENCE_WRITE(sequence) (((sequence & 1) << 3) \
46 + ((sequence & 2) << 9))
47 /* write sequence fonction */
/linux-4.4.14/fs/jbd2/
H A Drecovery.c311 * the journal transaction sequence numbers to the next unused ID.
401 void *buf, __u32 sequence) jbd2_block_tag_csum_verify()
410 seq = cpu_to_be32(sequence); jbd2_block_tag_csum_verify()
429 unsigned int sequence; do_one_pass() local
476 jbd_debug(2, "Scanning for sequence ID %u at %lu/%lu\n", do_one_pass()
494 * expected sequence number. Otherwise, we're all done do_one_pass()
505 sequence = be32_to_cpu(tmp->h_sequence); do_one_pass()
506 jbd_debug(3, "Found magic %d, sequence %d\n", do_one_pass()
507 blocktype, sequence); do_one_pass()
509 if (sequence != next_commit_ID) { do_one_pass()
515 * all of the sequence number checks. What are we going do_one_pass()
693 * much to do other than move on to the next sequence do_one_pass()
837 tid_t sequence, struct recovery_info *info) scan_revoke_records()
870 err = jbd2_journal_set_revoke(journal, blocknr, sequence); scan_revoke_records()
400 jbd2_block_tag_csum_verify(journal_t *j, journal_block_tag_t *tag, void *buf, __u32 sequence) jbd2_block_tag_csum_verify() argument
836 scan_revoke_records(journal_t *journal, struct buffer_head *bh, tid_t sequence, struct recovery_info *info) scan_revoke_records() argument
H A Drevoke.c108 tid_t sequence; /* Used for recovery only */ member in struct:jbd2_revoke_record_s
152 record->sequence = seq; insert_revoke_hash()
701 tid_t sequence) jbd2_journal_set_revoke()
708 * latest sequence number in the hashed record */ jbd2_journal_set_revoke()
709 if (tid_gt(sequence, record->sequence)) jbd2_journal_set_revoke()
710 record->sequence = sequence; jbd2_journal_set_revoke()
713 return insert_revoke_hash(journal, blocknr, sequence); jbd2_journal_set_revoke()
719 * sequence number revokes all blocks in that transaction and earlier
725 tid_t sequence) jbd2_journal_test_revoke()
732 if (tid_gt(sequence, record->sequence)) jbd2_journal_test_revoke()
699 jbd2_journal_set_revoke(journal_t *journal, unsigned long long blocknr, tid_t sequence) jbd2_journal_set_revoke() argument
723 jbd2_journal_test_revoke(journal_t *journal, unsigned long long blocknr, tid_t sequence) jbd2_journal_test_revoke() argument
/linux-4.4.14/net/l2tp/
H A Dl2tp_core.h32 L2TP_MSG_SEQ = (1 << 2), /* sequence numbers */
62 * sequence numbers? */
63 unsigned int send_seq:1; /* send packets with sequence
66 * sequence numbers under
120 * sequence numbers? */
121 unsigned int send_seq:1; /* send packets with sequence
124 * sequence numbers under
/linux-4.4.14/include/scsi/
H A Dlibfc.h313 * @seq_ptr: The sequence that will carry the SCSI command
315 * @recov_seq: The sequence for REC or SRR
363 * fc_exch holds state for one exchange and links to its active sequence.
365 * fc_seq holds the state for an individual sequence.
373 * struct fc_seq - FC sequence
374 * @id: The sequence ID
375 * @ssb_stat: Status flags for the sequence status block (SSB)
407 * @seq_id: The next sequence ID to use
409 * @f_ctl: F_CTL flags for the sequence
412 * @seq: The sequence in use on this exchange
426 * sequence allocation
481 * Send the FC frame payload using a new exchange and sequence.
541 * Send a frame using an existing sequence and exchange.
557 * Abort an exchange and sequence. Generally called because of a
570 * Indicate that an exchange/sequence tuple is complete and the memory
578 * Start a new sequence on the same exchange/sequence tuple.
585 * Set a response handler for the exchange of the sequence.
595 * Assign a sequence for an incoming request frame.
602 * Release the reference on the sequence returned by seq_assign().
845 * @seq_offload: Indicates if sequence offload is supported
/linux-4.4.14/drivers/md/bcache/
H A Djournal.h30 * Each journal entry contains, in the header, the sequence number of the last
36 * entry/sequence number. When the refcount at the tail of the fifo goes to
54 * journal entries; from that and the current journal sequence number we compute
59 * To do that we track, for each journal bucket, the sequence number of the
127 * For each journal bucket, contains the max sequence number of the
/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-kthread-out.c90 vid_out_buf->vb.sequence = dev->vid_out_seq_count; vivid_thread_vid_out_tick()
93 * The sequence counter counts frames, not fields. vivid_thread_vid_out_tick()
96 vid_out_buf->vb.sequence /= 2; vivid_thread_vid_out_tick()
110 vbi_out_buf->vb.sequence = dev->vbi_out_seq_count; vivid_thread_vid_out_tick()
175 * counters and keep track of the sequence offset. vivid_thread_vid_out()
H A Dvivid-vbi-cap.c100 buf->vb.sequence = dev->vbi_cap_seq_count; vivid_raw_vbi_cap_process()
102 buf->vb.sequence /= 2; vivid_raw_vbi_cap_process()
104 vivid_sliced_vbi_cap_fill(dev, buf->vb.sequence); vivid_raw_vbi_cap_process()
122 buf->vb.sequence = dev->vbi_cap_seq_count; vivid_sliced_vbi_cap_process()
124 buf->vb.sequence /= 2; vivid_sliced_vbi_cap_process()
126 vivid_sliced_vbi_cap_fill(dev, buf->vb.sequence); vivid_sliced_vbi_cap_process()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c39 ctx->rings[i].sequence = 1; amdgpu_ctx_init()
238 uint64_t seq = cring->sequence; amdgpu_ctx_add_fence()
255 cring->sequence++; amdgpu_ctx_add_fence()
271 if (seq >= cring->sequence) { amdgpu_ctx_get_fence()
277 if (seq + AMDGPU_CTX_MAX_CS_PENDING < cring->sequence) { amdgpu_ctx_get_fence()
/linux-4.4.14/drivers/staging/fbtft/
H A Dfb_s6d02a1.c36 /* power setting sequence */
80 /* initializing sequence */
88 /* gamma setting sequence */
/linux-4.4.14/drivers/video/fbdev/via/
H A Dlcd.c619 /* Use second power sequence control: */ integrated_lvds_disable()
621 /* Turn off power sequence. */ integrated_lvds_disable()
628 /* Use first power sequence control: */ integrated_lvds_disable()
630 /* Turn off power sequence. */ integrated_lvds_disable()
673 /* Use first power sequence control: */ integrated_lvds_enable()
674 /* Use hardware control power sequence. */ integrated_lvds_enable()
678 /* Turn on hardware power sequence. */ integrated_lvds_enable()
682 /* Use second power sequence control: */ integrated_lvds_enable()
683 /* Use hardware control power sequence. */ integrated_lvds_enable()
687 /* Turn on hardware power sequence. */ integrated_lvds_enable()
818 /* Software control power sequence */ lcd_powersequence_off()
836 /* Software control power sequence */ lcd_powersequence_on()
/linux-4.4.14/drivers/net/ethernet/altera/
H A Daltera_msgdmahw.h30 * bit 15:0 sequence number
95 u32 rw_seq_num; /* bit 31:16 - write sequence number
96 * bit 15:0 - read sequence number
/linux-4.4.14/net/dccp/ccids/lib/
H A Dpacket_history.h46 * @seqno: sequence number of this entry
47 * @stamp: send time of packet with sequence number @seqno
74 * @tfrchrx_seqno: DCCP packet sequence number
H A Dloss_interval.h30 * @li_length: Loss interval sequence length
/linux-4.4.14/include/media/
H A Dvideobuf2-v4l2.h33 * @sequence: sequence count of this frame
44 __u32 sequence; member in struct:vb2_v4l2_buffer
/linux-4.4.14/arch/arm/mach-omap2/
H A Di2c.c57 * The i2c moudle in omap2, omap3 had a special sequence to reset. The
58 * sequence is:
63 * The sequence is implemented in below function. This is called for 2420,
H A Dwd_timer.c51 /* sequence required to disable watchdog */ omap2_wd_timer_disable()
68 * care to execute the special watchdog disable sequence. This is
/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_seqadj.c115 /* TCP SACK sequence number adjustment */ nf_ct_sack_adjust()
161 /* TCP sequence number adjustment. Returns 1 on success, 0 on failure */ nf_ct_seq_adjust()
200 pr_debug("Adjusting sequence number from %u->%u, ack from %u->%u\n", nf_ct_seq_adjust()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
H A Dlib-eq.c100 /* NB allocator has set all event sequence numbers to 0, LNetEQAlloc()
221 ev->sequence = eq->eq_enq_seq++; lnet_eq_enqueue_event()
224 index = ev->sequence & (eq->eq_size - 1); lnet_eq_enqueue_event()
245 if (LNET_SEQ_GT(eq->eq_deq_seq, new_event->sequence)) lnet_eq_dequeue_event()
251 CDEBUG(D_INFO, "event: %p, sequence: %lu, eq->size: %u\n", lnet_eq_dequeue_event()
255 if (eq->eq_deq_seq == new_event->sequence) { lnet_eq_dequeue_event()
261 eq->eq_deq_seq, new_event->sequence); lnet_eq_dequeue_event()
265 eq->eq_deq_seq = new_event->sequence + 1; lnet_eq_dequeue_event()
/linux-4.4.14/include/net/irda/
H A Dparameters.h36 * The currently supported types. Beware not to change the sequence since
45 PV_OCT_SEQ, /* Octet sequence */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dcode-patching.h60 * sequence. ppc_function_entry()
62 * The global entry point sequence is always of the form: ppc_function_entry()
H A Dhvsi.h67 atomic_t seqno; /* packet sequence number */
H A Dmodule.h28 /* 16 byte jump instruction sequence (4 instructions) */
/linux-4.4.14/arch/arm64/kernel/
H A Dalternative.c56 * Branching into *another* alternate sequence is doomed, and branch_insn_requires_update()
75 * If we're branching inside the alternate sequence, get_alt_insn()
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_irq.c97 * sequence-lock on the vblank counter. Ensure correct ordering using store_vblank()
1043 e->event.sequence = seq; send_vblank_event()
1051 e->event.sequence); send_vblank_event()
1077 e->event.sequence = drm_vblank_count(dev, pipe); drm_arm_vblank_event()
1111 * Updates sequence # and timestamp on event, and sends it to userspace.
1139 * Updates sequence # and timestamp on event, and sends it to userspace.
1401 e->event.sequence, seq); drm_vblank_off()
1529 * vblank interrupt keeps running across the modeset sequence. With this the
1695 (seq - vblwait->request.sequence) <= (1 << 23)) { drm_queue_vblank_event()
1696 vblwait->request.sequence = seq + 1; drm_queue_vblank_event()
1697 vblwait->reply.sequence = vblwait->request.sequence; drm_queue_vblank_event()
1701 vblwait->request.sequence, seq, pipe); drm_queue_vblank_event()
1704 vblwait->request.sequence); drm_queue_vblank_event()
1706 e->event.sequence = vblwait->request.sequence; drm_queue_vblank_event()
1707 if ((seq - vblwait->request.sequence) <= (1 << 23)) { drm_queue_vblank_event()
1710 vblwait->reply.sequence = seq; drm_queue_vblank_event()
1714 vblwait->reply.sequence = vblwait->request.sequence; drm_queue_vblank_event()
1739 * sleeps waiting for the requested sequence number to occur, and drops
1787 vblwait->request.sequence += seq; drm_wait_vblank()
1804 (seq - vblwait->request.sequence) <= (1<<23)) { drm_wait_vblank()
1805 vblwait->request.sequence = seq + 1; drm_wait_vblank()
1809 vblwait->request.sequence, pipe); drm_wait_vblank()
1810 vblank->last_wait = vblwait->request.sequence; drm_wait_vblank()
1813 vblwait->request.sequence) <= (1 << 23)) || drm_wait_vblank()
1820 vblwait->reply.sequence = drm_vblank_count_and_time(dev, pipe, &now); drm_wait_vblank()
1825 vblwait->reply.sequence); drm_wait_vblank()
1848 if ((seq - e->event.sequence) > (1<<23)) drm_handle_vblank_events()
1852 e->event.sequence, seq); drm_handle_vblank_events()
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Daf9005.c53 u8 sequence; member in struct:af9005_device_state
82 obuf[4] = st->sequence++; /* sequence number */ af9005_generic_read_write()
119 err("generic read/write, wrong sequence in reply."); af9005_generic_read_write()
488 buf[4] = st->sequence++; af9005_send_command()
501 err("send command, wrong sequence in reply."); af9005_send_command()
534 obuf[4] = st->sequence++; af9005_read_eeprom()
552 err("Read eeprom, wrong sequence in reply "); af9005_read_eeprom()
577 buf[4] = 0x00; /* sequence number, original driver doesn't increment it here */ af9005_boot_packet()
586 buf[4] = 0x00; /* sequence number, original driver doesn't increment it here */ af9005_boot_packet()
595 buf[4] = 0x00; /* sequence number, original driver doesn't increment it here */ af9005_boot_packet()
645 err("boot bad config sequence."); af9005_boot_packet()
670 err("boot bad confirm sequence."); af9005_boot_packet()
695 err("boot bad boot sequence."); af9005_boot_packet()
840 obuf[4] = st->sequence++; /* sequence number */ af9005_rc_query()
851 err("rc query bad sequence."); af9005_rc_query()
H A Dm920x.h36 this sequence works:
/linux-4.4.14/drivers/usb/gadget/function/
H A Duvc_queue.h46 __u32 sequence; member in struct:uvc_video_queue
H A Duvc_queue.c268 * Enabling the video queue initializes parameters (such as sequence number,
287 queue->sequence = 0; uvcg_queue_enable()
331 buf->buf.sequence = queue->sequence++; uvcg_queue_next_buffer()
/linux-4.4.14/drivers/staging/sm750fb/
H A Dddk750_display.c54 * sequence since whenever the clock is off, then it does not setDisplayControl()
103 * sequence since whenever the clock is off, then it does not setDisplayControl()
185 /* disp should be 1 to open sequence */ swPanelPowerSequence()
240 /* set panel sequence */ ddk750_setLogicalDispOut()
/linux-4.4.14/drivers/spi/
H A Dspi-falcon.c120 case state_init: /* detect phase of upper layer sequence */ falcon_sflash_xfer()
131 * which should not change during a sequence! falcon_sflash_xfer()
165 /* end of sequence? */ falcon_sflash_xfer()
209 /* end of sequence? */ falcon_sflash_xfer()
/linux-4.4.14/drivers/media/pci/cx25821/
H A Dcx25821-medusa-defines.h36 /* end of display sequence */
/linux-4.4.14/drivers/media/usb/gspca/m5602/
H A Dm5602_sensor.h57 /* Performs a initialization sequence */
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_fence.c57 * @seq: sequence number to write
318 * if the sequence number has increased (all asics).
327 * radeon_fence_seq_signaled - check if a fence sequence number has signaled
330 * @seq: sequence number
334 * sequence number (all asics).
346 /* poll new last sequence at least once */ radeon_fence_seq_signaled()
448 * radeon_fence_any_seq_signaled - check if any sequence number is signaled
451 * @seq: sequence numbers
454 * sequence number (all asics).
470 * radeon_fence_wait_seq_timeout - wait for a specific sequence numbers
473 * @target_seq: sequence number(s) we want to wait for
477 * Wait for the requested sequence number(s) to be written by any ring
480 * (false) sleep when waiting for the sequence number. Helper function
482 * Returns remaining time if the sequence number has passed, 0 when
711 /* We are not protected by ring lock when reading the last sequence radeon_fence_count_emitted()
762 * Note the sequence number at which point the fence will
H A Dbtc_dpm.h40 const u32 *sequence, u32 count);
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-event.c130 /* Increase event sequence number on fh. */ __v4l2_event_queue_fh()
131 fh->sequence++; __v4l2_event_queue_fh()
160 kev->event.sequence = fh->sequence; __v4l2_event_queue_fh()
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.h25 * @brief qed_init_run - Run the init-sequence.
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
H A Dcna_fwimg.c45 * as sequence of LE32 integers. cna_read_firmware()
/linux-4.4.14/drivers/connector/
H A Dconnector.c49 * When someone sends message it puts there locally unique sequence
55 * If we expect a reply to our message then the sequence number in
59 * If we receive a message and its sequence number is not equal to the
62 * If we receive a message and its sequence number is the same as one
/linux-4.4.14/arch/um/drivers/
H A Dslip_common.h61 * character sequence, according to the SLIP protocol. slip_esc()
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dswab.h22 /* instruction sequence from Xtensa ISA release 2/2000 */ __arch_swab32()
/linux-4.4.14/kernel/irq/
H A Dmigration.c35 * do the disable, re-program, enable sequence. irq_move_masked_irq()
/linux-4.4.14/include/net/
H A Dslhc_vj.h44 * 'push' bit, and flags that indicate which of the 4 TCP sequence
49 * sequence number changes, one change per bit set in the header
55 * acknowledgment, sequence number and IP ID. (The urgent pointer
61 * range 256 - 65535 or 0. (If the change in sequence number or
/linux-4.4.14/arch/powerpc/kernel/
H A Dpmc.c89 /* POWER4 requires the following sequence */ power4_enable_pmcs()
/linux-4.4.14/arch/powerpc/mm/
H A Dvphn.c22 * Convert to the sequence they would appear in the ibm,associativity property.
/linux-4.4.14/arch/sh/include/asm/
H A Dbarrier.h15 * Legacy SH cores typically require a sequence of 8 nops after
/linux-4.4.14/arch/mips/alchemy/common/
H A Dvss.c32 /* enable footers in sequence */ __enable_block()
/linux-4.4.14/arch/hexagon/kernel/
H A Dptrace.c65 * regs. Now, the sequence in userspace does not match the genregs_get()
66 * sequence in the kernel, so everything past the 32 gprs genregs_get()
79 /* Must be exactly same sequence as struct user_regs_struct */ genregs_get()
128 /* Must be exactly same sequence as struct user_regs_struct */ genregs_set()
/linux-4.4.14/arch/m32r/kernel/
H A Dsys_m32r.c5 * have a non-standard calling sequence on the Linux/M32R platform.
/linux-4.4.14/arch/blackfin/kernel/
H A Dsys_bfin.c3 * calling sequence on the Linux/Blackfin platform.
/linux-4.4.14/arch/arm/include/asm/
H A Dvdso_datapage.h32 u32 seq_count; /* sequence count - odd during updates */
/linux-4.4.14/net/rds/
H A Dtcp_send.c90 * m_ack_seq is set to the sequence number of the last byte of rds_tcp_xmit()
164 * rm->m_ack_seq is set to the tcp sequence number that corresponds to the
167 * unacked byte of the TCP sequence space. We have to do very careful
209 * sequence numbers and notice that rds messages have been fully rds_tcp_write_space()
/linux-4.4.14/tools/arch/sparc/include/asm/
H A Dbarrier_64.h14 * The offending sequence was the following in sym_wakeup_done() of the
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/
H A Dvphn.c22 * Convert to the sequence they would appear in the ibm,associativity property.
/linux-4.4.14/drivers/target/iscsi/
H A Discsi_target_erl0.c85 * the PDU does not contain the offset the sequence needs, iscsit_dataout_within_command_recovery_check()
90 * and check that all PDUs in a sequence are received iscsit_dataout_within_command_recovery_check()
91 * upon end of sequence. iscsit_dataout_within_command_recovery_check()
177 * sequence checks are handled in iscsit_dataout_check_unsolicited_sequence()
286 * sequence checks are handled in iscsit_dataout_check_sequence()
298 " before end of DataOUT sequence, protocol" iscsit_dataout_check_sequence()
305 " before end of DataOUT sequence, protocol" iscsit_dataout_check_sequence()
323 " last DataOUT PDU in sequence but ISCSI_FLAG_" iscsit_dataout_check_sequence()
331 " last DataOUT PDU in sequence but ISCSI_FLAG_" iscsit_dataout_check_sequence()
409 * sequence DataPDUInOrder=Yes offset counter in struct iscsi_seq a protocol iscsit_dataout_pre_datapduinorder_yes()
H A Discsi_target_erl1.c279 * No data has been transferred for this DataIN sequence, so the iscsit_create_recovery_datain_values_datasequenceinorder_no()
283 pr_err("Ignoring non-sent sequence 0x%08x ->" iscsit_create_recovery_datain_values_datasequenceinorder_no()
290 * This DataIN sequence is precedes the received BegRun, add the iscsit_create_recovery_datain_values_datasequenceinorder_no()
291 * total xfer_len of the sequence to read_data_done and reset iscsit_create_recovery_datain_values_datasequenceinorder_no()
296 pr_err("Pre BegRun sequence 0x%08x ->" iscsit_create_recovery_datain_values_datasequenceinorder_no()
306 * The BegRun lies within this DataIN sequence. iscsit_create_recovery_datain_values_datasequenceinorder_no()
310 pr_err("Found sequence begrun: 0x%08x in" iscsit_create_recovery_datain_values_datasequenceinorder_no()
321 * the sequence is less than the received BegRun, add iscsit_create_recovery_datain_values_datasequenceinorder_no()
323 * to the sequence's next_burst_len; iscsit_create_recovery_datain_values_datasequenceinorder_no()
326 * sequence is less than the received BegRun, find the iscsit_create_recovery_datain_values_datasequenceinorder_no()
329 * sequence's next_burst_len; iscsit_create_recovery_datain_values_datasequenceinorder_no()
364 * This DataIN sequence is larger than the received BegRun, iscsit_create_recovery_datain_values_datasequenceinorder_no()
369 pr_err("Post BegRun sequence 0x%08x -> 0x%08x\n", iscsit_create_recovery_datain_values_datasequenceinorder_no()
624 * of the DataOUT sequence. iscsit_dataout_datapduinorder_no_fbit()
663 * out PDUs to let the DataOUT logic know that this sequence iscsit_dataout_datapduinorder_no_fbit()
H A Discsi_target_tmr.c581 * the DataOUT sequence. First scan from R2TSN 0 to TMR iscsit_task_reassign_prepare_write()
627 * While processing non-complete R2T DataOUT sequence requests iscsit_task_reassign_prepare_write()
628 * the Target will re-request only the total sequence length iscsit_task_reassign_prepare_write()
635 * While processing non-complete R2T DataOUT sequence requests iscsit_task_reassign_prepare_write()
636 * the Target will re-request the entire DataOUT sequence if iscsit_task_reassign_prepare_write()
637 * any single PDU is missing from the sequence. This is because iscsit_task_reassign_prepare_write()
640 * PDU offset in the current sequence after TASK_REASSIGN iscsit_task_reassign_prepare_write()
767 * sequence. iscsit_task_reassign_prepare_write()
/linux-4.4.14/tools/perf/
H A Dbuiltin-lock.c94 * Place to put on state of one lock sequence
450 /* broken lock sequence, discard it */ report_lock_acquire_event()
457 BUG_ON("Unknown state of lock sequence found!\n"); report_lock_acquire_event()
511 /* broken lock sequence, discard it */ report_lock_acquired_event()
518 BUG_ON("Unknown state of lock sequence found!\n"); report_lock_acquired_event()
566 /* broken lock sequence, discard it */ report_lock_contended_event()
573 BUG_ON("Unknown state of lock sequence found!\n"); report_lock_contended_event()
627 /* broken lock sequence, discard it */ report_lock_release_event()
632 BUG_ON("Unknown state of lock sequence found!\n"); report_lock_release_event()
697 pr_info("histogram of events caused bad sequence\n"); print_bad_events()
/linux-4.4.14/drivers/gpu/drm/via/
H A Dvia_irq.c210 unsigned int *sequence) via_driver_irq_wait()
251 *sequence) <= (1 << 23))); via_driver_irq_wait()
253 *sequence = cur_irq_sequence; via_driver_irq_wait()
369 irqwait->request.sequence += via_wait_irq()
386 &irqwait->request.sequence); via_wait_irq()
209 via_driver_irq_wait(struct drm_device *dev, unsigned int irq, int force_sequence, unsigned int *sequence) via_driver_irq_wait() argument
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Deeprom.c58 * MII block, reset sequence (3) = 0x0821 0x0000 0x0001, capabilities 0x01e1
110 0x02, /* gpr setup sequence length */ tulip_build_fake_mediatable()
111 0x02, 0x00, /* gpr setup sequence */ tulip_build_fake_mediatable()
112 0x02, /* phy reset sequence length */ tulip_build_fake_mediatable()
113 0x01, 0x00, /* phy reset sequence */ tulip_build_fake_mediatable()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dlustre_fid.h75 * MDT in an OLD formatted filesystem. Belongs to sequence in [12, 2^32 - 1]
84 * OST object on OLD formatted OST file system. Belongs to a sequence in
114 * For Lustre Log objects the object sequence 1 is used. This is compatible
117 * sequence numbers.
120 * For testing OST IO performance the object sequence 2 is used. This is
123 * sequence numbers.
126 * For testing with multiple MDTs the object sequence 3 through 9 is used,
148 * larger than the 2^33 reserved sequence numbers for IDIF, so it is possible
173 * This is how may metadata FIDs may be allocated in one sequence(128k)
178 * This is how many data FIDs could be allocated in one sequence(4B - 1)
193 * This is how many sequences may be in one super-sequence allocated to
333 /* Client sequence manager interface. */
341 * clients, this contains meta-sequence range. And for servers this
342 * contains super-sequence range.
363 * sequence. Default value for it is LUSTRE_SEQ_MAX_WIDTH.
/linux-4.4.14/drivers/mtd/devices/
H A Dst_spi_fsm.c279 /* Parameters to configure a READ or WRITE FSM sequence */
450 * FSM message sequence configurations:
668 /* Dummy sequence to read one byte of data from flash into the FIFO */
750 dev_err(fsm->dev, "timeout on sequence completion\n"); stfsm_wait_seq()
797 * sequence is used to load one byte at a time, until a complete 32-bit
883 /* Load read_status sequence */ stfsm_wait_busy()
1035 /* Prepare a READ/WRITE sequence according to configuration parameters */ stfsm_prepare_rw_seq()
1050 /* Add WREN OPC for a WRITE sequence */ stfsm_prepare_rw_seq()
1083 /* Instruction sequence */ stfsm_prepare_rw_seq()
1127 /* Configure 'READ' sequence */ stfsm_prepare_rwe_seqs_default()
1132 "failed to prep READ sequence with flags [0x%08x]\n", stfsm_prepare_rwe_seqs_default()
1137 /* Configure 'WRITE' sequence */ stfsm_prepare_rwe_seqs_default()
1142 "failed to prep WRITE sequence with flags [0x%08x]\n", stfsm_prepare_rwe_seqs_default()
1147 /* Configure 'ERASE_SECTOR' sequence */ stfsm_prepare_rwe_seqs_default()
1172 /* Configure 'enter_32bitaddr' FSM sequence */ stfsm_mx25_config()
1218 /* Configure 'READ' sequence */ stfsm_n25q_config()
1227 "failed to prepare READ sequence with flags [0x%08x]\n", stfsm_n25q_config()
1232 /* Configure 'WRITE' sequence (default configs) */ stfsm_n25q_config()
1237 "preparing WRITE sequence using flags [0x%08x] failed\n", stfsm_n25q_config()
1242 /* * Configure 'ERASE_SECTOR' sequence */ stfsm_n25q_config()
1567 /* Wait for sequence to finish */ stfsm_read()
1637 /* Write data to FIFO, before starting sequence (see GNBvd79593) */ stfsm_write()
1652 /* Start sequence */ stfsm_write()
1655 /* Wait for sequence to finish */ stfsm_write()
1970 * "sequence validity" rather than actually implement a delay. stfsm_init()
/linux-4.4.14/crypto/
H A Dauthencesn.c2 * authencesn.c - AEAD wrapper for IPsec with extended sequence numbers,
115 /* Move high-order bits of sequence number back. */ crypto_authenc_esn_genicv_tail()
152 /* Move high-order bits of sequence number to the end. */ crypto_authenc_esn_genicv()
248 /* Move high-order bits of sequence number back. */ crypto_authenc_esn_decrypt_tail()
307 /* Move high-order bits of sequence number to the end. */ crypto_authenc_esn_decrypt()
519 MODULE_DESCRIPTION("AEAD wrapper for IPsec with extended sequence numbers");
/linux-4.4.14/fs/nfs/
H A Dnfs4state.c1021 new->sequence = counter; nfs_alloc_seqid()
1029 struct nfs_seqid_counter *sequence; nfs_release_seqid() local
1033 sequence = seqid->sequence; nfs_release_seqid()
1034 spin_lock(&sequence->lock); nfs_release_seqid()
1036 if (!list_empty(&sequence->list)) { nfs_release_seqid()
1039 next = list_first_entry(&sequence->list, nfs_release_seqid()
1041 rpc_wake_up_queued_task(&sequence->wait, next->task); nfs_release_seqid()
1043 spin_unlock(&sequence->lock); nfs_release_seqid()
1063 if (seqid->sequence->flags & NFS_SEQID_CONFIRMED) nfs_increment_seqid()
1066 " sequence-id error on an" nfs_increment_seqid()
1067 " unconfirmed sequence %p!\n", nfs_increment_seqid()
1068 seqid->sequence); nfs_increment_seqid()
1080 * on the sequence list nfs_increment_seqid()
1082 seqid->sequence->counter++; nfs_increment_seqid()
1092 sp = container_of(seqid->sequence, struct nfs4_state_owner, so_seqid); nfs_increment_open_seqid()
1112 struct nfs_seqid_counter *sequence; nfs_wait_on_sequence() local
1117 sequence = seqid->sequence; nfs_wait_on_sequence()
1118 spin_lock(&sequence->lock); nfs_wait_on_sequence()
1121 list_add_tail(&seqid->list, &sequence->list); nfs_wait_on_sequence()
1122 if (list_first_entry(&sequence->list, struct nfs_seqid, list) == seqid) nfs_wait_on_sequence()
1124 rpc_sleep_on(&sequence->wait, task, NULL); nfs_wait_on_sequence()
1127 spin_unlock(&sequence->lock); nfs_wait_on_sequence()
/linux-4.4.14/net/sched/
H A Dematch.c21 * referencing a sequence beyond the marker of the current sequence
22 * causing the current position in the sequence to be pushed onto a stack
24 * in the special ematch. Matching continues in the new sequence until a
39 * where B is a virtual ematch referencing to sequence starting with B1.
188 * referencing an external ematch sequence. tcf_em_validate()
/linux-4.4.14/fs/exportfs/
H A Dexpfs.c237 int sequence; /* sequence counter */ member in struct:getdents_callback
251 buf->sequence++; filldir_one()
314 buffer.sequence = 0; get_name()
316 int old_seq = buffer.sequence; get_name()
328 if (old_seq == buffer.sequence) get_name()
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
H A Domap4xxx-bandgap.h29 * Below, in sequence, are the Register definitions,
84 * Below, in sequence, are the Register definitions,
/linux-4.4.14/drivers/media/pci/dt3155/
H A Ddt3155.h173 * @sequence: frame counter
192 unsigned int sequence; member in struct:dt3155_priv
/linux-4.4.14/drivers/input/keyboard/
H A Dnewtonkbd.c71 /* invalid scan codes are probably the init sequence, so we ignore them */ nkbd_interrupt()
77 else if (data == 0xe7) /* end of init sequence */ nkbd_interrupt()
/linux-4.4.14/drivers/input/misc/
H A Darizona-haptics.c58 /* This enable sequence will be a noop if already enabled */ arizona_haptics_work()
83 /* This disable sequence will be a noop if already enabled */ arizona_haptics_work()
/linux-4.4.14/drivers/ata/
H A Dpata_opti.c140 /* Commence primary programming sequence */ opti_set_piomode()
146 /* Programming sequence complete, override strapping */ opti_set_piomode()
/linux-4.4.14/arch/alpha/lib/
H A Dev6-csum_ipv6_magic.S34 * Swap <len> (an unsigned int) using Mike Burrows' 7-instruction sequence
35 * (we can't hide the 3-cycle latency of the unpkbw in the 6-instruction sequence)
/linux-4.4.14/fs/ncpfs/
H A Dsock.c261 h->sequence = ++server->sequence; ncp_init_header()
434 if (req && (req->tx_type == NCP_ALLOC_SLOT_REQUEST || (server->sequence == reply.sequence && ncpdgram_rcv_proc()
641 if (((struct ncp_reply_header*)server->rxbuf)->sequence != server->sequence) { __ncptcp_rcv_proc()
642 pr_err("tcp: Bad sequence number\n"); __ncptcp_rcv_proc()
837 server->sequence = 255; ncp_connect()
/linux-4.4.14/net/dccp/
H A Dinput.c23 /* rate-limit for syncs in reply to sequence-invalid packets; RFC 4340, 7.5.4 */
197 * Step 5: Prepare sequence numbers for Sync dccp_check_seqno()
200 * / * P is valid, so update sequence number variables dccp_check_seqno()
218 * Step 6: Check sequence numbers dccp_check_seqno()
250 * Step 6: Check sequence numbers dccp_check_seqno()
394 * Step 4: Prepare sequence numbers in REQUEST dccp_rcv_request_sent_state_process()
398 * / * Set sequence number variables corresponding to the dccp_rcv_request_sent_state_process()
622 /* Step 6: Check sequence numbers (omitted in LISTEN/REQUEST state) */ dccp_rcv_state_process()
/linux-4.4.14/net/hsr/
H A Dhsr_main.h47 * path, LSDU_size, sequence Nr }. But we let eth_header() create { h_dest,
48 * h_source, h_proto = 0x88FB }, and add { path, LSDU_size, sequence Nr,
/linux-4.4.14/arch/mips/include/asm/
H A Dvdso.h125 /* Ensure sequence update is written before other data page values. */ vdso_data_write_begin()
131 /* Ensure data values are written before updating sequence again. */ vdso_data_write_end()
H A Dfpu_emulator.h75 * Instruction inserted following the badinst to further tag the sequence
/linux-4.4.14/arch/arm/mach-mvebu/
H A Dpm.c117 * resume code to jump to. Then, it expects a sequence of mvebu_pm_store_armadaxp_bootinfo()
119 * value of certain registers. This sequence must end with the mvebu_pm_store_armadaxp_bootinfo()
/linux-4.4.14/drivers/isdn/mISDN/
H A Dl1oip.h11 /* enable to disorder received bchannels by sequence 2143658798... */
/linux-4.4.14/drivers/mmc/core/
H A Dpwrseq.c8 * MMC power sequence management
H A Dpwrseq_simple.c8 * Simple MMC power sequence management
/linux-4.4.14/drivers/media/usb/gspca/
H A Dpac_common.h36 The following state machine finds the SOF marker sequence
/linux-4.4.14/drivers/mfd/
H A Drn5t618.c57 /* start power-off sequence */ rn5t618_power_off()
/linux-4.4.14/drivers/net/wireless/rsi/
H A Drsi_91x_debugfs.c22 * @seq: Pointer to the sequence file structure.
77 * @seq: Pointer to the sequence file structure.
118 * @seq: Pointer to the sequence file structure.
198 * @seq: Pointer to the sequence file structure.
/linux-4.4.14/drivers/net/wireless/cw1200/
H A Dtxrx.h51 * Device does not accept per-PDU tx retry sequence.
/linux-4.4.14/drivers/cpuidle/
H A Dcpuidle-exynos.c52 * Waiting all cpus to finish the power sequence before going further exynos_enter_coupled_lowpower()
/linux-4.4.14/arch/blackfin/mach-common/
H A Ddpmc.c26 * Avoid BYPASS sequence
/linux-4.4.14/arch/cris/arch-v32/mach-a3/
H A Ddram_init.S25 ;; Refer to ddr2 MDS for initialization sequence
/linux-4.4.14/fs/nilfs2/
H A Dthe_nilfs.h60 * @ns_seg_seq: segment sequence counter
70 * @ns_last_seq: sequence value of the latest segment
72 * @ns_prot_seq: least sequence number of segments which must not be reclaimed
73 * @ns_prev_seq: base sequence number used to decide if advance log cursor
/linux-4.4.14/fs/btrfs/
H A Dulist.h36 int seqnum; /* sequence number this node is added */
/linux-4.4.14/include/uapi/linux/mmc/
H A Dioctl.h63 * commands in array in sequence to card.
/linux-4.4.14/arch/powerpc/platforms/pasemi/
H A Dpowersave.S35 /* Common sequence to do before going to any of the
/linux-4.4.14/arch/sh/kernel/
H A Dsys_sh.c5 * have a non-standard calling sequence on the Linux/SuperH
/linux-4.4.14/arch/ia64/pci/
H A Dfixup.c18 * The standard boot ROM sequence for an x86 machine uses the BIOS
/linux-4.4.14/tools/firewire/
H A Dnosy-dump.h60 uint32_t sequence:3; member in struct:phy_packet::__anon15625::__anon15629
/linux-4.4.14/drivers/usb/storage/
H A Dkarma.c99 * the command number and a sequence number, which the device will ack
102 * sequence number, until byte 5 in the response repeats the sequence
/linux-4.4.14/drivers/media/pci/cobalt/
H A Dcobalt-irq.c138 /* TODO: the sequence number should be read from the FPGA so we cobalt_dma_stream_queue_handler()
140 cb->vb.sequence = s->sequence++; cobalt_dma_stream_queue_handler()

Completed in 9461 milliseconds

12345678910