/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
D | It_posix_pthread_013.c | 44 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()
|
D | It_posix_pthread_044.c | 109 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/ |
D | It_posix_pthread_005.c | 37 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/ |
D | It_posix_pthread_013.cpp | 37 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()
|
D | It_posix_pthread_044.cpp | 99 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/ |
D | pthread_attr.c | 119 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/ |
D | pthread_attr.c | 119 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/ |
D | tracex6_user.c | 106 .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/ |
D | vxlan.sh | 67 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 …]
|
D | extack.sh | 41 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
|
D | mirror_gre.sh | 21 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/ |
D | test-record-group-sampling | 11 inherit=0 32 # inherit is disabled for group sampling 33 inherit=0
|
D | test-record-group2 | 13 inherit=0 24 inherit=0
|
D | test-stat-no-inherit | 7 inherit=0
|
D | test-record-no-inherit | 8 inherit=0
|
D | base-record | 14 inherit=1
|
D | base-stat | 14 inherit=1
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/ |
D | vlset.c | 21 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/ |
D | mirror_gre_topo_lib.sh | 64 ttl 100 tos inherit 67 ttl 100 tos inherit allow-localremote
|
D | ipip_lib.sh | 182 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 \
|
D | gre_multipath.sh | 85 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
|
D | mirror_gre_bound.sh | 125 ttl 100 tos inherit dev ul 130 ttl 100 tos inherit dev ul allow-localremote
|
D | vxlan_symmetric.sh | 183 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/ |
D | theme_overrides.css | 127 color: inherit; 130 background: inherit; 135 color: inherit;
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | arm,pl172.txt | 23 - 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
|