Home
last modified time | relevance | path

Searched refs:seq_next (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/fs/dlm/
A Dmidcomms.c157 uint32_t seq_next; member
321 node->seq_next = DLM_SEQ_INIT; in midcomms_node_reset()
496 if (seq == node->seq_next) { in dlm_midcomms_receive_buffer()
497 node->seq_next++; in dlm_midcomms_receive_buffer()
507 dlm_send_ack(node->nodeid, node->seq_next); in dlm_midcomms_receive_buffer()
526 dlm_send_ack(node->nodeid, node->seq_next); in dlm_midcomms_receive_buffer()
533 dlm_send_ack(node->nodeid, node->seq_next); in dlm_midcomms_receive_buffer()
561 if (seq < node->seq_next) in dlm_midcomms_receive_buffer()
562 dlm_send_ack(node->nodeid, node->seq_next); in dlm_midcomms_receive_buffer()
565 seq, node->seq_next, node->nodeid); in dlm_midcomms_receive_buffer()
[all …]
/linux-6.3-rc2/drivers/misc/sgi-gru/
A Dgruprocfs.c220 static void *seq_next(struct seq_file *file, void *data, loff_t *gid) in seq_next() function
230 .next = seq_next,
237 .next = seq_next,
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/
A Dtxrx.c1059 idx = AGGR_WIN_IDX(rxtid->seq_next, rxtid->hold_q_sz); in aggr_deque_frms()
1074 seq_end = seq_no ? seq_no : rxtid->seq_next; in aggr_deque_frms()
1093 rxtid->seq_next = ATH6KL_NEXT_SEQ_NO(rxtid->seq_next); in aggr_deque_frms()
1094 idx = AGGR_WIN_IDX(rxtid->seq_next, rxtid->hold_q_sz); in aggr_deque_frms()
1135 st = rxtid->seq_next; in aggr_process_recv_frm()
1151 rxtid->seq_next = cur - (rxtid->hold_q_sz - 1); in aggr_process_recv_frm()
1153 rxtid->seq_next = ATH6KL_MAX_SEQ_NO - in aggr_process_recv_frm()
1640 rxtid->seq_next, in aggr_timeout()
1641 ((rxtid->seq_next + rxtid->hold_q_sz-1) & in aggr_timeout()
1689 rxtid->seq_next = 0; in aggr_delete_tid_state()
[all …]
A Dcore.h327 u16 seq_next; member
/linux-6.3-rc2/net/netfilter/
A Dnf_log.c328 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function
384 .next = seq_next,
A Dnfnetlink_log.c1075 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function
1102 .next = seq_next,
A Dnfnetlink_queue.c1494 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function
1521 .next = seq_next,
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Ddebug_sta.c64 tid->seq_next, in read_file_node_aggr()
A Dxmit.c1585 *ssn = txtid->seq_start = txtid->seq_next; in ath_tx_aggr_start()
2214 seqno = tid->seq_next; in ath_tx_setup_buffer()
2215 hdr->seq_ctrl = cpu_to_le16(tid->seq_next << IEEE80211_SEQ_SEQ_SHIFT); in ath_tx_setup_buffer()
2221 INCR(tid->seq_next, IEEE80211_SEQ_MAX); in ath_tx_setup_buffer()
2853 tid->seq_start = tid->seq_next = 0; in ath_tx_node_init()
A Dath9k.h240 u16 seq_next; member
/linux-6.3-rc2/include/linux/
A Dcgroup-defs.h617 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos); member
A Dkernfs.h291 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos); member
/linux-6.3-rc2/fs/kernfs/
A Dfile.c174 if (ops->seq_next) { in kernfs_seq_next()
175 void *next = ops->seq_next(sf, v, ppos); in kernfs_seq_next()
/linux-6.3-rc2/kernel/cgroup/
A Dcgroup-v1.c627 .seq_next = cgroup_pidlist_next,
646 .seq_next = cgroup_pidlist_next,
A Dcgroup.c4107 return seq_cft(seq)->seq_next(seq, v, ppos); in cgroup_seqfile_next()
4149 .seq_next = cgroup_seqfile_next,
5203 .seq_next = cgroup_procs_next,
5212 .seq_next = cgroup_procs_next,

Completed in 70 milliseconds