Searched refs:seq (Results 1 - 25 of 1560) sorted by relevance

1234567891011>>

/linux-master/include/vdso/
H A Dhelpers.h11 u32 seq; local
13 while (unlikely((seq = READ_ONCE(vd->seq)) & 1))
17 return seq;
23 u32 seq; local
26 seq = READ_ONCE(vd->seq);
27 return seq != start;
34 * updates to vd[x].seq and it is possible that the value seen by the
37 WRITE_ONCE(vd[CS_HRES_COARSE].seq, v
[all...]
/linux-master/drivers/vdpa/pds/
H A Ddebugfs.c35 static void print_status_bits(struct seq_file *seq, u8 status) argument
37 seq_puts(seq, "status:");
38 PRINT_SBIT_NAME(seq, status, VIRTIO_CONFIG_S_ACKNOWLEDGE);
39 PRINT_SBIT_NAME(seq, status, VIRTIO_CONFIG_S_DRIVER);
40 PRINT_SBIT_NAME(seq, status, VIRTIO_CONFIG_S_DRIVER_OK);
41 PRINT_SBIT_NAME(seq, status, VIRTIO_CONFIG_S_FEATURES_OK);
42 PRINT_SBIT_NAME(seq, status, VIRTIO_CONFIG_S_NEEDS_RESET);
43 PRINT_SBIT_NAME(seq, status, VIRTIO_CONFIG_S_FAILED);
44 seq_puts(seq, "\n");
47 static void print_feature_bits_all(struct seq_file *seq, u6 argument
175 identity_show(struct seq_file *seq, void *v) argument
201 config_show(struct seq_file *seq, void *v) argument
236 vq_show(struct seq_file *seq, void *v) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dqmgr.c29 struct nvkm_falcon_qmgr_seq *seq; local
32 mutex_lock(&qmgr->seq.mutex);
33 index = find_first_zero_bit(qmgr->seq.tbl, NVKM_FALCON_QMGR_SEQ_NUM);
36 mutex_unlock(&qmgr->seq.mutex);
40 set_bit(index, qmgr->seq.tbl);
41 mutex_unlock(&qmgr->seq.mutex);
43 seq = &qmgr->seq.id[index];
44 seq->state = SEQ_STATE_PENDING;
45 return seq;
49 nvkm_falcon_qmgr_seq_release(struct nvkm_falcon_qmgr *qmgr, struct nvkm_falcon_qmgr_seq *seq) argument
[all...]
/linux-master/drivers/scsi/elx/efct/
H A Defct_unsol.h11 efct_unsolicited_cb(void *arg, struct efc_hw_sequence *seq);
13 efct_dispatch_fcp_cmd(struct efct_node *node, struct efc_hw_sequence *seq);
15 efct_node_recv_abts_frame(struct efct_node *node, struct efc_hw_sequence *seq);
/linux-master/sound/core/seq/
H A DMakefile7 snd-seq-objs := seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o \
10 snd-seq-$(CONFIG_SND_PROC_FS) += seq_info.o
11 snd-seq-$(CONFIG_SND_SEQ_UMP) += seq_ump_convert.o
12 snd-seq-midi-objs := seq_midi.o
13 snd-seq-midi-emul-objs := seq_midi_emul.o
14 snd-seq-midi-event-objs := seq_midi_event.o
15 snd-seq-dummy-objs := seq_dummy.o
16 snd-seq-virmidi-objs := seq_virmidi.o
17 snd-seq
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_map.c11 struct seq_file *seq = ctx->meta->seq; local
16 BPF_SEQ_PRINTF(seq, " %%%%%% END %%%%%%\n");
21 BPF_SEQ_PRINTF(seq, " id refcnt usercnt locked_vm\n");
23 BPF_SEQ_PRINTF(seq, "%8u %8ld %8ld %10lu\n", map->id, map->refcnt.counter,
H A Dbpf_iter_tasks.c16 struct seq_file *seq = ctx->meta->seq; local
21 BPF_SEQ_PRINTF(seq, "%s\n", info);
31 BPF_SEQ_PRINTF(seq, " tgid gid\n");
33 BPF_SEQ_PRINTF(seq, "%8d %8d\n", task->tgid, task->pid);
43 struct seq_file *seq = ctx->meta->seq; local
52 BPF_SEQ_PRINTF(seq, "%s\n", info);
62 BPF_SEQ_PRINTF(seq, "%s\n", info);
71 BPF_SEQ_PRINTF(seq, "
[all...]
H A Dbpf_iter_test_kern_common.h12 struct seq_file *seq = ctx->meta->seq; local
17 bpf_seq_write(seq, &c, sizeof(c));
H A Dbpf_iter_test_kern3.c11 struct seq_file *seq = ctx->meta->seq; local
16 bpf_seq_write(seq, &tgid, sizeof(tgid));
H A Dbpf_iter_bpf_link.c11 struct seq_file *seq = ctx->meta->seq; local
19 bpf_seq_write(seq, &link_id, sizeof(link_id));
H A Dcgroup_iter.c20 struct seq_file *seq = ctx->meta->seq; local
25 BPF_SEQ_PRINTF(seq, "epilogue\n");
31 BPF_SEQ_PRINTF(seq, "prologue\n");
33 BPF_SEQ_PRINTF(seq, "%8llu\n", cgroup_id(cgrp));
H A Dbpf_iter_ksym.c31 struct seq_file *seq = ctx->meta->seq; local
41 BPF_SEQ_PRINTF(seq, "ADDR TYPE NAME MODULE_NAME KIND MAX_SIZE\n");
45 BPF_SEQ_PRINTF(seq, "0x%x\n", iter->value - last_sym_value);
47 BPF_SEQ_PRINTF(seq, "\n");
57 BPF_SEQ_PRINTF(seq, "0x%llx %c %s [ %s ] ",
60 BPF_SEQ_PRINTF(seq, "0x%llx %c %s ", value, type, iter->name);
63 BPF_SEQ_PRINTF(seq, "MOD ");
65 BPF_SEQ_PRINTF(seq, "FTRACE_MOD ");
67 BPF_SEQ_PRINTF(seq, "BP
[all...]
/linux-master/drivers/net/bonding/
H A Dbond_procfs.c11 static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos)
14 struct bonding *bond = pde_data(file_inode(seq->file));
31 static void *bond_info_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
33 struct bonding *bond = pde_data(file_inode(seq->file));
52 static void bond_info_seq_stop(struct seq_file *seq, void *v)
58 static void bond_info_show_master(struct seq_file *seq) argument
60 struct bonding *bond = pde_data(file_inode(seq->file));
67 seq_printf(seq, "Bonding Mode: %s",
74 seq_printf(seq, " (fail_over_mac %s)", optval->string);
77 seq_printf(seq, "\
190 bond_info_show_slave(struct seq_file *seq, const struct slave *slave) argument
265 bond_info_seq_show(struct seq_file *seq, void *v) argument
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_trace.h16 TP_PROTO(int crtc, unsigned int seq, ktime_t time, bool high_prec),
17 TP_ARGS(crtc, seq, time, high_prec),
20 __field(unsigned int, seq)
26 __entry->seq = seq;
30 TP_printk("crtc=%d, seq=%u, time=%lld, high-prec=%s",
31 __entry->crtc, __entry->seq, __entry->time,
36 TP_PROTO(struct drm_file *file, int crtc, unsigned int seq),
37 TP_ARGS(file, crtc, seq),
41 __field(unsigned int, seq)
[all...]
/linux-master/drivers/rtc/
H A Dproc.c39 static int rtc_proc_show(struct seq_file *seq, void *offset) argument
42 struct rtc_device *rtc = seq->private;
49 seq_printf(seq,
57 seq_printf(seq, "alrm_time\t: %ptRt\n", &alrm.time);
58 seq_printf(seq, "alrm_date\t: %ptRd\n", &alrm.time);
59 seq_printf(seq, "alarm_IRQ\t: %s\n",
61 seq_printf(seq, "alrm_pending\t: %s\n",
63 seq_printf(seq, "update IRQ enabled\t: %s\n",
65 seq_printf(seq, "periodic IRQ enabled\t: %s\n",
67 seq_printf(seq, "periodi
[all...]
/linux-master/fs/bcachefs/
H A Dseqmutex.h9 u32 seq; member in struct:seqmutex
26 lock->seq++;
32 return lock->seq;
35 static inline bool seqmutex_relock(struct seqmutex *lock, u32 seq) argument
37 if (lock->seq != seq || !mutex_trylock(&lock->lock))
40 if (lock->seq != seq) {
H A Djournal_reclaim.h24 return pin->seq != 0;
28 journal_seq_pin(struct journal *j, u64 seq) argument
30 EBUG_ON(seq < j->pin.front || seq >= j->pin.back);
32 return &j->pin.data[seq & j->pin.mask];
43 static inline void bch2_journal_pin_add(struct journal *j, u64 seq, argument
47 if (unlikely(!journal_pin_active(pin) || pin->seq > seq))
48 bch2_journal_pin_set(j, seq, pin, flush_fn);
56 static inline void bch2_journal_pin_update(struct journal *j, u64 seq, argument
[all...]
/linux-master/include/linux/
H A Dseq_file_net.h18 static inline struct net *seq_file_net(struct seq_file *seq) argument
21 return ((struct seq_net_private *)seq->private)->net;
31 static inline struct net *seq_file_single_net(struct seq_file *seq) argument
34 return (struct net *)seq->private;
/linux-master/fs/dlm/
H A Drcom.h16 uint64_t seq);
18 int last_len, uint64_t seq);
19 int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid, uint64_t seq);
20 int dlm_send_rcom_lock(struct dlm_rsb *r, struct dlm_lkb *lkb, uint64_t seq);
H A Drecover.h18 int dlm_recover_members_wait(struct dlm_ls *ls, uint64_t seq);
19 int dlm_recover_directory_wait(struct dlm_ls *ls, uint64_t seq);
20 int dlm_recover_locks_wait(struct dlm_ls *ls, uint64_t seq);
21 int dlm_recover_done_wait(struct dlm_ls *ls, uint64_t seq);
22 int dlm_recover_masters(struct dlm_ls *ls, uint64_t seq);
24 int dlm_recover_locks(struct dlm_ls *ls, uint64_t seq);
/linux-master/drivers/net/wireless/st/cw1200/
H A Ddebug.c69 static void cw1200_queue_status_show(struct seq_file *seq, argument
73 seq_printf(seq, "Queue %d:\n", q->queue_id);
74 seq_printf(seq, " capacity: %zu\n", q->capacity);
75 seq_printf(seq, " queued: %zu\n", q->num_queued);
76 seq_printf(seq, " pending: %zu\n", q->num_pending);
77 seq_printf(seq, " sent: %zu\n", q->num_sent);
78 seq_printf(seq, " locked: %s\n", q->tx_locked_cnt ? "yes" : "no");
79 seq_printf(seq, " overfull: %s\n", q->overfull ? "yes" : "no");
80 seq_puts(seq, " link map: 0-> ");
82 seq_printf(seq, "
86 cw1200_debug_print_map(struct seq_file *seq, struct cw1200_common *priv, const char *label, u32 map) argument
98 cw1200_status_show(struct seq_file *seq, void *v) argument
291 cw1200_counters_show(struct seq_file *seq, void *v) argument
[all...]
/linux-master/drivers/vfio/
H A Ddebugfs.c14 static int vfio_device_state_read(struct seq_file *seq, void *data) argument
16 struct device *vf_dev = seq->private;
31 seq_puts(seq, "ERROR\n");
34 seq_puts(seq, "STOP\n");
37 seq_puts(seq, "RUNNING\n");
40 seq_puts(seq, "STOP_COPY\n");
43 seq_puts(seq, "RESUMING\n");
46 seq_puts(seq, "RUNNING_P2P\n");
49 seq_puts(seq, "PRE_COPY\n");
52 seq_puts(seq, "PRE_COPY_P2
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_proc.c26 static void seq_printf_with_thousands_grouping(struct seq_file *seq, long v) argument
31 seq_printf(seq, "%ld,", v / 1000000);
33 seq_printf(seq, "%03ld,%03ld", v/1000, v % 1000);
35 seq_printf(seq, "%ld,%03ld", v/1000, v % 1000);
37 seq_printf(seq, "%ld", v);
90 static void drbd_syncer_progress(struct drbd_device *device, struct seq_file *seq, argument
102 seq_puts(seq, "\t[");
104 seq_putc(seq, '=');
105 seq_putc(seq, '>');
107 seq_putc(seq, '
215 drbd_seq_show(struct seq_file *seq, void *v) argument
[all...]
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_debugfs.c22 * @seq: Pointer to the sequence file structure.
27 static int rsi_sdio_stats_read(struct seq_file *seq, void *data) argument
29 struct rsi_common *common = seq->private;
33 seq_printf(seq, "total_sdio_interrupts: %d\n",
35 seq_printf(seq, "sdio_msdu_pending_intr_count: %d\n",
37 seq_printf(seq, "sdio_buff_full_count : %d\n",
39 seq_printf(seq, "sdio_buf_semi_full_count %d\n",
41 seq_printf(seq, "sdio_unknown_intr_count: %d\n",
44 seq_printf(seq, "BUFFER FULL STATUS : %d\n",
46 seq_printf(seq, "SEM
81 rsi_version_read(struct seq_file *seq, void *data) argument
115 rsi_stats_read(struct seq_file *seq, void *data) argument
200 rsi_debug_zone_read(struct seq_file *seq, void *data) argument
[all...]
/linux-master/net/sctp/
H A Dproc.c59 static int sctp_snmp_seq_show(struct seq_file *seq, void *v) argument
62 struct net *net = seq->private;
70 seq_printf(seq, "%-32s\t%ld\n", sctp_snmp_list[i].name,
77 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) argument
105 seq_printf(seq, "*");
107 af->seq_dump_addr(seq, addr);
113 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) argument
126 seq_printf(seq, "*");
128 af->seq_dump_addr(seq, addr);
132 static void *sctp_eps_seq_start(struct seq_file *seq, loff_ argument
146 sctp_eps_seq_stop(struct seq_file *seq, void *v) argument
151 sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
161 sctp_eps_seq_show(struct seq_file *seq, void *v) argument
203 sctp_transport_seq_start(struct seq_file *seq, loff_t *pos) argument
212 sctp_transport_seq_stop(struct seq_file *seq, void *v) argument
225 sctp_transport_seq_next(struct seq_file *seq, void *v, loff_t *pos) argument
241 sctp_assocs_seq_show(struct seq_file *seq, void *v) argument
300 sctp_remaddr_seq_show(struct seq_file *seq, void *v) argument
[all...]

Completed in 490 milliseconds

1234567891011>>