/linux-6.12.1/drivers/misc/sgi-gru/ |
D | gruprocfs.c | 213 static void *seq_start(struct seq_file *file, loff_t *gid) in seq_start() function 229 .start = seq_start, 236 .start = seq_start,
|
/linux-6.12.1/drivers/net/wireless/rsi/ |
D | rsi_91x_mac80211.c | 1097 u16 seq_no = 0, seq_start = 0; in rsi_mac80211_ampdu_action() local 1156 common->vif_info[ii].seq_start = seq_no; in rsi_mac80211_ampdu_action() 1159 rsta->seq_start[tid] = seq_no; in rsi_mac80211_ampdu_action() 1179 seq_start = common->vif_info[ii].seq_start; in rsi_mac80211_ampdu_action() 1182 seq_start = rsta->seq_start[tid]; in rsi_mac80211_ampdu_action() 1185 seq_start, in rsi_mac80211_ampdu_action() 1462 rsta->seq_start[cnt] = 0; in rsi_mac80211_sta_add() 1571 common->vif_info[0].seq_start = 0; in rsi_mac80211_sta_remove()
|
D | rsi_main.h | 28 u16 seq_start[IEEE80211_NUM_TIDS]; member 193 u16 seq_start; member
|
D | rsi_mgmt.h | 380 __le16 seq_start; member
|
D | rsi_91x_mgmt.c | 641 aggr_params->seq_start = cpu_to_le16(ssn); in rsi_send_aggregation_params_frame() 645 aggr_params->seq_start = cpu_to_le16(ssn); in rsi_send_aggregation_params_frame()
|
/linux-6.12.1/drivers/md/ |
D | raid1.h | 49 sector_t seq_start; member
|
D | raid1.c | 588 info->seq_start = this_sector; in update_read_sectors() 736 return opt_iosize > 0 && mirror->seq_start != MaxSector && in should_choose_next() 738 mirror->next_seq_sect - opt_iosize >= mirror->seq_start; in should_choose_next() 1865 info->seq_start = MaxSector; in raid1_add_conf()
|
/linux-6.12.1/sound/firewire/dice/ |
D | dice-proc.c | 101 u32 seq_start; in dice_proc_read() member 206 snd_iprintf(buffer, " sequence start: %u\n", buf.rx.seq_start); in dice_proc_read()
|
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 313 ath_send_bar(tid, tid->seq_start); in ath_tx_flush_tid() 328 index = ATH_BA_INDEX(tid->seq_start, seqno); in ath_tx_update_baw() 334 INCR(tid->seq_start, IEEE80211_SEQ_MAX); in ath_tx_update_baw() 351 index = ATH_BA_INDEX(tid->seq_start, seqno); in ath_tx_addto_baw() 535 seq_first = tid->seq_start; in ath_tx_complete_aggr() 582 if (!BAW_WITHIN(tid->seq_start, tid->baw_size, seqno) || in ath_tx_complete_aggr() 693 if (BAW_WITHIN(tid->seq_start, tid->baw_size, bar_seq)) in ath_tx_complete_aggr() 694 tid->bar_index = ATH_BA_INDEX(tid->seq_start, bar_seq); in ath_tx_complete_aggr() 994 if (!BAW_WITHIN(tid->seq_start, tid->baw_size, seqno)) { in ath_tx_get_tid_subframe() 1009 if (tid->bar_index > ATH_BA_INDEX(tid->seq_start, seqno)) { in ath_tx_get_tid_subframe() [all …]
|
D | debug_sta.c | 63 tid->seq_start, in read_file_node_aggr()
|
D | ath9k.h | 240 u16 seq_start; member
|
/linux-6.12.1/net/netfilter/ |
D | nf_log.c | 322 static void *seq_start(struct seq_file *seq, loff_t *pos) in seq_start() function 389 .start = seq_start,
|
D | nfnetlink_log.c | 1076 static void *seq_start(struct seq_file *s, loff_t *pos) in seq_start() function 1109 .start = seq_start,
|
D | nfnetlink_queue.c | 1701 static void *seq_start(struct seq_file *s, loff_t *pos) in seq_start() function 1734 .start = seq_start,
|
/linux-6.12.1/include/linux/ |
D | cgroup-defs.h | 670 void *(*seq_start)(struct seq_file *sf, loff_t *ppos); member
|
D | kernfs.h | 292 void *(*seq_start)(struct seq_file *sf, loff_t *ppos); member
|
/linux-6.12.1/fs/kernfs/ |
D | file.c | 159 if (ops->seq_start) { in kernfs_seq_start() 160 void *next = ops->seq_start(sf, ppos); in kernfs_seq_start()
|
/linux-6.12.1/kernel/cgroup/ |
D | cgroup-v1.c | 631 .seq_start = cgroup_pidlist_start, 650 .seq_start = cgroup_pidlist_start,
|
D | cgroup.c | 4183 return seq_cft(seq)->seq_start(seq, ppos); in cgroup_seqfile_start() 4229 .seq_start = cgroup_seqfile_start, 4378 if (cft->seq_start) in cgroup_init_cftypes() 5267 .seq_start = cgroup_procs_start, 5276 .seq_start = cgroup_threads_start,
|