Searched refs:choices (Results 1 – 25 of 42) sorted by relevance
12
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
D | tdc_multibatch.py | 22 choices=['add', 'del', 'replace'], 45 choices=range(0, 256),
|
D | tdc_batch.py | 34 choices=['add', 'del', 'replace'], 43 choices=range(0, 256),
|
D | tdc.py | 501 choices=['none', 'xunit', 'tap'],
|
/kernel/linux/linux-5.10/scripts/clang-tools/ |
D | run-clang-tools.py | 32 choices=["clang-tidy", "clang-analyzer"],
|
D | gen_compile_commands.py | 51 parser.add_argument('--log_level', choices=_VALID_LOG_LEVELS,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_vm.c | 183 unsigned choices[2] = {}; in radeon_vm_grab_id() local 207 choices[fence->ring == ring ? 0 : 1] = i; in radeon_vm_grab_id() 212 if (choices[i]) { in radeon_vm_grab_id() 213 vm_id->id = choices[i]; in radeon_vm_grab_id() 214 trace_radeon_vm_grab_id(choices[i], ring); in radeon_vm_grab_id() 215 return rdev->vm_manager.active[choices[i]]; in radeon_vm_grab_id()
|
/kernel/linux/linux-5.10/usr/ |
D | Kconfig | 151 is slowest among the choices. The initramfs size is about 10% smaller 165 Decompression speed is between the other choices. Compression is 189 It's compression ratio is the second poorest amongst the choices. The 201 It's compression ratio is the poorest amongst the choices. The kernel
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
D | flamegraph.py | 112 default="html", choices=["json", "html"],
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | saa7134.rst | 53 If so, please check :doc:`saa7134-cardlist` for valid choices.
|
/kernel/linux/linux-5.10/drivers/pci/ |
D | Kconfig | 202 The following choices set the MPS and MRRS optimization strategy 203 at compile-time. The choices are the same as those offered for
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-annotate.txt | 128 Set annotation percent type from following choices:
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | tlb.rst | 8 memory, it has two choices:
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
D | mtk-nand.txt | 82 choices above, please select the smaller valid value from
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | mailbox.rst | 20 Some of the choices made during implementation are the result of this
|
/kernel/linux/linux-5.10/lib/fonts/ |
D | Kconfig | 22 If unsure, say N (the default choices are safe).
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | submitting-drivers.rst | 67 rationale for your license choices in your cover letter.
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.rst | 305 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
|
/kernel/linux/linux-5.10/Documentation/kbuild/ |
D | kconfig.rst | 299 have several different viewing choices, modes, and options.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-queryctrl.rst | 342 - The control has a menu of N choices. The names of the menu items 348 - The control has a menu of N choices. The values of the menu items
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/ |
D | README | 44 choices were made:
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | lm85.rst | 255 Configuration choices:
|
/kernel/linux/linux-5.10/Documentation/sound/designs/ |
D | compress-offload.rst | 51 decoders embedded in firmware, or may support more choices through
|
/kernel/linux/linux-5.10/Documentation/input/devices/ |
D | alps.rst | 14 adequate. The design choices were to re-define the alps_model_data
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | st.rst | 54 Using the modes allows the system manager to give the users choices 56 users (buffered and asynchronous writes). The modes also allow choices
|
/kernel/linux/linux-5.10/Documentation/arm/ |
D | cluster-pm-race-avoidance.rst | 411 If the outbound CPU observes this state, it has two choices:
|
12