Home
last modified time | relevance | path

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

/kernel/time/
Dtimekeeping.c95 unsigned long seq; in getnstimeofday() local
101 seq = read_seqbegin(&xtime_lock); in getnstimeofday()
114 } while (read_seqretry(&xtime_lock, seq)); in getnstimeofday()
225 unsigned long seq; in getrawmonotonic() local
230 seq = read_seqbegin(&xtime_lock); in getrawmonotonic()
243 } while (read_seqretry(&xtime_lock, seq)); in getrawmonotonic()
255 unsigned long seq; in timekeeping_valid_for_hres() local
259 seq = read_seqbegin(&xtime_lock); in timekeeping_valid_for_hres()
263 } while (read_seqretry(&xtime_lock, seq)); in timekeeping_valid_for_hres()
597 unsigned long seq; in current_kernel_time() local
[all …]
Dtick-common.c116 unsigned long seq; in tick_setup_periodic() local
120 seq = read_seqbegin(&xtime_lock); in tick_setup_periodic()
122 } while (read_seqretry(&xtime_lock, seq)); in tick_setup_periodic()
Dtick-sched.c215 unsigned long seq, last_jiffies, next_jiffies, delta_jiffies, flags; in tick_nohz_stop_sched_tick() local
264 seq = read_seqbegin(&xtime_lock); in tick_nohz_stop_sched_tick()
267 } while (read_seqretry(&xtime_lock, seq)); in tick_nohz_stop_sched_tick()
/kernel/trace/
Dtrace_hw_branches.c88 struct trace_seq *seq = &iter->seq; in bts_trace_print_line() local
94 if (trace_seq_printf(seq, "%4d ", entry->cpu) && in bts_trace_print_line()
95 trace_seq_printf(seq, "0x%016llx -> 0x%016llx ", in bts_trace_print_line()
98 seq_print_ip_sym(seq, it->from, /* sym_flags = */ 0)) && in bts_trace_print_line()
99 trace_seq_printf(seq, "\n")) in bts_trace_print_line()
Dtrace_mmiotrace.c104 struct trace_seq *s = &iter->seq; in mmio_pipe_open()
140 struct trace_seq *s = &iter->seq; in mmio_read()
174 struct trace_seq *s = &iter->seq; in mmio_print_rw()
220 struct trace_seq *s = &iter->seq; in mmio_print_map()
256 struct trace_seq *s = &iter->seq; in mmio_print_mark()
Dtrace.c1696 seq_print_ip_sym(&iter->seq, data->critical_start, sym_flags);
1697 trace_print_seq(m, &iter->seq);
1699 seq_print_ip_sym(&iter->seq, data->critical_end, sym_flags);
1700 trace_print_seq(m, &iter->seq);
1806 struct trace_seq *s = &iter->seq;
1824 struct trace_seq *s = &iter->seq;
1957 struct trace_seq *s = &iter->seq;
2119 struct trace_seq *s = &iter->seq;
2212 struct trace_seq *s = &iter->seq;
2274 struct trace_seq *s = &iter->seq;
[all …]
Dtrace_boot.c56 struct trace_seq *s = &iter->seq; in initcall_call_print_line()
81 struct trace_seq *s = &iter->seq; in initcall_ret_print_line()
Dtrace_power.c53 struct trace_seq *s = &iter->seq; in power_print_line()
Dtrace.h362 struct trace_seq seq; member
Dtrace_functions_graph.c606 struct trace_seq *s = &iter->seq; in print_graph_function()
/kernel/
Dsched_stats.h9 static int show_schedstat(struct seq_file *seq, void *v) in show_schedstat() argument
18 seq_printf(seq, "version %d\n", SCHEDSTAT_VERSION); in show_schedstat()
19 seq_printf(seq, "timestamp %lu\n", jiffies); in show_schedstat()
28 seq_printf(seq, in show_schedstat()
37 seq_printf(seq, "\n"); in show_schedstat()
47 seq_printf(seq, "domain%d %s", dcount++, mask_str); in show_schedstat()
50 seq_printf(seq, " %u %u %u %u %u %u %u %u", in show_schedstat()
60 seq_printf(seq, in show_schedstat()
Daudit.c513 struct sk_buff *audit_make_reply(int pid, int seq, int type, int done, in audit_make_reply() argument
527 nlh = NLMSG_PUT(skb, pid, seq, t, size); in audit_make_reply()
565 void audit_send_reply(int pid, int seq, int type, int done, int multi, in audit_send_reply() argument
576 skb = audit_make_reply(pid, seq, type, done, multi, payload, size); in audit_send_reply()
660 u32 uid, pid, seq, sid; in audit_receive_msg() local
691 seq = nlh->nlmsg_seq; in audit_receive_msg()
703 audit_send_reply(NETLINK_CB(skb).pid, seq, AUDIT_GET, 0, 0, in audit_receive_msg()
791 uid, seq, data, nlmsg_len(nlh), in audit_receive_msg()
810 uid, seq, data, nlmsg_len(nlh), in audit_receive_msg()
874 audit_send_reply(NETLINK_CB(skb).pid, seq, AUDIT_SIGNAL_INFO, in audit_receive_msg()
[all …]
Daudit.h96 extern struct sk_buff * audit_make_reply(int pid, int seq, int type,
99 extern void audit_send_reply(int pid, int seq, int type,
Dhrtimer.c118 unsigned long seq; in ktime_get_ts() local
121 seq = read_seqbegin(&xtime_lock); in ktime_get_ts()
125 } while (read_seqretry(&xtime_lock, seq)); in ktime_get_ts()
140 unsigned long seq; in hrtimer_get_softirq_time() local
143 seq = read_seqbegin(&xtime_lock); in hrtimer_get_softirq_time()
146 } while (read_seqretry(&xtime_lock, seq)); in hrtimer_get_softirq_time()
578 unsigned long seq; in retrigger_next_event() local
584 seq = read_seqbegin(&xtime_lock); in retrigger_next_event()
588 } while (read_seqretry(&xtime_lock, seq)); in retrigger_next_event()
Dtime.c661 unsigned long seq; in get_jiffies_64() local
665 seq = read_seqbegin(&xtime_lock); in get_jiffies_64()
667 } while (read_seqretry(&xtime_lock, seq)); in get_jiffies_64()
Dauditfilter.c1451 static void audit_list(int pid, int seq, struct sk_buff_head *q) in audit_list() argument
1466 skb = audit_make_reply(pid, seq, AUDIT_LIST, 0, 1, in audit_list()
1473 skb = audit_make_reply(pid, seq, AUDIT_LIST, 1, 1, NULL, 0); in audit_list()
1479 static void audit_list_rules(int pid, int seq, struct sk_buff_head *q) in audit_list_rules() argument
1494 skb = audit_make_reply(pid, seq, AUDIT_LIST_RULES, 0, 1, in audit_list_rules()
1501 skb = audit_make_reply(pid, seq, AUDIT_LIST_RULES, 1, 1, NULL, 0); in audit_list_rules()
1551 int audit_receive_filter(int type, int pid, int uid, int seq, void *data, in audit_receive_filter() argument
1576 audit_list(pid, seq, &dest->q); in audit_receive_filter()
1578 audit_list_rules(pid, seq, &dest->q); in audit_receive_filter()
Dlockdep_proc.c730 struct seq_file *seq = file->private_data; in lock_stat_release() local
732 vfree(seq->private); in lock_stat_release()
733 seq->private = NULL; in lock_stat_release()
Dcgroup.c760 static int cgroup_show_options(struct seq_file *seq, struct vfsmount *vfs) in cgroup_show_options() argument
767 seq_printf(seq, ",%s", ss->name); in cgroup_show_options()
769 seq_puts(seq, ",noprefix"); in cgroup_show_options()
771 seq_printf(seq, ",release_agent=%s", root->release_agent_path); in cgroup_show_options()
1371 struct seq_file *seq) in cgroup_release_agent_show() argument
1375 seq_puts(seq, cgrp->root->release_agent_path); in cgroup_release_agent_show()
1376 seq_putc(seq, '\n'); in cgroup_release_agent_show()
1549 struct seq_file *seq = file->private_data; in cgroup_seqfile_release() local
1550 kfree(seq->private); in cgroup_seqfile_release()
Dtaskstats.c93 int seq = get_cpu_var(taskstats_seqnum)++; in prepare_reply() local
96 reply = genlmsg_put(skb, 0, seq, &family, 0, cmd); in prepare_reply()
Dtimer.c1324 unsigned long seq; in do_sysinfo() local
1330 seq = read_seqbegin(&xtime_lock); in do_sysinfo()
1354 } while (read_seqretry(&xtime_lock, seq)); in do_sysinfo()
Dauditsc.c1756 unsigned long seq; in handle_path() local
1766 seq = read_seqbegin(&rename_lock); in handle_path()
1784 if (unlikely(read_seqretry(&rename_lock, seq) || drop)) { /* in this order */ in handle_path()
/kernel/power/
Dwakelock.c65 unsigned long seq; in get_expired_time() local
71 seq = read_seqbegin(&xtime_lock); in get_expired_time()
77 } while (read_seqretry(&xtime_lock, seq)); in get_expired_time()