/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A D | gruprocfs.c | 220 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,
|
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A D | gruprocfs.c | 220 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,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A 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 in aggr_timeout() [all...] |
H A D | core.h | 327 u16 seq_next; member 333 * lock mainly protects seq_next and hold_q. Movement of seq_next
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A 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 in aggr_timeout() [all...] |
H A D | core.h | 327 u16 seq_next; member 333 * lock mainly protects seq_next and hold_q. Movement of seq_next
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | midcomms.c | 158 atomic_t seq_next; member 322 atomic_set(&node->seq_next, DLM_SEQ_INIT); in midcomms_node_reset() 421 dlm_send_ack(node->nodeid, atomic_read(&node->seq_next)); in dlm_send_ack_threshold() 528 oval = atomic_read(&node->seq_next); in dlm_midcomms_receive_buffer() 534 } while (atomic_cmpxchg(&node->seq_next, oval, nval) != oval); in dlm_midcomms_receive_buffer() 599 * current node->seq_next number as ack. in dlm_midcomms_receive_buffer()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_log.c | 339 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function 395 .next = seq_next,
|
H A D | nfnetlink_log.c | 1065 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function 1092 .next = seq_next,
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_log.c | 329 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function 385 .next = seq_next,
|
H A D | nfnetlink_log.c | 1083 static void *seq_next(struct seq_file *s, void *v, loff_t *pos) in seq_next() function 1110 .next = seq_next,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | debug_sta.c | 64 tid->seq_next, in read_file_node_aggr()
|
H A D | xmit.c | 1544 *ssn = txtid->seq_start = txtid->seq_next; in ath_tx_aggr_start() 2175 seqno = tid->seq_next; in ath_tx_setup_buffer() 2176 hdr->seq_ctrl = cpu_to_le16(tid->seq_next << IEEE80211_SEQ_SEQ_SHIFT); in ath_tx_setup_buffer() 2182 INCR(tid->seq_next, IEEE80211_SEQ_MAX); in ath_tx_setup_buffer() 2814 tid->seq_start = tid->seq_next = 0; in ath_tx_node_init()
|
H A D | ath9k.h | 239 u16 seq_next; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | debug_sta.c | 64 tid->seq_next, in read_file_node_aggr()
|
H A D | xmit.c | 1605 *ssn = txtid->seq_start = txtid->seq_next; in ath_tx_aggr_start() 2234 seqno = tid->seq_next; in ath_tx_setup_buffer() 2235 hdr->seq_ctrl = cpu_to_le16(tid->seq_next << IEEE80211_SEQ_SEQ_SHIFT); in ath_tx_setup_buffer() 2241 INCR(tid->seq_next, IEEE80211_SEQ_MAX); in ath_tx_setup_buffer() 2873 tid->seq_start = tid->seq_next = 0; in ath_tx_node_init()
|
H A D | ath9k.h | 240 u16 seq_next; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cgroup-defs.h | 588 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos); member
|
H A D | kernfs.h | 239 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cgroup-defs.h | 631 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos); member
|
H A D | kernfs.h | 291 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos); member
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | cgroup-v1.c | 632 .seq_next = cgroup_pidlist_next, 651 .seq_next = cgroup_pidlist_next,
|
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | file.c | 137 if (ops->seq_next) { in kernfs_seq_next() 138 void *next = ops->seq_next(sf, v, ppos); in kernfs_seq_next()
|
/kernel/linux/linux-6.6/fs/kernfs/ |
H A D | file.c | 174 if (ops->seq_next) { in kernfs_seq_next() 175 void *next = ops->seq_next(sf, v, ppos); in kernfs_seq_next()
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | cgroup-v1.c | 631 .seq_next = cgroup_pidlist_next, 650 .seq_next = cgroup_pidlist_next,
|