Home
last modified time | relevance | path

Searched refs:seq (Results 1 – 25 of 1468) sorted by relevance

12345678910>>...59

/linux/drivers/net/bonding/
A Dbond_procfs.c67 seq_printf(seq, "Bonding Mode: %s", in bond_info_show_master()
77 seq_printf(seq, "\n"); in bond_info_show_master()
88 seq_printf(seq, "Primary Slave: %s", in bond_info_show_master()
125 seq_printf(seq, ","); in bond_info_show_master()
129 seq_printf(seq, "\n"); in bond_info_show_master()
135 seq_puts(seq, "\n802.3ad info\n"); in bond_info_show_master()
136 seq_printf(seq, "LACP active: %s\n", in bond_info_show_master()
138 seq_printf(seq, "LACP rate: %s\n", in bond_info_show_master()
152 seq_printf(seq, in bond_info_show_master()
252 bond_info_show_master(seq); in bond_info_seq_show()
[all …]
/linux/drivers/net/wireless/st/cw1200/
A Ddebug.c80 seq_puts(seq, " link map: 0-> "); in cw1200_queue_status_show()
92 seq_printf(seq, "%s0-> ", label); in cw1200_debug_print_map()
113 seq_printf(seq, "FW API: %d\n", in cw1200_status_show()
117 seq_printf(seq, "FW label: '%s'\n", in cw1200_status_show()
122 seq_printf(seq, "Join state: %s\n", in cw1200_status_show()
182 seq_printf(seq, "HT: %s\n", in cw1200_status_show()
190 seq_printf(seq, "RSSI thold: %d\n", in cw1200_status_show()
205 seq_puts(seq, "\n"); in cw1200_status_show()
208 seq_puts(seq, "\n"); in cw1200_status_show()
218 seq_puts(seq, "\n"); in cw1200_status_show()
[all …]
/linux/kernel/bpf/
A Dbpf_iter.c102 seq->buf = kvmalloc(seq->size, GFP_KERNEL); in bpf_seq_read()
123 p = seq->op->start(seq, &seq->index); in bpf_seq_read()
128 seq->op->stop(seq, p); in bpf_seq_read()
133 err = seq->op->show(seq, p); in bpf_seq_read()
143 seq->op->stop(seq, p); in bpf_seq_read()
154 p = seq->op->next(seq, p, &seq->index); in bpf_seq_read()
174 seq->op->stop(seq, p); in bpf_seq_read()
180 err = seq->op->show(seq, p); in bpf_seq_read()
189 seq->op->stop(seq, p); in bpf_seq_read()
201 seq->op->stop(seq, p); in bpf_seq_read()
[all …]
/linux/drivers/usb/dwc2/
A Ddebugfs.c168 seq_puts(seq, "\n"); in state_show()
255 seq_puts(seq, "\n"); in ep_show()
678 print_param(seq, p, speed); in params_show()
687 print_param(seq, p, phy_type); in params_show()
698 print_param(seq, p, ts_dline); in params_show()
704 print_param(seq, p, lpm); in params_show()
706 print_param(seq, p, besl); in params_show()
710 print_param(seq, p, host_dma); in params_show()
711 print_param(seq, p, g_dma); in params_show()
732 print_param(seq, hw, op_mode); in hw_params_show()
[all …]
/linux/drivers/net/wireless/rsi/
A Drsi_91x_debugfs.c29 struct rsi_common *common = seq->private; in rsi_sdio_stats_read()
34 seq_printf(seq, "total_sdio_interrupts: %d\n", in rsi_sdio_stats_read()
38 seq_printf(seq, "sdio_buff_full_count : %d\n", in rsi_sdio_stats_read()
45 seq_printf(seq, "BUFFER FULL STATUS : %d\n", in rsi_sdio_stats_read()
51 seq_printf(seq, "BUFFER FULL COUNTER : %d\n", in rsi_sdio_stats_read()
84 struct rsi_common *common = seq->private; in rsi_version_read()
86 seq_printf(seq, "LMAC : %d.%d.%d.%d\n", in rsi_version_read()
118 struct rsi_common *common = seq->private; in rsi_stats_read()
133 seq_puts(seq, "DRIVER_FSM_STATE: "); in rsi_stats_read()
155 seq_printf(seq, "total_vo_pkt_freed: %8d\n", in rsi_stats_read()
[all …]
/linux/net/xfrm/
A Dxfrm_replay.c133 if (likely(seq > x->replay.seq)) in xfrm_replay_check_legacy()
136 diff = x->replay.seq - seq; in xfrm_replay_check_legacy()
173 if (seq > x->replay.seq) { in xfrm_replay_advance()
174 diff = seq - x->replay.seq; in xfrm_replay_advance()
179 x->replay.seq = seq; in xfrm_replay_advance()
181 diff = x->replay.seq - seq; in xfrm_replay_advance()
270 if (seq > replay_esn->seq) { in xfrm_replay_advance_bmp()
271 diff = seq - replay_esn->seq; in xfrm_replay_advance_bmp()
287 replay_esn->seq = seq; in xfrm_replay_advance_bmp()
289 diff = replay_esn->seq - seq; in xfrm_replay_advance_bmp()
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_debugfs.c131 seq_printf(seq, in cim_la_show()
285 seq_puts(seq, "\n"); in cim_ma_la_show()
291 seq_puts(seq, in cim_ma_la_show()
365 seq_printf(seq, in cim_qcfg_show()
473 seq_putc(seq, '\n'); in field_desc_show()
1162 seq_printf(seq, in mboxlog_show()
1373 seq_putc(seq, '/'); in mps_trc_show()
1815 seq_printf(seq, in mps_tcam_show()
1828 seq_printf(seq, in mps_tcam_show()
1838 seq_printf(seq, in mps_tcam_show()
[all …]
/linux/net/atm/
A Dproc.c60 seq_puts(seq, " "); in atm_dev_info()
62 seq_puts(seq, " "); in atm_dev_info()
65 seq_putc(seq, '\n'); in atm_dev_info()
136 v = vcc_walk(seq, 1); in vcc_seq_next()
167 seq_putc(seq, '\n'); in pvc_info()
189 seq_printf(seq, "PVC"); in vcc_info()
192 seq_printf(seq, "SVC"); in vcc_info()
221 seq_putc(seq, '\n'); in svc_info()
258 pvc_info(seq, vcc); in pvc_seq_show()
280 vcc_info(seq, vcc); in vcc_seq_show()
[all …]
/linux/net/kcm/
A Dkcmproc.c88 seq_printf(seq, in kcm_format_mux_header()
92 seq_printf(seq, in kcm_format_mux_header()
106 seq_puts(seq, "\n"); in kcm_format_mux_header()
112 seq_printf(seq, in kcm_format_sock()
136 seq_puts(seq, "\n"); in kcm_format_sock()
142 seq_printf(seq, in kcm_format_psock()
193 seq_printf(seq, in kcm_format_mux()
281 seq_printf(seq, in kcm_stats_seq_show()
294 seq_printf(seq, in kcm_stats_seq_show()
307 seq_printf(seq, in kcm_stats_seq_show()
[all …]
/linux/drivers/block/drbd/
A Ddrbd_proc.c102 seq_puts(seq, "\t["); in drbd_syncer_progress()
104 seq_putc(seq, '='); in drbd_syncer_progress()
105 seq_putc(seq, '>'); in drbd_syncer_progress()
107 seq_putc(seq, '.'); in drbd_syncer_progress()
108 seq_puts(seq, "] "); in drbd_syncer_progress()
126 seq_puts(seq, "\n\t"); in drbd_syncer_progress()
157 seq_puts(seq, " ("); in drbd_syncer_progress()
180 seq_putc(seq, ')'); in drbd_syncer_progress()
204 seq_printf(seq, in drbd_syncer_progress()
211 seq_putc(seq, '\n'); in drbd_syncer_progress()
[all …]
/linux/drivers/cpufreq/
A Ds3c24xx-cpufreq-debugfs.c49 seq_printf(seq, "no board definition set?\n"); in board_show()
54 seq_printf(seq, "auto_io=%u\n", brd->auto_io); in board_show()
55 seq_printf(seq, "need_io=%u\n", brd->need_io); in board_show()
57 show_max(seq, &brd->max); in board_show()
76 seq_printf(seq, " HCLK %ld Hz (%lu.%lu ns)\n", in info_show()
80 seq_printf(seq, "\n"); in info_show()
82 show_max(seq, &cfg->max); in info_show()
87 seq_printf(seq, "\n"); in info_show()
127 seq_printf(seq, "bank %d: ", bank); in io_show()
130 seq_printf(seq, "nothing set\n"); in io_show()
[all …]
/linux/kernel/trace/
A Dtrace_seq.c38 if (unlikely(!s->seq.size)) in __trace_seq_init()
83 unsigned int save_len = s->seq.len; in trace_seq_printf()
92 seq_buf_vprintf(&s->seq, fmt, ap); in trace_seq_printf()
97 s->seq.len = save_len; in trace_seq_printf()
124 s->seq.len = save_len; in trace_seq_bitmask()
154 s->seq.len = save_len; in trace_seq_vprintf()
188 s->seq.len = save_len; in trace_seq_bprintf()
245 seq_buf_putc(&s->seq, c); in trace_seq_putc()
305 s->seq.len = save_len; in trace_seq_putmem_hex()
341 s->seq.len = save_len; in trace_seq_path()
[all …]
/linux/net/sctp/
A Dproc.c105 seq_printf(seq, "*"); in sctp_seq_dump_local_addrs()
126 seq_printf(seq, "*"); in sctp_seq_dump_remote_addrs()
186 seq_printf(seq, "\n"); in sctp_eps_seq_show()
264 seq_printf(seq, in sctp_assocs_seq_show()
276 seq_printf(seq, " "); in sctp_assocs_seq_show()
278 seq_printf(seq, "<-> "); in sctp_assocs_seq_show()
290 seq_printf(seq, "\n"); in sctp_assocs_seq_show()
322 seq_printf(seq, " "); in sctp_remaddr_seq_show()
349 seq_puts(seq, "0 "); in sctp_remaddr_seq_show()
356 seq_puts(seq, "0 "); in sctp_remaddr_seq_show()
[all …]
/linux/net/ipv4/
A Dproc.c59 socket_seq_show(seq); in sockstat_seq_show()
363 seq_printf(seq, " %lu", in icmp_put()
369 seq_printf(seq, " %lu", in icmp_put()
410 seq_puts(seq, "\nTcp:"); in snmp_seq_show_tcp_udp()
414 seq_puts(seq, "\nTcp:"); in snmp_seq_show_tcp_udp()
429 seq_puts(seq, "\nUdp:"); in snmp_seq_show_tcp_udp()
432 seq_puts(seq, "\nUdp:"); in snmp_seq_show_tcp_udp()
448 seq_putc(seq, '\n'); in snmp_seq_show_tcp_udp()
457 icmpmsg_put(seq); in snmp_seq_show()
515 seq_putc(seq, '\n'); in netstat_seq_show()
[all …]
/linux/kernel/cgroup/
A Ddebug.c58 seq_puts(seq, "\n"); in current_css_set_read()
144 seq_printf(seq, "%pK", tcset); in cgroup_css_links_read()
148 seq_printf(seq, " %d", refcnt); in cgroup_css_links_read()
162 seq_puts(seq, "\n"); in cgroup_css_links_read()
166 seq_printf(seq, " task %d\n", in cgroup_css_links_read()
172 seq_printf(seq, " task %d\n", in cgroup_css_links_read()
181 seq_puts(seq, " [dead]\n"); in cgroup_css_links_read()
192 seq_puts(seq, "\n"); in cgroup_css_links_read()
248 seq_puts(seq, ", "); in cgroup_masks_read_one()
249 seq_puts(seq, ss->name); in cgroup_masks_read_one()
[all …]
/linux/drivers/remoteproc/
A Dremoteproc_debugfs.c278 struct rproc *rproc = seq->private; in rproc_rsc_table_show()
287 seq_puts(seq, "No resource table found\n"); in rproc_rsc_table_show()
303 seq_printf(seq, " Flags 0x%x\n", c->flags); in rproc_rsc_table_show()
305 seq_printf(seq, " Name %s\n\n", c->name); in rproc_rsc_table_show()
313 seq_printf(seq, " Flags 0x%x\n", d->flags); in rproc_rsc_table_show()
315 seq_printf(seq, " Name %s\n\n", d->name); in rproc_rsc_table_show()
323 seq_printf(seq, " Name %s\n\n", t->name); in rproc_rsc_table_show()
329 seq_printf(seq, " ID %d\n", v->id); in rproc_rsc_table_show()
340 seq_printf(seq, " Vring %d\n", j); in rproc_rsc_table_show()
364 struct rproc *rproc = seq->private; in rproc_carveouts_show()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
A Dqmgr.c32 mutex_lock(&qmgr->seq.mutex); in nvkm_falcon_qmgr_seq_acquire()
40 set_bit(index, qmgr->seq.tbl); in nvkm_falcon_qmgr_seq_acquire()
41 mutex_unlock(&qmgr->seq.mutex); in nvkm_falcon_qmgr_seq_acquire()
43 seq = &qmgr->seq.id[index]; in nvkm_falcon_qmgr_seq_acquire()
45 return seq; in nvkm_falcon_qmgr_seq_acquire()
53 seq->state = SEQ_STATE_FREE; in nvkm_falcon_qmgr_seq_release()
54 seq->callback = NULL; in nvkm_falcon_qmgr_seq_release()
55 reinit_completion(&seq->done); in nvkm_falcon_qmgr_seq_release()
56 clear_bit(seq->id, qmgr->seq.tbl); in nvkm_falcon_qmgr_seq_release()
80 mutex_init(&qmgr->seq.mutex); in nvkm_falcon_qmgr_new()
[all …]
/linux/drivers/scsi/aic94xx/
A Daic94xx_hwi.c200 struct asd_seq_data *seq = &asd_ha->seq; in asd_init_scbs() local
274 struct asd_seq_data *seq = &asd_ha->seq; in asd_alloc_edbs() local
277 seq->edb_arr = kmalloc_array(seq->num_edbs, sizeof(*seq->edb_arr), in asd_alloc_edbs()
306 struct asd_seq_data *seq = &asd_ha->seq; in asd_alloc_escbs() local
310 seq->escb_arr = kmalloc_array(seq->num_escbs, sizeof(*seq->escb_arr), in asd_alloc_escbs()
341 struct asd_seq_data *seq = &asd_ha->seq; in asd_assign_edbs2escbs() local
372 struct asd_seq_data *seq = &asd_ha->seq; in asd_init_escbs() local
399 seq->pending = seq->num_escbs; in asd_init_escbs()
717 struct asd_seq_data *seq = &asd_ha->seq; in asd_dl_tasklet_handler() local
1034 struct asd_seq_data *seq = &asd_ha->seq; in asd_ascb_alloc() local
[all …]
/linux/net/8021q/
A Dvlanproc.c171 struct net *net = seq_file_net(seq); in vlan_seq_start()
192 struct net *net = seq_file_net(seq); in vlan_seq_next()
218 struct net *net = seq_file_net(seq); in vlan_seq_show()
224 seq_puts(seq, "VLAN Dev name | VLAN ID\n"); in vlan_seq_show()
229 seq_printf(seq, "Name-Type: %s\n", in vlan_seq_show()
254 seq_printf(seq, in vlandev_seq_show()
262 seq_puts(seq, "\n"); in vlandev_seq_show()
267 seq_printf(seq, "\nINGRESS priority mappings: " in vlandev_seq_show()
278 seq_printf(seq, " EGRESS priority mappings: "); in vlandev_seq_show()
283 seq_printf(seq, "%u:%hu ", in vlandev_seq_show()
[all …]
/linux/include/vdso/
A Dhelpers.h11 u32 seq; in vdso_read_begin() local
13 while (unlikely((seq = READ_ONCE(vd->seq)) & 1)) in vdso_read_begin()
17 return seq; in vdso_read_begin()
23 u32 seq; in vdso_read_retry() local
26 seq = READ_ONCE(vd->seq); in vdso_read_retry()
27 return seq != start; in vdso_read_retry()
37 WRITE_ONCE(vd[CS_HRES_COARSE].seq, vd[CS_HRES_COARSE].seq + 1); in vdso_write_begin()
38 WRITE_ONCE(vd[CS_RAW].seq, vd[CS_RAW].seq + 1); in vdso_write_begin()
50 WRITE_ONCE(vd[CS_HRES_COARSE].seq, vd[CS_HRES_COARSE].seq + 1); in vdso_write_end()
51 WRITE_ONCE(vd[CS_RAW].seq, vd[CS_RAW].seq + 1); in vdso_write_end()
/linux/arch/m68k/atari/
A Dnvram.c191 seq_puts(seq, "Boot preference : "); in atari_nvram_proc_read()
202 seq_puts(seq, "SCSI host ID : "); in atari_nvram_proc_read()
206 seq_puts(seq, "n/a\n"); in atari_nvram_proc_read()
211 seq_puts(seq, "OS language : "); in atari_nvram_proc_read()
216 seq_puts(seq, "Keyboard language: "); in atari_nvram_proc_read()
221 seq_puts(seq, "Date format : "); in atari_nvram_proc_read()
225 seq_puts(seq, "Boot delay : "); in atari_nvram_proc_read()
227 seq_puts(seq, "default\n"); in atari_nvram_proc_read()
229 seq_printf(seq, "%ds%s\n", nvram[10], in atari_nvram_proc_read()
233 seq_printf(seq, in atari_nvram_proc_read()
[all …]
/linux/drivers/gpu/drm/
A Ddrm_trace.h17 TP_ARGS(crtc, seq, time, high_prec),
20 __field(unsigned int, seq)
26 __entry->seq = seq;
37 TP_ARGS(file, crtc, seq),
41 __field(unsigned int, seq)
46 __entry->seq = seq;
49 __entry->seq)
54 TP_ARGS(file, crtc, seq),
58 __field(unsigned int, seq)
63 __entry->seq = seq;
[all …]
/linux/kernel/time/
A Dtimekeeping.c104 .seq = SEQCNT_LATCH_ZERO(tk_fast_mono.seq),
110 .seq = SEQCNT_LATCH_ZERO(tk_fast_raw.seq),
252 seq = read_seqcount_begin(&tk_core.seq); in timekeeping_get_delta()
439 seq = raw_read_seqcount_latch(&tkf->seq); in __ktime_get_fast_ns()
542 seq = raw_read_seqcount_latch(&tkf->seq); in __ktime_get_real_fast()
805 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_real_ts64()
827 seq = read_seqcount_begin(&tk_core.seq); in ktime_get()
846 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_resolution_ns()
870 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_with_offset()
891 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_coarse_with_offset()
[all …]
/linux/drivers/gpu/drm/radeon/
A Dradeon_fence.c91 u32 seq = 0; in radeon_fence_read() local
102 return seq; in radeon_fence_read()
138 u64 seq; in radeon_fence_emit() local
152 seq); in radeon_fence_emit()
169 u64 seq; in radeon_fence_check_signaled() local
178 if (seq >= fence->seq) { in radeon_fence_check_signaled()
234 if (seq <= last_seq || seq > last_emitted) { in radeon_fence_activity()
359 u64 seq = fence->seq; in radeon_fence_is_signaled() local
550 seq[fence->ring] = fence->seq; in radeon_fence_wait_timeout()
603 seq[i] = 0; in radeon_fence_wait_any()
[all …]
/linux/include/trace/events/
A Dscmi.h13 TP_ARGS(transfer_id, msg_id, protocol_id, seq, poll),
19 __field(u16, seq)
27 __entry->seq = seq;
33 __entry->seq, __entry->poll)
39 TP_ARGS(transfer_id, msg_id, protocol_id, seq, status),
45 __field(u16, seq)
53 __entry->seq = seq;
59 __entry->seq, __entry->status)
71 __field(u16, seq)
79 __entry->seq = seq;
[all …]

Completed in 79 milliseconds

12345678910>>...59