Home
last modified time | relevance | path

Searched refs:seq_start (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/misc/sgi-gru/
H A Dgruprocfs.c213 static void *seq_start(struct seq_file *file, loff_t *gid) in seq_start() function
229 .start = seq_start,
236 .start = seq_start,
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c1114 u16 seq_no = 0, seq_start = 0; in rsi_mac80211_ampdu_action() local
1173 common->vif_info[ii].seq_start = seq_no; in rsi_mac80211_ampdu_action()
1176 rsta->seq_start[tid] = seq_no; in rsi_mac80211_ampdu_action()
1196 seq_start = common->vif_info[ii].seq_start; in rsi_mac80211_ampdu_action()
1199 seq_start = rsta->seq_start[tid]; in rsi_mac80211_ampdu_action()
1202 seq_start, in rsi_mac80211_ampdu_action()
1480 rsta->seq_start[cnt] = 0; in rsi_mac80211_sta_add()
1589 common->vif_info[0].seq_start = 0; in rsi_mac80211_sta_remove()
H A Drsi_main.h28 u16 seq_start[IEEE80211_NUM_TIDS]; member
193 u16 seq_start; member
H A Drsi_mgmt.h380 __le16 seq_start; member
H A Drsi_91x_mgmt.c641 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/sound/firewire/dice/
H A Ddice-proc.c101 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/net/netfilter/
H A Dnf_log.c348 static void *seq_start(struct seq_file *seq, loff_t *pos) in seq_start() function
415 .start = seq_start,
H A Dnfnetlink_log.c1105 static void *seq_start(struct seq_file *s, loff_t *pos) in seq_start() function
1138 .start = seq_start,
H A Dnfnetlink_queue.c2011 static void *seq_start(struct seq_file *s, loff_t *pos) in seq_start() function
2044 .start = seq_start,
/linux/drivers/net/wireless/ath/ath9k/
H A Ddebug_sta.c63 tid->seq_start, in read_file_node_aggr()
/linux/include/linux/
H A Dcgroup-defs.h745 void *(*seq_start)(struct seq_file *sf, loff_t *ppos); member
/linux/drivers/md/
H A Draid1.c608 WRITE_ONCE(info->seq_start, this_sector); in update_read_sectors()
749 sector_t seq_start, next_seq_sect; in should_choose_next() local
756 seq_start = READ_ONCE(mirror->seq_start); in should_choose_next()
758 return opt_iosize > 0 && seq_start != MaxSector && in should_choose_next()
760 next_seq_sect - opt_iosize >= seq_start; in should_choose_next()
1874 info->seq_start = MaxSector; in raid1_add_conf()
/linux/kernel/cgroup/
H A Dcgroup-v1.c635 .seq_start = cgroup_pidlist_start,
654 .seq_start = cgroup_pidlist_start,
H A Dcgroup.c4453 return seq_cft(seq)->seq_start(seq, ppos); in cgroup_seqfile_start()
4499 .seq_start = cgroup_seqfile_start,
4646 if (cft->seq_start) in cgroup_init_cftypes()
5553 .seq_start = cgroup_procs_start,
5562 .seq_start = cgroup_threads_start,