Home
last modified time | relevance | path

Searched refs:seq (Results 151 – 175 of 1995) sorted by relevance

12345678910>>...80

/openbmc/linux/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);
/openbmc/linux/tools/testing/selftests/zram/
H A Dzram_lib.sh51 for i in $(seq $dev_start $dev_makeswap); do
55 for i in $(seq $dev_start $dev_mounted); do
59 for i in $(seq $dev_start $dev_end); do
65 for i in $(seq $dev_start $dev_end); do
87 for i in $(seq $dev_start $dev_end); do
204 for i in $(seq $dev_start $dev_end); do
227 for i in $(seq $dev_start $dev_end); do
260 for i in $(seq $dev_start $dev_end); do
/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c601 if (!seq) { in get_seq()
609 return seq; in get_seq()
681 if (!seq) in report_lock_acquire_event()
718 free(seq); in report_lock_acquire_event()
756 if (!seq) in report_lock_acquired_event()
782 free(seq); in report_lock_acquired_event()
821 if (!seq) in report_lock_contended_event()
879 if (!seq) in report_lock_release_event()
912 free(seq); in report_lock_release_event()
1180 if (!seq) in report_lock_contention_begin_event()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c168 static void trace_print_header(int seq, int prefix) in trace_print_header() argument
170 printf("%*s[%d]: ", prefix, "", seq); in trace_print_header()
235 static void trace_print_entry(struct trace_entry *e, int seq, int *prefix) in trace_print_entry() argument
239 trace_print_header(seq, *prefix); in trace_print_entry()
243 trace_print_header(seq, *prefix); in trace_print_entry()
247 trace_print_header(seq, *prefix); in trace_print_entry()
251 trace_print_header(seq, *prefix); in trace_print_entry()
259 trace_print_header(seq, *prefix); in trace_print_entry()
263 trace_print_header(seq, *prefix); in trace_print_entry()
/openbmc/linux/net/core/
H A Dgen_estimator.c50 seqcount_t seq; member
93 write_seqcount_begin(&est->seq); in est_timer()
96 write_seqcount_end(&est->seq); in est_timer()
159 seqcount_init(&est->seq); in gen_new_estimator()
260 unsigned seq; in gen_estimator_read() local
270 seq = read_seqcount_begin(&est->seq); in gen_estimator_read()
273 } while (read_seqcount_retry(&est->seq, seq)); in gen_estimator_read()
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_domain.c861 struct efc_hw_sequence *seq = NULL; in efct_domain_process_pending() local
879 list_del(&seq->list_entry); in efct_domain_process_pending()
882 if (!seq) { in efct_domain_process_pending()
894 efc->tt.hw_seq_free(efc, seq); in efct_domain_process_pending()
896 seq = NULL; in efct_domain_process_pending()
918 INIT_LIST_HEAD(&seq->list_entry); in efc_dispatch_frame()
933 efc->tt.hw_seq_free(efc, seq); in efc_dispatch_frame()
948 if (!seq->header || !seq->header->dma.virt || !seq->payload->dma.virt) { in efc_domain_dispatch_frame()
953 hdr = seq->header->dma.virt; in efc_domain_dispatch_frame()
1005 INIT_LIST_HEAD(&seq->list_entry); in efc_domain_dispatch_frame()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_task_btf.c18 struct seq_file *seq = ctx->meta->seq; in dump_task_struct() local
28 BPF_SEQ_PRINTF(seq, "Raw BTF task\n"); in dump_task_struct()
30 ret = bpf_seq_printf_btf(seq, &ptr, sizeof(ptr), 0); in dump_task_struct()
H A Dbpf_iter_task_file.c16 struct seq_file *seq = ctx->meta->seq; in dump_task_file() local
26 BPF_SEQ_PRINTF(seq, " tgid gid fd file\n"); in dump_task_file()
37 BPF_SEQ_PRINTF(seq, "%8d %8d %8d %lx\n", task->tgid, task->pid, fd, in dump_task_file()
H A Dbpf_iter_udp4.c27 struct seq_file *seq = ctx->meta->seq; in dump_udp4() local
40 BPF_SEQ_PRINTF(seq, in dump_udp4()
57 BPF_SEQ_PRINTF(seq, "%5d: %08X:%04X %08X:%04X ", in dump_udp4()
60 BPF_SEQ_PRINTF(seq, "%02X %08X:%08X %02X:%08lX %08X %5u %8d %lu %d %pK %u\n", in dump_udp4()
/openbmc/linux/include/linux/
H A Du64_stats_sync.h66 seqcount_t seq; member
141 seqcount_init(&__s->seq); \
147 write_seqcount_begin(&syncp->seq); in __u64_stats_update_begin()
152 write_seqcount_end(&syncp->seq); in __u64_stats_update_end()
171 return read_seqcount_begin(&syncp->seq); in __u64_stats_fetch_begin()
177 return read_seqcount_retry(&syncp->seq, start); in __u64_stats_fetch_retry()
/openbmc/linux/fs/ext4/
H A Dmmp.c143 u32 seq = 0; in kmmpd() local
171 if (++seq > EXT4_MMP_SEQ_MAX) in kmmpd()
172 seq = 1; in kmmpd()
174 mmp->mmp_seq = cpu_to_le32(seq); in kmmpd()
285 u32 seq; in ext4_multi_mount_protect() local
313 seq = le32_to_cpu(mmp->mmp_seq); in ext4_multi_mount_protect()
314 if (seq == EXT4_MMP_SEQ_CLEAN) in ext4_multi_mount_protect()
317 if (seq == EXT4_MMP_SEQ_FSCK) { in ext4_multi_mount_protect()
341 if (seq != le32_to_cpu(mmp->mmp_seq)) { in ext4_multi_mount_protect()
352 seq = mmp_new_seq(); in ext4_multi_mount_protect()
[all …]
/openbmc/linux/lib/vdso/
H A Dgettimeofday.c56 u32 seq; in do_hres_timens() local
68 seq = vdso_read_begin(vd); in do_hres_timens()
81 } while (unlikely(vdso_read_retry(vd, seq))); in do_hres_timens()
115 u32 seq; in do_hres() local
133 while (unlikely((seq = READ_ONCE(vd->seq)) & 1)) { in do_hres()
152 } while (unlikely(vdso_read_retry(vd, seq))); in do_hres()
173 s32 seq; in do_coarse_timens() local
176 seq = vdso_read_begin(vd); in do_coarse_timens()
179 } while (unlikely(vdso_read_retry(vd, seq))); in do_coarse_timens()
205 u32 seq; in do_coarse() local
[all …]
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_cmd.c53 sp = cmd->seq; in _ft_dump_cmd()
113 ep = fc_seq_exch(cmd->seq); in ft_queue_status()
148 cmd->seq = fc_seq_start_next(cmd->seq); in ft_queue_status()
152 rc = fc_seq_send(lport, cmd->seq, fp); in ft_queue_status()
164 fc_exch_done(cmd->seq); in ft_queue_status()
191 ep = fc_seq_exch(cmd->seq); in ft_write_pending()
201 cmd->seq = fc_seq_start_next(cmd->seq); in ft_write_pending()
222 fc_seq_send(lport, cmd->seq, fp); in ft_write_pending()
236 cmd->seq = NULL; in ft_recv_seq()
437 cmd->seq = fc_seq_assign(lport, fp); in ft_recv_cmd()
[all …]
/openbmc/linux/fs/reiserfs/
H A Dbitmap.c686 seq_puts(seq, ":"); in print_sep()
702 print_sep(seq, &first); in show_alloc_options()
710 print_sep(seq, &first); in show_alloc_options()
718 print_sep(seq, &first); in show_alloc_options()
722 print_sep(seq, &first); in show_alloc_options()
726 print_sep(seq, &first); in show_alloc_options()
730 print_sep(seq, &first); in show_alloc_options()
734 print_sep(seq, &first); in show_alloc_options()
738 print_sep(seq, &first); in show_alloc_options()
742 print_sep(seq, &first); in show_alloc_options()
[all …]
/openbmc/linux/drivers/iommu/intel/
H A Dtrace.h61 unsigned long seq),
63 TP_ARGS(iommu, dev, dw0, dw1, dw2, dw3, seq),
70 __field(unsigned long, seq)
81 __entry->seq = seq;
87 __get_str(iommu), __get_str(dev), __entry->seq,
/openbmc/linux/include/trace/events/
H A Drxrpc.h803 __entry->seq = seq;
890 __entry->seq = seq;
898 __entry->seq,
1103 __entry->seq = seq;
1115 __entry->seq,
1177 __entry->seq = seq;
1234 __entry->seq = seq;
1518 __entry->seq = seq;
1864 __entry->seq = seq;
1892 __entry->seq = seq;
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D01427 seq=`basename $0`
28 echo "QA output created by $seq"
64 for i in `seq 1 3`; do
77 rm -f $seq.full
/openbmc/linux/include/net/
H A Draw.h66 static inline struct raw_iter_state *raw_seq_private(struct seq_file *seq) in raw_seq_private() argument
68 return seq->private; in raw_seq_private()
70 void *raw_seq_start(struct seq_file *seq, loff_t *pos);
71 void *raw_seq_next(struct seq_file *seq, void *v, loff_t *pos);
72 void raw_seq_stop(struct seq_file *seq, void *v);
/openbmc/linux/fs/btrfs/
H A Dtree-mod-log.c18 u64 seq; member
64 if (!elem->seq) { in btrfs_get_tree_mod_seq()
71 return elem->seq; in btrfs_get_tree_mod_seq()
89 elem->seq = 0; in btrfs_put_tree_mod_seq()
154 else if (cur->seq < tm->seq) in tree_mod_log_insert()
156 else if (cur->seq > tm->seq) in tree_mod_log_insert()
497 BUG_ON(found->seq > cur->seq); in __tree_mod_log_search()
503 BUG_ON(found->seq < cur->seq); in __tree_mod_log_search()
1036 ASSERT(tm2 == tm || tm2->seq > tm->seq); in btrfs_get_old_root()
1037 if (!tm2 || tm2->seq < tm->seq) { in btrfs_get_old_root()
[all …]
/openbmc/btbridge/
H A Dbtbridged.c61 uint8_t seq; member
126 while (t && t->req.seq != seq) in bt_q_get_seq()
179 n->req.seq = bt_data[2]; in bt_q_enqueue()
287 uint8_t netfn, lun, seq, cmd, cc; in method_send_message() local
315 bt_msg = bt_q_get_seq(context, seq); in method_send_message()
322 MSG_OUT("Received a dbus response for msg with seq 0x%02x\n", seq); in method_send_message()
326 bt_msg->rsp.seq = seq; in method_send_message()
372 data[2] = bt_msg->rsp.seq; in bt_host_write()
468 head->rsp.seq = head->req.seq; in dispatch_timer()
477 MSG_OUT("Timeout on msg with seq: 0x%02x\n", head->rsp.seq); in dispatch_timer()
[all …]
/openbmc/linux/kernel/gcov/
H A Dfs.c208 gcov_iter_start(seq->private); in gcov_seq_start()
213 return seq->private; in gcov_seq_start()
233 if (gcov_iter_write(iter, seq)) in gcov_seq_show()
292 struct seq_file *seq; in gcov_seq_open() local
311 seq = file->private_data; in gcov_seq_open()
312 seq->private = iter; in gcov_seq_open()
332 struct seq_file *seq; in gcov_seq_release() local
334 seq = file->private_data; in gcov_seq_release()
335 iter = seq->private; in gcov_seq_release()
385 struct seq_file *seq; in gcov_seq_write() local
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-close-errors26 seq="$(basename $0)"
27 echo "QA output created by $seq"
57 for i in $(seq 1 $max_bitmap); do
94 rm -f $seq.full
/openbmc/linux/net/mptcp/
H A Dsyncookies.c42 u32 seq, i; in mptcp_join_entry_hash() local
48 seq = TCP_SKB_CB(skb)->seq; in mptcp_join_entry_hash()
50 seq = TCP_SKB_CB(skb)->seq - 1; in mptcp_join_entry_hash()
52 i = jhash_3words(seq, net_hash_mix(net), in mptcp_join_entry_hash()
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh94 }' > $T.seq
98 if test -s $T.seq
100 print_warning $title `cat $T.seq`
107 print_warning HOTPLUG FAILURES $title `cat $T.seq`
112 if test -s $T.seq
114 print_warning $title `cat $T.seq`
/openbmc/linux/drivers/acpi/
H A Dproc.c19 acpi_system_wakeup_device_seq_show(struct seq_file *seq, void *offset) in acpi_system_wakeup_device_seq_show() argument
23 seq_printf(seq, "Device\tS-state\t Status Sysfs node\n"); in acpi_system_wakeup_device_seq_show()
33 seq_printf(seq, "%s\t S%d\t", in acpi_system_wakeup_device_seq_show()
40 seq_printf(seq, "%c%-8s\n", in acpi_system_wakeup_device_seq_show()
54 seq_printf(seq, "\t\t"); in acpi_system_wakeup_device_seq_show()
56 seq_printf(seq, "%c%-8s %s:%s\n", in acpi_system_wakeup_device_seq_show()

12345678910>>...80