Home
last modified time | relevance | path

Searched refs:topt (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/scripts/python/
H A Dcompaction-times.py21 class topt: class
46 opt_disp = (t if opt_disp == topt.DISP_ALL else opt_disp|t)
86 if (opt_disp & topt.DISP_MIG):
89 if (opt_disp & topt.DISP_ISOLFREE):
92 if (opt_disp & topt.DISP_ISOLMIG):
266 opt_disp = topt.DISP_ALL
286 set_type(topt.DISP_TIME)
288 set_type(topt.DISP_MIG)
290 set_type(topt.DISP_ISOLFREE)
292 set_type(topt.DISP_ISOLMIG)
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c857 __be32 mrst = 0, *topt; in tcp_v6_send_response() local
897 topt = (__be32 *)(t1 + 1); in tcp_v6_send_response()
900 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
902 *topt++ = htonl(tsval); in tcp_v6_send_response()
903 *topt++ = htonl(tsecr); in tcp_v6_send_response()
907 *topt++ = mrst; in tcp_v6_send_response()
911 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
913 tcp_v6_md5_hash_hdr((__u8 *)topt, key, in tcp_v6_send_response()
/openbmc/linux/kernel/trace/
H A Dtrace.c8965 if (topt->flags->val & topt->opt->bit) in trace_options_read()
8988 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
8990 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
8991 topt->opt, !val); in trace_options_write()
9007 ret = tracing_check_open_get_tr(topt->tr); in tracing_open_options()
9019 trace_array_put(topt->tr); in tracing_release_options()
9161 struct trace_option_dentry *topt, in create_trace_option_file() argument
9171 topt->flags = flags; in create_trace_option_file()
9172 topt->opt = opt; in create_trace_option_file()
9173 topt->tr = tr; in create_trace_option_file()
[all …]
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_sync.c1032 struct ip_vs_sync_conn_options *topt; in ip_vs_proc_seqopt() local
1034 topt = (struct ip_vs_sync_conn_options *)p; in ip_vs_proc_seqopt()
1044 ntoh_seq(&topt->in_seq, &opt->in_seq); in ip_vs_proc_seqopt()
1045 ntoh_seq(&topt->out_seq, &opt->out_seq); in ip_vs_proc_seqopt()