Home
last modified time | relevance | path

Searched refs:ran (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.6.21/tools/tracing/rtla/src/
Drtla.c50 goto ran; in run_command()
53 goto ran; in run_command()
56 goto ran; in run_command()
60 ran: in run_command()
/linux-6.6.21/Documentation/admin-guide/
Dnumastat.rst34 local_node A process ran on this node's CPU,
37 other_node A process ran on a different node's CPU
Dmono.rst61 4) Check that ``.exe`` binaries can be ran without the need of a
/linux-6.6.21/Documentation/tools/rtla/
Drtla-hwnoise.rst59 *Periods* the tool ran during the session. The *Runtime* is the time
70 For example, *CPU 3* ran *599* periods of *1 second Runtime*. The CPU received
/linux-6.6.21/drivers/gpu/drm/stm/
Dltdc.c665 enum drm_color_range ran = state->color_range; in ltdc_set_ycbcr_coeffs() local
674 if (ran != DRM_COLOR_YCBCR_LIMITED_RANGE && ran != DRM_COLOR_YCBCR_FULL_RANGE) { in ltdc_set_ycbcr_coeffs()
675 DRM_ERROR("color range %d not supported, use limited range by default\n", ran); in ltdc_set_ycbcr_coeffs()
677 ran = DRM_COLOR_YCBCR_LIMITED_RANGE; in ltdc_set_ycbcr_coeffs()
680 DRM_DEBUG_DRIVER("Color encoding=%d, range=%d\n", enc, ran); in ltdc_set_ycbcr_coeffs()
682 ltdc_ycbcr2rgb_coeffs[enc][ran][0]); in ltdc_set_ycbcr_coeffs()
684 ltdc_ycbcr2rgb_coeffs[enc][ran][1]); in ltdc_set_ycbcr_coeffs()
/linux-6.6.21/Documentation/gpu/
Dvc4.rst63 These tests are using a mock driver and can be ran using the
/linux-6.6.21/drivers/nvme/target/
Dfc.c1124 u64 ran; in nvmet_fc_alloc_target_assoc() local
1154 get_random_bytes(&ran, sizeof(ran) - BYTES_FOR_QID); in nvmet_fc_alloc_target_assoc()
1155 ran = ran << BYTES_FOR_QID_SHIFT; in nvmet_fc_alloc_target_assoc()
1160 if (ran == tmpassoc->association_id) { in nvmet_fc_alloc_target_assoc()
1166 assoc->association_id = ran; in nvmet_fc_alloc_target_assoc()
/linux-6.6.21/Documentation/driver-api/usb/
Dbulk-streams.rst44 streams, or the xHCI driver ran out of memory), or the number of streams the
/linux-6.6.21/tools/memory-model/scripts/
DREADME56 the test ran correctly. Not normally run manually, provided
/linux-6.6.21/Documentation/timers/
Dhrtimers.rst147 the hrtimer implementation details in praxis, and we also ran the posix
148 timer tests in order to ensure specification compliance. We also ran
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-devices-platform-stratix10-rsu113 2 both first and second stage bootloader ran
Dsysfs-bus-most282 Indicates whether channel ran out of buffers.
/linux-6.6.21/Documentation/RCU/
Dtorture.rst87 * "nt": The number of times rcutorture ran RCU read-side code from
255 "TREE04"). If a given scenario ran more than once (as in "--configs
261 If the test ran in a git repository, then this file contains the commit
Dstallwarn.rst43 ran and how often it should be expected to run. It can also
304 since the grace-period kthread ran. The "jiffies_till_next_fqs"
324 kthread last ran on CPU 5.
339 Here "cpu" indicates that the grace-period kthread last ran on CPU 4,
/linux-6.6.21/Documentation/driver-api/media/drivers/
Dradiotrack.rst26 I have a RadioTrack card from back when I ran an MS-Windows platform. After
/linux-6.6.21/Documentation/driver-api/
Disa.rst9 pointed out that (ALSA) ISA drivers ran into the problem of not having
/linux-6.6.21/Documentation/ABI/stable/
Dsysfs-driver-ib_srp190 request to the target because it ran out of credits. For more
/linux-6.6.21/Documentation/scheduler/
Dsched-stats.rst147 last ran on a different cpu in this domain
/linux-6.6.21/tools/memory-model/Documentation/
Dglossary.txt168 store after earlier memory references that ran on that same CPU.
/linux-6.6.21/drivers/staging/most/Documentation/ABI/
Dsysfs-class-most.txt314 Indicates whether current channel ran out of buffers.
/linux-6.6.21/Documentation/arch/sparc/oradax/
Doracle-dax.rst367 if (completion_area[0] != 1) { /* section 36.2.2, 1 = command ran and succeeded */
433 if (completion_area[0] != 1) { /* section 36.2.2, 1 = command ran and succeeded */
/linux-6.6.21/drivers/mtd/nand/raw/
Dmeson_nand.c63 #define CMDRWGEN(cmd_dir, ran, bch, short_mode, page_size, pages) \ argument
66 ((ran) << 19) | \
/linux-6.6.21/tools/perf/Documentation/
Dperf-report.txt88 - cpu: cpu number the task ran at the time of sample
89 - socket: processor socket number the task ran at the time of sample
/linux-6.6.21/Documentation/process/
D3.Early-stage.rst28 the linux-kernel mailing list, where it immediately ran into problems.
/linux-6.6.21/Documentation/dev-tools/kunit/
Drun_wrapper.rst314 might pass/fail based on what ran before it.

12