Home
last modified time | relevance | path

Searched full:require (Results 1 – 25 of 2359) sorted by relevance

12345678910>>...95

/kernel/liteos_a/testsuites/unittest/container/
DIt_container_test.cpp287 * @tc.require: issueI6HPH2
299 * @tc.require: issueI6HPH2
311 * @tc.require: issueI6HPH2
323 * @tc.require: issueI6HPH2
335 * @tc.require: issueI6HPH2
347 * @tc.require: issueI6HPH2
359 * @tc.require: issueI6HPH2
371 * @tc.require: issueI6HPH2
383 * @tc.require: issueI6HPH2
395 * @tc.require: issueI6HPH2
[all …]
/kernel/liteos_a/testsuites/unittest/process/plimits/
Dprocess_plimits_test.cpp67 * @tc.require: issueI6GVPL
79 * @tc.require: issueI6GVPL
91 * @tc.require: issueI6GVPL
103 * @tc.require: issueI6GVPL
115 * @tc.require: issueI6GVPL
127 * @tc.require: issueI6GVPL
139 * @tc.require: issueI6GVPL
151 * @tc.require: issueI6GVPL
163 * @tc.require: issueI6GVPL
175 * @tc.require: issueI6GVPL
[all …]
/kernel/liteos_a/testsuites/unittest/process/fs/
Dprocess_fs_test.cpp75 * @tc.require: issueI6AEVV
87 * @tc.require: issueI6AMVG
99 * @tc.require: issueI6AMVG
111 * @tc.require: issueI6AMVG
123 * @tc.require: issueI6AMVG
136 * @tc.require: issueI6AEVV
148 * @tc.require: issueI6APW2
160 * @tc.require: issueI6AEVV
172 * @tc.require: issueI6E2LG
184 * @tc.require: issueI6AEVV
[all …]
/kernel/linux/linux-5.10/lib/
DKconfig113 modules require CRC-CCITT functions, but a module built outside
115 functions require M here.
121 modules require CRC16 functions, but a module built outside
123 functions require M here.
138 modules require CRC ITU-T V.41 functions, but a module built outside
140 functions require M here.
148 modules require CRC32/CRC32c functions, but a module built outside
150 functions require M here.
212 modules require CRC64 functions, but a module built outside
214 functions require M here.
[all …]
/kernel/linux/linux-5.10/arch/mips/tools/
Dgeneric-board-config.sh14 # # require CONFIG_CPU_MIPS32_R2=y
15 # # require CONFIG_CPU_LITTLE_ENDIAN=y
51 # For each line beginning with # require, cut out the field following
55 grep -E '^# require ' "${board_cfg}" | \
60 # If we require something =y then we check that a line
65 # If we require something =n then we just invert that
/kernel/linux/linux-5.10/tools/testing/fault-injection/
Dfailcmd.sh43 --stacktrace-depth=value, --require-start=value, --require-end=value,
88 LONGOPTS=$LONGOPTS,stacktrace-depth:,require-start:,require-end:
162 --require-start)
163 echo $2 > $FAULTATTR/require-start
166 --require-end)
167 echo $2 > $FAULTATTR/require-end
/kernel/linux/linux-5.10/lib/crypto/
DKconfig22 Blake2s library interface that require the generic code as a
38 ChaCha library interface that require the generic code as a
64 Curve25519 library interface that require the generic code as a
100 Poly1305 library interface that require the generic code as a
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/
Dprocess_pthread_test.cpp193 * @tc.require: issueI6T3P3
205 * @tc.require: issueI6T3P3
217 * @tc.require: issueI6T3P3
229 * @tc.require: issueI6T3P3
241 * @tc.require: issueI6T3P3
253 * @tc.require: issueI6T3P3
266 * @tc.require: issueI6T3P3
279 * @tc.require: issueI6T3P3
/kernel/linux/linux-5.10/security/integrity/ima/
DKconfig182 Depending on the rules configured, this policy may require kernel
202 Enabling this rule will require all kexec'ed kernel images to
215 Enabling this rule will require all kernel modules to be signed
227 Enabling this rule will require the IMA policy to be signed and
252 bool "Require all keys on the .ima keyring be signed (deprecated)"
310 bool "Require signed user-space initialization"
/kernel/linux/linux-5.10/arch/mips/configs/generic/
Dboard-xilfpga.config1 # require CONFIG_CPU_MIPS32_R2=y
2 # require CONFIG_CPU_LITTLE_ENDIAN=y
Dboard-ni169445.config1 # require CONFIG_CPU_MIPS32_R2=y
2 # require CONFIG_CPU_LITTLE_ENDIAN=y
/kernel/linux/linux-5.10/Documentation/admin-guide/perf/
Darm-ccn.rst26 Crosspoint PMU events require "xp" (index), "bus" (bus number)
30 require "xp" and "vc" as above plus "port" (device port index),
40 not require any other settings.
/kernel/linux/linux-5.10/include/drm/
Ddrm_gem_cma_helper.h121 * DRM_GEM_CMA_DRIVER_OPS if possible. Drivers that require a virtual address
142 * DRM_GEM_CMA_DRIVER_OPS if possible. Drivers that require a virtual address
160 * DRM_GEM_CMA_DRIVER_OPS_VMAP if possible. Drivers that do not require a
183 * DRM_GEM_CMA_DRIVER_OPS_VMAP if possible. Drivers that do not require a
/kernel/linux/linux-5.10/net/core/
Ddev_ioctl.c395 * - atomic and do not require locking. in dev_ioctl()
424 * - require superuser power. in dev_ioctl()
425 * - require strict serialization. in dev_ioctl()
443 * - require superuser power. in dev_ioctl()
444 * - require strict serialization. in dev_ioctl()
454 * - require local superuser power. in dev_ioctl()
455 * - require strict serialization. in dev_ioctl()
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dasciidoctor-extensions.rb1 require 'asciidoctor'
2 require 'asciidoctor/extensions'
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
DMakefile6 # system time or require escalated privileges
20 # these tests require escalated privileges
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
Dtest_kexec_file_load.sh18 # Some of the IMA builtin policies may require the kexec kernel image to
35 # The architecture specific or a custom policy may require the
58 # The kexec_file_load_test() is complicated enough, require pesign.
74 # The kexec_file_load_test() is complicated enough, require getfattr.
/kernel/linux/linux-5.10/drivers/scsi/ufs/
Dufs_quirks.h84 * Some UFS devices require host PA_TACTIVATE to be lower than device
100 * Some UFS devices require VS_DebugSaveConfigTime is 0x10,
113 * Some UFS devices require delay after VCC power rail is turned-off.
/kernel/linux/linux-5.10/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
DContext.pm7 require Exporter;
22 require XSLoader;
/kernel/liteos_m/testsuites/sample/cmsis/
Dcmsis_func_test.c88 * @tc.require: issueI5LBE8
220 * @tc.require: issueI5LBE8
237 * @tc.require: issueI5LBE8
309 * @tc.require: issueI5LBE8
366 * @tc.require: issueI5LBE8
410 * @tc.require: issueI5LBE8
456 * @tc.require: issueI5TQ0T
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_gart.c67 * (r1xx-r3xx, non-pcie r4xx, rs400). These asics require the
97 * (r1xx-r3xx, non-pcie r4xx, rs400). These asics require the
124 * (pcie r4xx, r5xx+). These asics require the
149 * by the memory manager (pcie r4xx, r5xx+). These asics require the
194 * These asics require the gart table to be in video memory.
218 * (pcie r4xx, r5xx+). These asics require the gart table to
/kernel/linux/linux-5.10/arch/mips/kvm/
DKconfig43 does not require any special hardware Virtualization support beyond
44 standard MIPS32 r2 or later, but it does require the guest kernel
/kernel/linux/linux-5.10/include/linux/
Dkey.h79 KEY_NEED_VIEW, /* Require permission to view attributes */
80 KEY_NEED_READ, /* Require permission to read content */
81 KEY_NEED_WRITE, /* Require permission to update / modify */
82 KEY_NEED_SEARCH, /* Require permission to search (keyring) or find (key) */
83 KEY_NEED_LINK, /* Require permission to link */
84 KEY_NEED_SETATTR, /* Require permission to change attributes */
85 KEY_NEED_UNLINK, /* Require permission to unlink key */
/kernel/linux/linux-5.10/include/media/
Dtuner-types.h111 * @port1_set_for_fm_mono: Some cards require PORT1 to be 1 for mono Radio
129 * require a different TOP value for the
133 * require a different TOP value for the
137 * require a different TOP value for the
/kernel/linux/linux-5.10/Documentation/networking/dsa/
Dbcm_sf2.rst63 driver require a struct device to be bound to a struct device_node, but things
70 Broadcom switches connected to a SF2 require the use of the DSA slave MDIO bus
82 MoCA interfaces are fairly specific and require the use of a firmware blob which

12345678910>>...95