Home
last modified time | relevance | path

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

12

/linux/tools/tracing/rtla/src/
H A 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/Documentation/admin-guide/
H A Dnumastat.rst34 local_node A process ran on this node's CPU,
37 other_node A process ran on a different node's CPU
H A Dmono.rst61 4) Check that ``.exe`` binaries can be ran without the need of a
/linux/Documentation/tools/rtla/
H A Drtla-hwnoise.rst61 *Periods* the tool ran during the session. The *Runtime* is the time
72 For example, *CPU 3* ran *599* periods of *1 second Runtime*. The CPU received
/linux/drivers/gpu/drm/stm/
H A 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()
676 "color range %d not supported, use limited range by default\n", ran); in ltdc_set_ycbcr_coeffs()
678 ran = DRM_COLOR_YCBCR_LIMITED_RANGE; in ltdc_set_ycbcr_coeffs()
681 drm_err(plane->dev, "Color encoding=%d, range=%d\n", enc, ran); in ltdc_set_ycbcr_coeffs()
683 ltdc_ycbcr2rgb_coeffs[enc][ran][0]); in ltdc_set_ycbcr_coeffs()
685 ltdc_ycbcr2rgb_coeffs[enc][ran][1]); in ltdc_set_ycbcr_coeffs()
/linux/Documentation/gpu/
H A Dvc4.rst63 These tests are using a mock driver and can be ran using the
/linux/drivers/nvme/target/
H A Dfc.c1115 u64 ran; in nvmet_fc_alloc_target_assoc() local
1143 get_random_bytes(&ran, sizeof(ran) - BYTES_FOR_QID); in nvmet_fc_alloc_target_assoc()
1144 ran = ran << BYTES_FOR_QID_SHIFT; in nvmet_fc_alloc_target_assoc()
1147 if (!nvmet_fc_assoc_exists(tgtport, ran)) { in nvmet_fc_alloc_target_assoc()
1148 assoc->association_id = ran; in nvmet_fc_alloc_target_assoc()
/linux/Documentation/driver-api/usb/
H A Dbulk-streams.rst44 streams, or the xHCI driver ran out of memory), or the number of streams the
/linux/Documentation/timers/
H A 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/tools/memory-model/scripts/
H A DREADME56 the test ran correctly. Not normally run manually, provided
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-stratix10-rsu113 2 both first and second stage bootloader ran
H A Dsysfs-bus-most282 Indicates whether channel ran out of buffers.
/linux/Documentation/RCU/
H A 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
H A Dstallwarn.rst43 ran and how often it should be expected to run. It can also
311 since the grace-period kthread ran. The "jiffies_till_next_fqs"
331 kthread last ran on CPU 5.
346 Here "cpu" indicates that the grace-period kthread last ran on CPU 4,
/linux/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst26 I have a RadioTrack card from back when I ran an MS-Windows platform. After
/linux/Documentation/driver-api/
H A Disa.rst9 pointed out that (ALSA) ISA drivers ran into the problem of not having
/linux/Documentation/networking/device_drivers/ethernet/meta/
H A Dfbnic.rst154 - ``rde_[i]_pkt_bdq_drop``: packets dropped because HPQ or PPQ ran out of host buffer
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-ib_srp190 request to the target because it ran out of credits. For more
/linux/Documentation/arch/sparc/oradax/
H A 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/tools/memory-model/Documentation/
H A Dglossary.txt168 store after earlier memory references that ran on that same CPU.
/linux/drivers/staging/most/Documentation/ABI/
H A Dsysfs-class-most.txt314 Indicates whether current channel ran out of buffers.
/linux/drivers/mtd/nand/raw/
H A Dmeson_nand.c64 #define CMDRWGEN(cmd_dir, ran, bch, short_mode, page_size, pages) \ argument
67 (ran) | \
/linux/Documentation/scheduler/
H A Dsched-stats.rst185 last ran on a different cpu in this domain
/linux/tools/perf/Documentation/
H A Dperf-report.txt104 - cpu: cpu number the task ran at the time of sample
105 - socket: processor socket number the task ran at the time of sample
/linux/Documentation/dev-tools/kunit/
H A Drun_wrapper.rst316 might pass/fail based on what ran before it.

12