| /Linux-v5.4/drivers/misc/sgi-gru/ | 
| D | gruprocfs.c | 223 static void *seq_next(struct seq_file *file, void *data, loff_t *gid)  in seq_next()  function233 	.next	= seq_next,
 240 	.next	= seq_next,
 
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ | 
| D | txrx.c | 1059 	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 …]
 
 | 
| D | core.h | 327 	u16 seq_next;  member
 | 
| /Linux-v5.4/net/decnet/ | 
| D | dn_nsp_in.c | 530 	if (seq_next(scp->numoth_rcv, segnum)) {  in dn_nsp_linkservice()617 	if (seq_next(scp->numoth_rcv, segnum)) {  in dn_nsp_otherdata()
 645 	if (seq_next(scp->numdat_rcv, segnum)) {  in dn_nsp_data()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | dn_nsp.h | 172 static __inline__ int seq_next(__u16 seq1, __u16 seq2)  in seq_next()  function
 | 
| /Linux-v5.4/net/netfilter/ | 
| D | nf_log.c | 338 static void *seq_next(struct seq_file *s, void *v, loff_t *pos)  in seq_next()  function394 	.next	= seq_next,
 
 | 
| D | nfnetlink_log.c | 1070 static void *seq_next(struct seq_file *s, void *v, loff_t *pos)  in seq_next()  function1097 	.next	= seq_next,
 
 | 
| D | nfnetlink_queue.c | 1462 static void *seq_next(struct seq_file *s, void *v, loff_t *pos)  in seq_next()  function1489 	.next	= seq_next,
 
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ | 
| D | debug_sta.c | 64 					 tid->seq_next,  in read_file_node_aggr()
 | 
| D | xmit.c | 1539 	*ssn = txtid->seq_start = txtid->seq_next;  in ath_tx_aggr_start()2166 		seqno = tid->seq_next;  in ath_tx_setup_buffer()
 2167 		hdr->seq_ctrl = cpu_to_le16(tid->seq_next << IEEE80211_SEQ_SEQ_SHIFT);  in ath_tx_setup_buffer()
 2173 			INCR(tid->seq_next, IEEE80211_SEQ_MAX);  in ath_tx_setup_buffer()
 2796 		tid->seq_start = tid->seq_next = 0;  in ath_tx_node_init()
 
 | 
| D | ath9k.h | 238 	u16 seq_next;  member
 | 
| /Linux-v5.4/include/linux/ | 
| D | cgroup-defs.h | 592 	void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos);  member
 | 
| D | kernfs.h | 241 	void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos);  member
 | 
| /Linux-v5.4/fs/kernfs/ | 
| D | file.c | 136 	if (ops->seq_next) {  in kernfs_seq_next()137 		void *next = ops->seq_next(sf, v, ppos);  in kernfs_seq_next()
 
 | 
| /Linux-v5.4/kernel/cgroup/ | 
| D | cgroup-v1.c | 616 		.seq_next = cgroup_pidlist_next,635 		.seq_next = cgroup_pidlist_next,
 
 | 
| D | cgroup.c | 3801 	return seq_cft(seq)->seq_next(seq, v, ppos);  in cgroup_seqfile_next()3843 	.seq_next		= cgroup_seqfile_next,
 4851 		.seq_next = cgroup_procs_next,
 4860 		.seq_next = cgroup_procs_next,
 
 | 
| /Linux-v5.4/mm/ | 
| D | memcontrol.c | 4873 		.seq_next = memcg_slab_next,
 |