Searched refs:seq_start (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/misc/sgi-gru/ |
| H A 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/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_mac80211.c | 1114 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 D | rsi_main.h | 28 u16 seq_start[IEEE80211_NUM_TIDS]; member 193 u16 seq_start; member
|
| H A D | rsi_mgmt.h | 380 __le16 seq_start; member
|
| H A 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/sound/firewire/dice/ |
| H A 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/net/netfilter/ |
| H A D | nf_log.c | 348 static void *seq_start(struct seq_file *seq, loff_t *pos) in seq_start() function 415 .start = seq_start,
|
| H A D | nfnetlink_log.c | 1105 static void *seq_start(struct seq_file *s, loff_t *pos) in seq_start() function 1138 .start = seq_start,
|
| H A D | nfnetlink_queue.c | 2011 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 D | debug_sta.c | 63 tid->seq_start, in read_file_node_aggr()
|
| /linux/include/linux/ |
| H A D | cgroup-defs.h | 745 void *(*seq_start)(struct seq_file *sf, loff_t *ppos); member
|
| /linux/drivers/md/ |
| H A D | raid1.c | 608 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 D | cgroup-v1.c | 635 .seq_start = cgroup_pidlist_start, 654 .seq_start = cgroup_pidlist_start,
|
| H A D | cgroup.c | 4453 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,
|