Searched refs:topt (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | compaction-times.py | 21 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 [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | compaction-times.py | 21 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 [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 898 __be32 *topt; in tcp_v6_send_response() local 929 topt = (__be32 *)(t1 + 1); in tcp_v6_send_response() 932 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response() 934 *topt++ = htonl(tsval); in tcp_v6_send_response() 935 *topt++ = htonl(tsecr); in tcp_v6_send_response() 940 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_v6_send_response() 942 tcp_v6_md5_hash_hdr((__u8 *)topt, key, in tcp_v6_send_response()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 857 __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()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace.c | 8355 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local 8358 if (topt->flags->val & topt->opt->bit) in trace_options_read() 8370 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local 8381 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write() 8383 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write() 8384 topt->opt, !val); in trace_options_write() 8397 struct trace_option_dentry *topt in tracing_open_options() local 8410 struct trace_option_dentry *topt = file->private_data; tracing_release_options() local 8553 create_trace_option_file(struct trace_array *tr, struct trace_option_dentry *topt, struct tracer_flags *flags, struct tracer_opt *opt) create_trace_option_file() argument [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace.c | 8953 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local 8956 if (topt->flags->val & topt->opt->bit) in trace_options_read() 8968 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local 8979 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write() 8981 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write() 8982 topt->opt, !val); in trace_options_write() 8995 struct trace_option_dentry *topt in tracing_open_options() local 9008 struct trace_option_dentry *topt = file->private_data; tracing_release_options() local 9151 create_trace_option_file(struct trace_array *tr, struct trace_option_dentry *topt, struct tracer_flags *flags, struct tracer_opt *opt) create_trace_option_file() argument [all...] |
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_sync.c | 1032 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()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_sync.c | 1032 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()
|
Completed in 33 milliseconds