/linux/drivers/misc/sgi-gru/ |
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/ |
A D | rsi_91x_mac80211.c | 1097 u16 seq_no = 0, seq_start = 0; in rsi_mac80211_ampdu_action() local 1153 common->vif_info[ii].seq_start = seq_no; in rsi_mac80211_ampdu_action() 1156 rsta->seq_start[tid] = seq_no; in rsi_mac80211_ampdu_action() 1176 seq_start = common->vif_info[ii].seq_start; in rsi_mac80211_ampdu_action() 1179 seq_start = rsta->seq_start[tid]; in rsi_mac80211_ampdu_action() 1182 seq_start, in rsi_mac80211_ampdu_action() 1459 rsta->seq_start[cnt] = 0; in rsi_mac80211_sta_add() 1568 common->vif_info[0].seq_start = 0; in rsi_mac80211_sta_remove()
|
A D | rsi_main.h | 28 u16 seq_start[IEEE80211_NUM_TIDS]; member 193 u16 seq_start; member
|
A D | rsi_mgmt.h | 380 __le16 seq_start; member
|
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/drivers/md/ |
A D | raid1.h | 49 sector_t seq_start; member
|
A D | raid1.c | 736 mirror->seq_start != MaxSector && in read_balance() 739 mirror->seq_start) { in read_balance() 781 conf->mirrors[best_disk].seq_start = this_sector; in read_balance() 3019 disk->seq_start = MaxSector; in setup_conf()
|
/linux/sound/firewire/dice/ |
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/drivers/net/wireless/ath/ath9k/ |
A D | xmit.c | 266 ath_send_bar(tid, tid->seq_start); in ath_tx_flush_tid() 281 index = ATH_BA_INDEX(tid->seq_start, seqno); in ath_tx_update_baw() 287 INCR(tid->seq_start, IEEE80211_SEQ_MAX); in ath_tx_update_baw() 304 index = ATH_BA_INDEX(tid->seq_start, seqno); in ath_tx_addto_baw() 487 seq_first = tid->seq_start; in ath_tx_complete_aggr() 534 if (!BAW_WITHIN(tid->seq_start, tid->baw_size, seqno) || in ath_tx_complete_aggr() 645 if (BAW_WITHIN(tid->seq_start, tid->baw_size, bar_seq)) in ath_tx_complete_aggr() 646 tid->bar_index = ATH_BA_INDEX(tid->seq_start, bar_seq); in ath_tx_complete_aggr() 946 if (!BAW_WITHIN(tid->seq_start, tid->baw_size, seqno)) { in ath_tx_get_tid_subframe() 1544 *ssn = txtid->seq_start = txtid->seq_next; in ath_tx_aggr_start() [all …]
|
A D | debug_sta.c | 63 tid->seq_start, in read_file_node_aggr()
|
A D | ath9k.h | 238 u16 seq_start; member
|
/linux/net/netfilter/ |
A D | nf_log.c | 316 static void *seq_start(struct seq_file *seq, loff_t *pos) in seq_start() function 383 .start = seq_start,
|
A D | nfnetlink_log.c | 1065 static void *seq_start(struct seq_file *s, loff_t *pos) in seq_start() function 1098 .start = seq_start,
|
A D | nfnetlink_queue.c | 1461 static void *seq_start(struct seq_file *s, loff_t *pos) in seq_start() function 1494 .start = seq_start,
|
/linux/include/linux/ |
A D | cgroup-defs.h | 587 void *(*seq_start)(struct seq_file *sf, loff_t *ppos); member
|
A D | kernfs.h | 243 void *(*seq_start)(struct seq_file *sf, loff_t *ppos); member
|
/linux/fs/kernfs/ |
A D | file.c | 117 if (ops->seq_start) { in kernfs_seq_start() 118 void *next = ops->seq_start(sf, ppos); in kernfs_seq_start()
|
/linux/kernel/cgroup/ |
A D | cgroup-v1.c | 616 .seq_start = cgroup_pidlist_start, 635 .seq_start = cgroup_pidlist_start,
|
A D | cgroup.c | 3917 return seq_cft(seq)->seq_start(seq, ppos); in cgroup_seqfile_start() 3963 .seq_start = cgroup_seqfile_start, 4131 if (cft->seq_start) in cgroup_init_cftypes() 4989 .seq_start = cgroup_procs_start, 4998 .seq_start = cgroup_threads_start,
|
/linux/ |
A D | System.map | 52636 ffff800010e1b400 t seq_start
|
A D | .tmp_System.map | 52636 ffff800010e1b400 t seq_start
|