Home
last modified time | relevance | path

Searched refs:m (Results 1 – 25 of 209) sorted by relevance

123456789

/tools/testing/selftests/tc-testing/
A Dconfig13 CONFIG_NF_CONNTRACK=m
18 CONFIG_NF_FLOW_TABLE=m
19 CONFIG_NF_TABLES=m
20 CONFIG_NF_NAT=m
24 CONFIG_IP_SET=m
29 CONFIG_NET_SCH_CAKE=m
30 CONFIG_NET_SCH_CBS=m
33 CONFIG_NET_SCH_DRR=m
35 CONFIG_NET_SCH_ETF=m
36 CONFIG_NET_SCH_FQ=m
[all …]
/tools/testing/selftests/net/netfilter/
A Dconfig3 CONFIG_BRIDGE=m
14 CONFIG_DUMMY=m
15 CONFIG_INET_ESP=m
27 CONFIG_IP_SCTP=m
28 CONFIG_IP_VS=m
30 CONFIG_IP_VS_RR=m
33 CONFIG_MACVLAN=m
64 CONFIG_NF_NAT=m
92 CONFIG_VETH=m
94 CONFIG_VXLAN=m
[all …]
/tools/testing/selftests/net/
A Dconfig3 CONFIG_BONDING=m
5 CONFIG_TEST_BPF=m
24 CONFIG_GENEVE=m
37 CONFIG_NF_NAT=m
56 CONFIG_L2TP_IP=m
57 CONFIG_L2TP=m
59 CONFIG_MACSEC=m
99 CONFIG_TLS=m
112 CONFIG_AMT=m
114 CONFIG_VXLAN=m
[all …]
A Dcmsg_ip.sh59 [ $ovr == "setsock" ] && m="-F $df"
60 [ $ovr == "cmsg" ] && m="-f $df"
61 [ $ovr == "both" ] && m="-F $df -f $df"
91 [ $ovr == "setsock" ] && m="-C"
92 [ $ovr == "cmsg" ] && m="-c"
93 [ $ovr == "both" ] && m="-C $((TOS2)) -c"
94 [ $ovr == "diff" ] && m="-C $((TOS )) -c"
111 [ $ovr == "both" ] && m="-C $((TOS )) -c"
145 [ $ovr == "setsock" ] && m="-L"
146 [ $ovr == "cmsg" ] && m="-l"
[all …]
/tools/testing/selftests/net/forwarding/
A Dconfig1 CONFIG_BRIDGE=m
2 CONFIG_VLAN_8021Q=m
7 CONFIG_NET_VRF=m
10 CONFIG_DUMMY=m
12 CONFIG_IPV6_GRE=m
20 CONFIG_MACVLAN=m
21 CONFIG_NET_ACT_CT=m
35 CONFIG_NET_IPGRE=m
37 CONFIG_NET_IPIP=m
51 CONFIG_VETH=m
[all …]
/tools/testing/selftests/net/mptcp/
A Dconfig5 CONFIG_INET_DIAG=m
6 CONFIG_INET_MPTCP_DIAG=m
8 CONFIG_NET_SCH_NETEM=m
13 CONFIG_NF_TABLES=m
14 CONFIG_NFT_COMPAT=m
22 CONFIG_NFT_TPROXY=m
23 CONFIG_NFT_SOCKET=m
26 CONFIG_IP_NF_FILTER=m
27 CONFIG_IP_NF_MANGLE=m
32 CONFIG_NET_ACT_CSUM=m
[all …]
/tools/testing/selftests/proc/
A Dproc-uptime-002.c35 static inline int sys_sched_getaffinity(pid_t pid, unsigned int len, unsigned long *m) in sys_sched_getaffinity() argument
37 return syscall(SYS_sched_getaffinity, pid, len, m); in sys_sched_getaffinity()
40 static inline int sys_sched_setaffinity(pid_t pid, unsigned int len, unsigned long *m) in sys_sched_setaffinity() argument
42 return syscall(SYS_sched_setaffinity, pid, len, m); in sys_sched_setaffinity()
49 unsigned long *m; in main() local
54 m = NULL; in main()
58 free(m); in main()
59 m = malloc(len); in main()
60 } while (sys_sched_getaffinity(0, len, m) == -1 && errno == EINVAL); in main()
69 memset(m, 0, len); in main()
[all …]
/tools/testing/selftests/drivers/net/mlxsw/
A Drif_mac_profiles_occ.sh48 m=$(( i*11 ))
52 address 00:$m:$m:$m:$m:$m type vlan id $vlan
53 address add 192.0.$m.1/24 dev $h1.$vlan
109 local m=11
114 ip link add link $h1 name $h1.$vlan address 00:$m:$m:$m:$m:$m \
116 ip address add 192.0.$m.1/24 dev $h1.$vlan
120 m=$(( i*11 ))
121 ip link set $h1.$vlan address 00:$m:$m:$m:$m:$m &> /dev/null
A Drif_mac_profile_scale.sh20 m=$(( i*11 ))
24 address 00:$m:$m:$m:$m:$m type vlan id $vlan
25 address add 192.0.$m.1/24 dev $h1.$vlan
/tools/perf/util/
A Dmemswap.c8 u32 *m = src; in mem_bswap_32() local
10 *m = bswap_32(*m); in mem_bswap_32()
12 ++m; in mem_bswap_32()
18 u64 *m = src; in mem_bswap_64() local
21 *m = bswap_64(*m); in mem_bswap_64()
23 ++m; in mem_bswap_64()
A Dmetricgroup.c209 if (!m) in metric__free()
216 free(m); in metric__free()
229 m = zalloc(sizeof(*m)); in metric__new()
230 if (!m) in metric__new()
261 return m; in metric__new()
367 char *m; in match_metric_or_groups() local
380 return m && match_metric_or_groups(m + 1, sought); in match_metric_or_groups()
1217 if (!m->group_events && !m->modifier) { in build_combined_expr_ctx()
1405 (m->pmu && n->pmu && strcmp(m->pmu, n->pmu))) in parse_groups()
1419 m->group_events, tool_events, &m->evlist); in parse_groups()
[all …]
A Dbtf.c16 const struct btf_member *m; in __btf_type__find_member_by_name() local
19 for (i = 0, m = btf_members(t); i < btf_vlen(t); i++, m++) { in __btf_type__find_member_by_name()
20 const char *current_member_name = btf__name_by_offset(btf, m->name_off); in __btf_type__find_member_by_name()
23 return m; in __btf_type__find_member_by_name()
A Dfind-map.c15 int m = -1; in find_map() local
19 start, end, &m)) in find_map()
21 if (m < 0) in find_map()
24 if (!strncmp(&line[m], name, strlen(name))) in find_map()
/tools/perf/trace/beauty/include/uapi/linux/
A Dstat.h21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
26 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
/tools/include/uapi/linux/
A Dstat.h21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
26 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
/tools/build/
A Dfixdep.c49 char *m = map; in parse_dep_file() local
50 char *end = m + len; in parse_dep_file()
57 while (m < end) { in parse_dep_file()
59 while (m < end && (*m == ' ' || *m == '\\' || *m == '\n')) in parse_dep_file()
60 m++; in parse_dep_file()
62 p = m; in parse_dep_file()
74 memcpy(s, m, p-m); in parse_dep_file()
75 s[p - m] = 0; in parse_dep_file()
109 m = p + 1; in parse_dep_file()
/tools/testing/selftests/bpf/progs/
A Drbtree.c57 m = bpf_obj_new(typeof(*m)); in __add_three()
58 if (!m) { in __add_three()
62 m->key = 1; in __add_three()
103 m = bpf_obj_new(typeof(*m)); in rbtree_add_and_remove()
104 if (!m) in rbtree_add_and_remove()
106 m->key = 3; in rbtree_add_and_remove()
125 if (m) in rbtree_add_and_remove()
201 m = bpf_obj_new(typeof(*m)); in rbtree_first_and_remove()
202 if (!m) in rbtree_first_and_remove()
204 m->key = 5; in rbtree_first_and_remove()
[all …]
A Drefcounted_kptr_fail.c38 struct node_acquire *n, *m; in rbtree_refcounted_node_ref_escapes() local
47 m = bpf_refcount_acquire(n); in rbtree_refcounted_node_ref_escapes()
49 if (!m) in rbtree_refcounted_node_ref_escapes()
52 m->key = 2; in rbtree_refcounted_node_ref_escapes()
60 struct node_acquire *n, *m; in refcount_acquire_maybe_null() local
66 m = bpf_refcount_acquire(n); in refcount_acquire_maybe_null()
67 if (m) in refcount_acquire_maybe_null()
68 bpf_obj_drop(m); in refcount_acquire_maybe_null()
79 struct node_acquire *n, *m; in rbtree_refcounted_node_ref_escapes_owning_input() local
86 m = bpf_refcount_acquire(n); in rbtree_refcounted_node_ref_escapes_owning_input()
[all …]
A Drefcounted_kptr.c84 m->key = 123; in __insert_in_tree_and_list()
91 bpf_obj_drop(m); in __insert_in_tree_and_list()
126 bpf_obj_drop(m); in __stash_map_insert_tree()
384 if (!m) in rbtree_refcounted_node_ref_escapes()
387 m->key = 2; in rbtree_refcounted_node_ref_escapes()
388 bpf_obj_drop(m); in rbtree_refcounted_node_ref_escapes()
403 m->key = 2; in rbtree_refcounted_node_ref_escapes_owning_input()
409 bpf_obj_drop(m); in rbtree_refcounted_node_ref_escapes_owning_input()
487 if (!m) in rbtree_wrong_owner_remove_fail_a2()
532 if (m) in BPF_PROG()
[all …]
A Dloop1.c17 int i, j, sum = 0, m; in nested_loops() local
22 m = PT_REGS_RC(ctx); in nested_loops()
24 m = j; in nested_loops()
25 sum += i * m; in nested_loops()
/tools/perf/tests/shell/
A Dstat_all_metrics.sh19 for m in $(perf list --raw-dump metrics); do
20 echo "Testing $m"
21 result=$(perf stat -M "$m" $system_wide_flag -- $test_prog 2>&1)
23 if [[ $result_err -eq 0 && "$result" =~ ${m:0:50} ]]
92 result=$(perf stat -M "$m" $system_wide_flag -- perf bench internals synthesize 2>&1)
94 if [[ $result_err -eq 0 && "$result" =~ ${m:0:50} ]]
99 echo "Metric '$m' has non-zero error '$result_err' or not printed in:"
A Dstat_all_metricgroups.sh16 for m in $(perf list --raw-dump metricgroups)
18 echo "Testing $m"
19 result=$(perf stat -M "$m" $system_wide_flag sleep 0.01 2>&1)
41 echo "Metric group $m failed"
/tools/perf/tests/
A Dkmod-path.c13 struct kmod_path m; in test() local
15 memset(&m, 0x0, sizeof(m)); in test()
18 !__kmod_path__parse(&m, path, alloc_name)); in test()
21 path, alloc_name, m.kmod, m.comp, m.name); in test()
23 TEST_ASSERT_VAL("wrong kmod", m.kmod == kmod); in test()
24 TEST_ASSERT_VAL("wrong comp", m.comp == comp); in test()
27 TEST_ASSERT_VAL("wrong name", m.name && !strcmp(name, m.name)); in test()
29 TEST_ASSERT_VAL("wrong name", !m.name); in test()
31 free(m.name); in test()
/tools/testing/selftests/powerpc/nx-gzip/include/
A Dnx_dbg.h35 time_t t; struct tm *m; time(&t); m = localtime(&t); \
38 (int)m->tm_year + 1900, (int)m->tm_mon+1, (int)m->tm_mday, \
39 (int)m->tm_hour, (int)m->tm_min, (int)m->tm_sec, \
/tools/testing/selftests/drivers/net/netdevsim/
A Dconfig2 CONFIG_GENEVE=m
4 CONFIG_MACSEC=m
5 CONFIG_NETDEVSIM=m
11 CONFIG_VXLAN=m

Completed in 30 milliseconds

123456789