Home
last modified time | relevance | path

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

/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)
/linux/net/ipv6/
H A Dtcp_ipv6.c848 __be32 mrst = 0, *topt; in tcp_v6_send_response() local
891 topt = (__be32 *)(t1 + 1); in tcp_v6_send_response()
894 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
896 *topt++ = htonl(tsval); in tcp_v6_send_response()
897 *topt++ = htonl(tsecr); in tcp_v6_send_response()
901 *topt++ = mrst; in tcp_v6_send_response()
905 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response()
907 tcp_v6_md5_hash_hdr((__u8 *)topt, key->md5_key, in tcp_v6_send_response()
914 *topt++ = htonl((TCPOPT_AO << 24) | in tcp_v6_send_response()
919 tcp_ao_hash_hdr(AF_INET6, (char *)topt, key->ao_key, in tcp_v6_send_response()
/linux/kernel/trace/
H A Dtrace.c7694 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
7697 if (topt->flags->val & topt->opt->bit) in trace_options_read()
7709 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
7720 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
7722 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
7723 topt->opt, !val); in trace_options_write()
7735 struct trace_option_dentry *topt = inode->i_private; in tracing_open_options() local
7738 ret = tracing_check_open_get_tr(topt->tr); in tracing_open_options()
7748 struct trace_option_dentry *topt = file->private_data; in tracing_release_options() local
7750 trace_array_put(topt->tr); in tracing_release_options()
[all …]