Searched refs:seq (Results 126 - 150 of 1560) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_udp4.c27 struct seq_file *seq = ctx->meta->seq; local
40 BPF_SEQ_PRINTF(seq,
57 BPF_SEQ_PRINTF(seq, "%5d: %08X:%04X %08X:%04X ",
60 BPF_SEQ_PRINTF(seq, "%02X %08X:%08X %02X:%08lX %08X %5u %8d %lu %d %pK %u\n",
H A Diters_css_task.c58 struct seq_file *seq = ctx->meta->seq; local
65 BPF_SEQ_PRINTF(seq, "epilogue\n");
71 BPF_SEQ_PRINTF(seq, "prologue\n");
73 BPF_SEQ_PRINTF(seq, "%8llu\n", cgroup_id(cgrp));
/linux-master/include/net/
H A Draw.h66 static inline struct raw_iter_state *raw_seq_private(struct seq_file *seq) argument
68 return seq->private;
70 void *raw_seq_start(struct seq_file *seq, loff_t *pos);
71 void *raw_seq_next(struct seq_file *seq, void *v, loff_t *pos);
72 void raw_seq_stop(struct seq_file *seq, void *v);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Drx_reorder.c28 static inline int reorder_index(struct wil_tid_ampdu_rx *r, u16 seq) argument
30 return seq_sub(seq, r->ssn) % r->buf_size;
88 u16 seq; variable
94 wil->txrx_ops.get_reorder_params(wil, skb, &tid, &cid, &mid, &seq,
99 mid, cid, tid, seq, mcast);
118 if (retry && seq == r->mcast_last_seq) {
120 wil_dbg_txrx(wil, "Rx drop: dup mcast seq 0x%03x\n",
121 seq);
125 r->mcast_last_seq = seq;
143 if (seq !
214 wil_rx_bar(struct wil6210_priv *wil, struct wil6210_vif *vif, u8 cid, u8 tid, u16 seq) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dcmdq.c128 struct nvkm_falcon_qmgr_seq *seq; local
137 seq = nvkm_falcon_qmgr_seq_acquire(cmdq->qmgr);
138 if (IS_ERR(seq))
139 return PTR_ERR(seq);
141 cmd->seq_id = seq->id;
144 seq->state = SEQ_STATE_USED;
145 seq->async = !timeout;
146 seq->callback = cb;
147 seq->priv = priv;
151 seq
[all...]
H A Dmsgq.c117 struct nvkm_falcon_qmgr_seq *seq; local
119 seq = &msgq->qmgr->seq.id[hdr->seq_id];
120 if (seq->state != SEQ_STATE_USED && seq->state != SEQ_STATE_CANCELLED) {
121 FLCNQ_ERR(msgq, "message for unknown sequence %08x", seq->id);
125 if (seq->state == SEQ_STATE_USED) {
126 if (seq->callback)
127 seq->result = seq
[all...]
/linux-master/net/netfilter/ipvs/
H A Dip_vs_app.c286 * Fixes th->seq based on ip_vs_seq info.
290 __u32 seq = ntohl(th->seq); local
293 * Adjust seq with delta-offset for all packets after
294 * the most recent resized pkt seq and with previous_delta offset
295 * for all packets before most recent resized pkt seq.
298 if(after(seq, vseq->init_seq)) {
299 th->seq = htonl(seq + vseq->delta);
300 IP_VS_DBG(9, "%s(): added delta (%d) to seq\
346 vs_seq_update(struct ip_vs_conn *cp, struct ip_vs_seq *vseq, unsigned int flag, __u32 seq, int diff) argument
367 __u32 seq; local
444 __u32 seq; local
533 ip_vs_app_seq_start(struct seq_file *seq, loff_t *pos) argument
543 ip_vs_app_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
570 ip_vs_app_seq_stop(struct seq_file *seq, void *v) argument
575 ip_vs_app_seq_show(struct seq_file *seq, void *v) argument
[all...]
/linux-master/include/linux/
H A Dmroute_base.h293 u32 portid, u32 seq, struct mr_mfc *c,
301 u32 portid, u32 seq, struct mr_mfc *c,
352 u32 portid, u32 seq, struct mr_mfc *c,
395 void *mr_vif_seq_next(struct seq_file *seq, void *v, loff_t *pos);
397 static inline void *mr_vif_seq_start(struct seq_file *seq, loff_t *pos) argument
399 return *pos ? mr_vif_seq_idx(seq_file_net(seq),
400 seq->private, *pos - 1)
409 void *mr_mfc_seq_next(struct seq_file *seq, void *v,
412 static inline void *mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, argument
415 struct mr_mfc_iter *it = seq
347 mr_rtm_dumproute(struct sk_buff *skb, struct netlink_callback *cb, struct mr_table *(*iter)(struct net *net, struct mr_table *mrt), int (*fill)(struct mr_table *mrt, struct sk_buff *skb, u32 portid, u32 seq, struct mr_mfc *c, int cmd, int flags), spinlock_t *lock, struct fib_dump_filter *filter) argument
426 mr_mfc_seq_stop(struct seq_file *seq, void *v) argument
443 mr_vif_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
449 mr_vif_seq_start(struct seq_file *seq, loff_t *pos) argument
460 mr_mfc_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
466 mr_mfc_seq_start(struct seq_file *seq, loff_t *pos, struct mr_table *mrt, spinlock_t *lock) argument
472 mr_mfc_seq_stop(struct seq_file *seq, void *v) argument
[all...]
H A Du64_stats_sync.h66 seqcount_t seq; member in struct:u64_stats_sync
141 seqcount_init(&__s->seq); \
147 write_seqcount_begin(&syncp->seq);
152 write_seqcount_end(&syncp->seq);
171 return read_seqcount_begin(&syncp->seq);
177 return read_seqcount_retry(&syncp->seq, start);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mcu.c14 struct sk_buff *skb, int seq)
20 dev_err(mdev->dev, "MCU message %02x (seq %d) timed out\n",
21 abs(cmd), seq);
27 if (seq != FIELD_GET(MT_RX_FCE_INFO_CMD_SEQ, *rxfce))
42 u8 seq; local
53 seq = ++mdev->mcu.msg_seq & 0xf;
54 if (!seq)
55 seq = ++mdev->mcu.msg_seq & 0xf;
59 FIELD_PREP(MT_MCU_MSG_CMD_SEQ, seq) |
69 ret = mt76x02_mcu_parse_response(mdev, cmd, skb, seq);
13 mt76x02_mcu_parse_response(struct mt76_dev *mdev, int cmd, struct sk_buff *skb, int seq) argument
[all...]
/linux-master/fs/
H A Dfs_struct.c21 write_seqcount_begin(&fs->seq);
24 write_seqcount_end(&fs->seq);
40 write_seqcount_begin(&fs->seq);
43 write_seqcount_end(&fs->seq);
71 write_seqcount_begin(&fs->seq);
74 write_seqcount_end(&fs->seq);
120 seqcount_spinlock_init(&fs->seq, &fs->lock);
166 .seq = SEQCNT_SPINLOCK_ZERO(init_fs.seq, &init_fs.lock),
/linux-master/fs/ocfs2/cluster/
H A Dnetdebug.c83 static void *nst_seq_start(struct seq_file *seq, loff_t *pos) argument
85 struct o2net_send_tracking *nst, *dummy_nst = seq->private;
94 static void *nst_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
96 struct o2net_send_tracking *nst, *dummy_nst = seq->private;
109 static int nst_seq_show(struct seq_file *seq, void *v) argument
111 struct o2net_send_tracking *nst, *dummy_nst = seq->private;
126 seq_printf(seq, "%p:\n"
153 static void nst_seq_stop(struct seq_file *seq, void *v) argument
178 struct seq_file *seq = file->private_data; local
179 struct o2net_send_tracking *dummy_nst = seq
234 sc_seq_start(struct seq_file *seq, loff_t *pos) argument
246 sc_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
279 sc_show_sock_stats(struct seq_file *seq, struct o2net_sock_container *sc) argument
294 sc_show_sock_container(struct seq_file *seq, struct o2net_sock_container *sc) argument
347 sc_seq_show(struct seq_file *seq, void *v) argument
367 sc_seq_stop(struct seq_file *seq, void *v) argument
403 struct seq_file *seq = file->private_data; local
[all...]
/linux-master/fs/bcachefs/
H A Dsix.h57 * u32 seq = six_lock_seq(&foo->lock);
62 * if (six_relock_read(&foo->lock, seq)) { ... }
138 u32 seq; member in struct:six_lock
193 return lock->seq;
275 unsigned seq, unsigned long ip);
281 * @seq: lock sequence number obtained from six_lock_seq() while lock was
287 unsigned seq)
289 return six_relock_ip(lock, type, seq, _THIS_IP_);
339 static inline bool six_relock_ip_##type(struct six_lock *lock, u32 seq, unsigned long ip)\
341 return six_relock_ip(lock, SIX_LOCK_##type, seq, i
286 six_relock_type(struct six_lock *lock, enum six_lock_type type, unsigned seq) argument
[all...]
/linux-master/arch/sparc/vdso/
H A Dvclock_gettime.c149 unsigned long seq; local
153 seq = vvar_read_begin(vvar);
158 } while (unlikely(vvar_read_retry(vvar, seq)));
169 unsigned long seq; local
173 seq = vvar_read_begin(vvar);
178 } while (unlikely(vvar_read_retry(vvar, seq)));
189 unsigned long seq; local
193 seq = vvar_read_begin(vvar);
198 } while (unlikely(vvar_read_retry(vvar, seq)));
209 unsigned long seq; local
229 unsigned long seq; local
242 unsigned long seq; local
[all...]
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dkey.c70 struct ieee80211_key_seq *seq, enum nl80211_iftype iftype)
77 memcpy(msg->rx_sequence_counter, &seq->tkip.iv16, sizeof(seq->tkip.iv16));
78 memcpy(msg->rx_sequence_counter + sizeof(u16), &seq->tkip.iv32, sizeof(seq->tkip.iv32));
100 struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq)
104 memcpy(msg->rx_sequence_counter, seq->ccmp.pn, sizeof(seq->ccmp.pn));
105 memreverse(msg->rx_sequence_counter, sizeof(seq->ccmp.pn));
140 struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq)
69 fill_tkip_group(struct wfx_hif_tkip_group_key *msg, struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq, enum nl80211_iftype iftype) argument
99 fill_ccmp_group(struct wfx_hif_aes_group_key *msg, struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) argument
139 fill_aes_cmac_group(struct wfx_hif_igtk_group_key *msg, struct ieee80211_key_conf *key, struct ieee80211_key_seq *seq) argument
155 struct ieee80211_key_seq seq; local
[all...]
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-multihist.tc16 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
30 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
37 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
/linux-master/net/mptcp/
H A Dsyncookies.c42 u32 seq, i; local
48 seq = TCP_SKB_CB(skb)->seq;
50 seq = TCP_SKB_CB(skb)->seq - 1;
52 i = jhash_3words(seq, net_hash_mix(net),
/linux-master/drivers/iommu/intel/
H A Dtrace.h61 unsigned long seq),
63 TP_ARGS(iommu, dev, dw0, dw1, dw2, dw3, seq),
70 __field(unsigned long, seq)
81 __entry->seq = seq;
86 TP_printk("%s/%s seq# %ld: %s",
87 __get_str(iommu), __get_str(dev), __entry->seq,
/linux-master/net/rxrpc/
H A Dtxbuf.c57 txb->seq = call->tx_prepared + 1;
67 whdr->seq = htonl(txb->seq);
75 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, 1,
130 txb->seq = 0;
144 whdr->seq = 0;
154 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, 1,
165 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, r + 1, what);
172 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, r, what);
179 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq,
191 rxrpc_seq_t seq; local
[all...]
/linux-master/mm/kfence/
H A Dreport.c32 static void seq_con_printf(struct seq_file *seq, const char *fmt, ...) argument
37 if (seq)
38 seq_vprintf(seq, fmt, args);
105 static void kfence_print_stack(struct seq_file *seq, const struct kfence_metadata *meta, argument
113 seq_con_printf(seq, "%s by task %d on cpu %d at %lu.%06lus:\n",
123 seq_con_printf(seq, " %pS\n", (void *)track->stack_entries[i]);
125 seq_con_printf(seq, " no %s stack\n", show_alloc ? "allocation" : "deallocation");
129 void kfence_print_object(struct seq_file *seq, const struct kfence_metadata *meta) argument
138 seq_con_printf(seq, "kfence-#%td unused\n", meta - kfence_metadata);
142 seq_con_printf(seq, "kfenc
[all...]
/linux-master/kernel/bpf/
H A Dmap_iter.c13 static void *bpf_map_seq_start(struct seq_file *seq, loff_t *pos) argument
15 struct bpf_iter_seq_map_info *info = seq->private;
27 static void *bpf_map_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
29 struct bpf_iter_seq_map_info *info = seq->private;
44 static int __bpf_map_seq_show(struct seq_file *seq, void *v, bool in_stop) argument
53 meta.seq = seq;
61 static int bpf_map_seq_show(struct seq_file *seq, void *v) argument
63 return __bpf_map_seq_show(seq, v, false);
66 static void bpf_map_seq_stop(struct seq_file *seq, voi argument
151 bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux, struct seq_file *seq) argument
[all...]
/linux-master/drivers/target/iscsi/
H A Discsi_target_erl1.c224 struct iscsi_seq *first_seq = NULL, *seq = NULL; local
241 seq = &cmd->seq_list[i];
243 if (!seq->seq_send_order)
244 first_seq = seq;
248 * seq->first_datasn and seq->last_datasn have not been set.
250 if (!seq->sent) {
252 " 0x%08x\n\n", seq->first_datasn,
253 seq->last_datasn);
260 * seq
604 struct iscsi_seq *seq = cmd->seq_ptr; local
699 struct iscsi_seq *seq = NULL; local
[all...]
/linux-master/drivers/char/
H A Dnvram.c411 static void pc_nvram_proc_read(unsigned char *nvram, struct seq_file *seq, argument
421 seq_printf(seq, "Checksum status: %svalid\n", checksum ? "" : "not ");
423 seq_printf(seq, "# floppies : %d\n",
425 seq_printf(seq, "Floppy 0 type : ");
428 seq_printf(seq, "%s\n", floppy_types[type]);
430 seq_printf(seq, "%d (unknown)\n", type);
431 seq_printf(seq, "Floppy 1 type : ");
434 seq_printf(seq, "%s\n", floppy_types[type]);
436 seq_printf(seq, "%d (unknown)\n", type);
438 seq_printf(seq, "H
474 nvram_proc_read(struct seq_file *seq, void *offset) argument
[all...]
/linux-master/drivers/misc/eeprom/
H A Didt_89hpesx.c256 * @seq: Sequence of data to be written
259 const struct idt_smb_seq *seq)
266 for (idx = 0; idx < seq->bytecnt; idx++) {
268 ccode = seq->ccode | CCODE_BYTE;
271 if (idx == seq->bytecnt - 1)
276 seq->data[idx]);
288 * @seq: Buffer to read data to
291 struct idt_smb_seq *seq)
298 for (idx = 0; idx < seq->bytecnt; idx++) {
300 ccode = seq
258 idt_smb_write_byte(struct idt_89hpesx_dev *pdev, const struct idt_smb_seq *seq) argument
290 idt_smb_read_byte(struct idt_89hpesx_dev *pdev, struct idt_smb_seq *seq) argument
323 idt_smb_write_word(struct idt_89hpesx_dev *pdev, const struct idt_smb_seq *seq) argument
372 idt_smb_read_word(struct idt_89hpesx_dev *pdev, struct idt_smb_seq *seq) argument
423 idt_smb_write_block(struct idt_89hpesx_dev *pdev, const struct idt_smb_seq *seq) argument
446 idt_smb_read_block(struct idt_89hpesx_dev *pdev, struct idt_smb_seq *seq) argument
476 idt_smb_write_i2c_block(struct idt_89hpesx_dev *pdev, const struct idt_smb_seq *seq) argument
506 idt_smb_read_i2c_block(struct idt_89hpesx_dev *pdev, struct idt_smb_seq *seq) argument
[all...]
/linux-master/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.h47 u32 seq; member in struct:cpl_iscsi_hdr_norss
57 u32 seq; member in struct:cpl_rx_data_ddp_norss

Completed in 253 milliseconds

1234567891011>>