Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 25 of 102) sorted by relevance

12345

/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
DIt_posix_pthread_013.c44 int inherit; in Testcase() local
58 ret = pthread_attr_getinheritsched(NULL, &inherit); in Testcase()
67 ret = pthread_attr_getinheritsched(&attr, &inherit); in Testcase()
69 ICUNIT_ASSERT_EQUAL(inherit, PTHREAD_EXPLICIT_SCHED, inherit); in Testcase()
DIt_posix_pthread_044.c109 int inherit; in Testcase() local
140 ret = pthread_attr_getinheritsched(&attr, &inherit); in Testcase()
142 ICUNIT_ASSERT_EQUAL(inherit, PTHREAD_EXPLICIT_SCHED, inherit); in Testcase()
/kernel/liteos_m/testsuites/sample/posix/pthread/
DIt_posix_pthread_005.c37 int inherit; in Testcase() local
51 ret = pthread_attr_getinheritsched(NULL, &inherit); in Testcase()
60 ret = pthread_attr_getinheritsched(&attr, &inherit); in Testcase()
62 ICUNIT_GOTO_EQUAL(inherit, PTHREAD_EXPLICIT_SCHED, inherit, EXIT); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
DIt_posix_pthread_013.cpp37 int inherit; in Testcase() local
51 ret = pthread_attr_getinheritsched(&attr, &inherit); in Testcase()
53 ICUNIT_ASSERT_EQUAL(inherit, PTHREAD_EXPLICIT_SCHED, inherit); in Testcase()
DIt_posix_pthread_044.cpp99 int inherit; in Testcase() local
135 ret = pthread_attr_getinheritsched(&attr, &inherit); in Testcase()
137 ICUNIT_ASSERT_EQUAL(inherit, PTHREAD_EXPLICIT_SCHED, inherit); in Testcase()
/kernel/liteos_m/kal/posix/src/
Dpthread_attr.c119 int pthread_attr_setinheritsched(pthread_attr_t *attr, int inherit) in pthread_attr_setinheritsched() argument
121 …if ((attr != NULL) && ((inherit == PTHREAD_INHERIT_SCHED) || (inherit == PTHREAD_EXPLICIT_SCHED)))… in pthread_attr_setinheritsched()
122 attr->inheritsched = (UINT32)inherit; in pthread_attr_setinheritsched()
129 int pthread_attr_getinheritsched(const pthread_attr_t *attr, int *inherit) in pthread_attr_getinheritsched() argument
131 if ((attr == NULL) || (inherit == NULL)) { in pthread_attr_getinheritsched()
135 *inherit = (int)attr->inheritsched; in pthread_attr_getinheritsched()
/kernel/liteos_a/compat/posix/src/
Dpthread_attr.c119 int pthread_attr_setinheritsched(pthread_attr_t *attr, int inherit) in pthread_attr_setinheritsched() argument
121 …if ((attr != NULL) && ((inherit == PTHREAD_INHERIT_SCHED) || (inherit == PTHREAD_EXPLICIT_SCHED)))… in pthread_attr_setinheritsched()
122 attr->inheritsched = (UINT32)inherit; in pthread_attr_setinheritsched()
129 int pthread_attr_getinheritsched(const pthread_attr_t *attr, int *inherit) in pthread_attr_getinheritsched() argument
131 if ((attr == NULL) || (inherit == NULL)) { in pthread_attr_getinheritsched()
135 *inherit = (int)attr->inheritsched; in pthread_attr_getinheritsched()
/kernel/linux/linux-5.10/samples/bpf/
Dtracex6_user.c106 .inherit = 0, in test_bpf_perf_event()
115 .inherit = 0, in test_bpf_perf_event()
124 .inherit = 0, in test_bpf_perf_event()
134 .inherit = 0, in test_bpf_perf_event()
146 .inherit = 0, in test_bpf_perf_event()
158 .inherit = 0, in test_bpf_perf_event()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan.sh67 ttl 20 tos inherit local 198.51.100.1 dstport 4789
84 ttl 20 tos inherit local 198.51.100.1 dstport 4789
101 ttl 20 tos inherit local 198.51.100.1 dstport 4789
119 ttl 20 tos inherit local 198.51.100.1 dstport 4789 \
138 ttl 20 tos inherit dstport 4789
155 ttl 20 tos inherit local 2001:db8::1 dstport 4789
172 ttl 20 tos inherit local 198.51.100.1 dstport 4789
190 ttl 20 tos inherit local 198.51.100.1 dstport 4789 dev dummy1
208 ttl 20 tos inherit local 198.51.100.1 dstport 4789 \
243 ttl inherit tos inherit local 198.51.100.1 dstport 4789
[all …]
Dextack.sh41 dstport 4789 nolearning noudpcsum tos inherit ttl 100
52 dstport 4789 nolearning noudpcsum tos inherit ttl 100
89 dstport 4789 tos inherit ttl 100
117 dstport 4789 tos inherit ttl 100
Dmirror_gre.sh21 ttl 100 tos inherit allow-localremote \
48 ttl 100 tos inherit allow-localremote
120 ip link set dev $tundev type $type ttl inherit
144 ip link set dev $tundev type $type tos inherit
/kernel/linux/linux-5.10/tools/perf/tests/attr/
Dtest-record-group-sampling11 inherit=0
32 # inherit is disabled for group sampling
33 inherit=0
Dtest-record-group213 inherit=0
24 inherit=0
Dtest-stat-no-inherit7 inherit=0
Dtest-record-no-inherit8 inherit=0
Dbase-record14 inherit=1
Dbase-stat14 inherit=1
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
Dvlset.c21 static int inherit = 0; variable
52 case 'i': inherit = 1; break; in parse_options()
57 if (inherit && no_inherit) in parse_options()
125 if (inherit) in main()
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dmirror_gre_topo_lib.sh64 ttl 100 tos inherit
67 ttl 100 tos inherit allow-localremote
Dipip_lib.sh182 tunnel_create g1a $type 192.0.2.65 192.0.2.66 tos inherit "$@"
217 tunnel_create g2a $type 192.0.2.66 192.0.2.65 tos inherit dev v$ol2 \
253 tunnel_create g1a $type 192.0.2.65 192.0.2.66 tos inherit dev dummy1 \
292 tunnel_create g2a $type 192.0.2.66 192.0.2.65 tos inherit dev dummy2 \
Dgre_multipath.sh85 tunnel_create g1a gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1
89 tunnel_create g1b gre 192.0.2.81 192.0.2.82 tos inherit dev v$ol1
123 tunnel_create g2a gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol2
127 tunnel_create g2b gre 192.0.2.82 192.0.2.81 tos inherit dev v$ol2
Dmirror_gre_bound.sh125 ttl 100 tos inherit dev ul
130 ttl 100 tos inherit dev ul allow-localremote
Dvxlan_symmetric.sh183 nolearning noudpcsum tos inherit ttl 100
191 nolearning noudpcsum tos inherit ttl 100
207 nolearning noudpcsum tos inherit ttl 100
354 nolearning noudpcsum tos inherit ttl 100
362 nolearning noudpcsum tos inherit ttl 100
370 nolearning noudpcsum tos inherit ttl 100
/kernel/linux/linux-5.10/Documentation/sphinx-static/
Dtheme_overrides.css127 color: inherit;
130 background: inherit;
135 color: inherit;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
Darm,pl172.txt23 - clock-ranges: Empty property indicating that child nodes can inherit
37 - ranges: Empty property indicating that child nodes can inherit
40 - clock-ranges: Empty property indicating that child nodes can inherit

12345