Home
last modified time | relevance | path

Searched refs:choices (Results 1 – 25 of 55) sorted by relevance

123

/linux-6.3-rc2/drivers/platform/surface/
A Dsurface_platform_profile.c157 set_bit(PLATFORM_PROFILE_LOW_POWER, tpd->handler.choices); in surface_platform_profile_probe()
158 set_bit(PLATFORM_PROFILE_BALANCED, tpd->handler.choices); in surface_platform_profile_probe()
159 set_bit(PLATFORM_PROFILE_BALANCED_PERFORMANCE, tpd->handler.choices); in surface_platform_profile_probe()
160 set_bit(PLATFORM_PROFILE_PERFORMANCE, tpd->handler.choices); in surface_platform_profile_probe()
/linux-6.3-rc2/drivers/acpi/
A Dplatform_profile.c41 for_each_set_bit(i, cur_profile->choices, PLATFORM_PROFILE_LAST) { in platform_profile_choices_show()
103 if (!test_bit(i, cur_profile->choices)) { in platform_profile_store()
151 if (!pprof || bitmap_empty(pprof->choices, PLATFORM_PROFILE_LAST) || in platform_profile_register()
/linux-6.3-rc2/tools/testing/selftests/tc-testing/
A Dtdc_multibatch.py22 choices=['add', 'del', 'replace'],
45 choices=range(0, 256),
A Dtdc_batch.py34 choices=['add', 'del', 'replace'],
43 choices=range(0, 256),
/linux-6.3-rc2/drivers/platform/x86/amd/pmf/
A Dsps.c146 set_bit(PLATFORM_PROFILE_LOW_POWER, dev->pprof.choices); in amd_pmf_init_sps()
147 set_bit(PLATFORM_PROFILE_BALANCED, dev->pprof.choices); in amd_pmf_init_sps()
148 set_bit(PLATFORM_PROFILE_PERFORMANCE, dev->pprof.choices); in amd_pmf_init_sps()
/linux-6.3-rc2/include/linux/
A Dplatform_profile.h30 unsigned long choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)]; member
/linux-6.3-rc2/tools/perf/scripts/python/
A Dflamegraph.py221 default="html", choices=["json", "html"],
231 choices=["blue-green", "orange"])
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_vm.c184 unsigned choices[2] = {}; in radeon_vm_grab_id() local
208 choices[fence->ring == ring ? 0 : 1] = i; in radeon_vm_grab_id()
213 if (choices[i]) { in radeon_vm_grab_id()
214 vm_id->id = choices[i]; in radeon_vm_grab_id()
215 trace_radeon_vm_grab_id(choices[i], ring); in radeon_vm_grab_id()
216 return rdev->vm_manager.active[choices[i]]; in radeon_vm_grab_id()
/linux-6.3-rc2/scripts/clang-tools/
A Drun-clang-tools.py31 choices=["clang-tidy", "clang-analyzer"],
A Dgen_compile_commands.py53 parser.add_argument('--log_level', choices=_VALID_LOG_LEVELS,
/linux-6.3-rc2/usr/
A DKconfig150 is slowest among the choices. The initramfs size is about 10% smaller
164 Decompression speed is between the other choices. Compression is
188 It's compression ratio is the second poorest amongst the choices. The
200 It's compression ratio is the poorest amongst the choices. The kernel
/linux-6.3-rc2/Documentation/mm/
A Dmultigen_lru.rst19 * Fast paths to make obvious choices
26 choices, e.g., between different memcgs on a computer or different
40 additional factors stand out. But obvious choices might not be good
41 choices; thus self-correction is necessary.
48 and infer which of them are better choices.
/linux-6.3-rc2/drivers/platform/x86/hp/
A Dhp-wmi.c1285 set_bit(PLATFORM_PROFILE_QUIET, platform_profile_handler.choices); in thermal_profile_setup()
1288 set_bit(PLATFORM_PROFILE_COOL, platform_profile_handler.choices); in thermal_profile_setup()
1289 set_bit(PLATFORM_PROFILE_BALANCED, platform_profile_handler.choices); in thermal_profile_setup()
1290 set_bit(PLATFORM_PROFILE_PERFORMANCE, platform_profile_handler.choices); in thermal_profile_setup()
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dsaa7134.rst54 for valid choices.
/linux-6.3-rc2/tools/testing/kunit/
A Dkunit.py352 choices=['suite', 'test'])
358 type=str, nargs='?', const='all', default=None, choices=['all', 'kunit'])
/linux-6.3-rc2/drivers/pci/
A DKconfig205 The following choices set the MPS and MRRS optimization strategy
206 at compile-time. The choices are the same as those offered for
/linux-6.3-rc2/Documentation/driver-api/
A Dmailbox.rst20 Some of the choices made during implementation are the result of this
/linux-6.3-rc2/Documentation/x86/
A Dtlb.rst8 memory, it has two choices:
/linux-6.3-rc2/lib/fonts/
A DKconfig22 If unsure, say N (the default choices are safe).
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-annotate.txt142 Set annotation percent type from following choices:
/linux-6.3-rc2/drivers/platform/x86/
A Dideapad-laptop.c1019 set_bit(PLATFORM_PROFILE_LOW_POWER, priv->dytc->pprof.choices); in ideapad_dytc_profile_init()
1020 set_bit(PLATFORM_PROFILE_BALANCED, priv->dytc->pprof.choices); in ideapad_dytc_profile_init()
1021 set_bit(PLATFORM_PROFILE_PERFORMANCE, priv->dytc->pprof.choices); in ideapad_dytc_profile_init()
/linux-6.3-rc2/Documentation/security/
A Dlandlock.rst49 Design choices
/linux-6.3-rc2/scripts/
A Dbpf_doc.py879 choices=printers.keys(), help='eBPF API target')
/linux-6.3-rc2/Documentation/sphinx/
A Dkerneldoc-preamble.sty98 % CJK Language-specific font choices
/linux-6.3-rc2/Documentation/powerpc/
A Dpci_iov_resource_on_powernv.rst305 allocate 256 segments, there are (256 - numVFs) choices for the PE# of VF0.
310 choices because instead of consuming only numVFs segments, the VF(n) BAR

Completed in 53 milliseconds

123