Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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
/kernel/liteos_m/testsuites/unittest/posix/src/time/
Dtime_func_test_01.c106 int ran = 0; in KeepRun() local
107 while (ran < msec) { in KeepRun()
110 ran = (time2.tv_sec - time1.tv_sec) * MILLISECONDS_PER_SECOND; in KeepRun()
111 ran += (time2.tv_nsec - time1.tv_nsec) / NANOSECONDS_PER_MILLISECOND; in KeepRun()
/kernel/linux/linux-5.10/tools/memory-model/scripts/
DREADME48 judge whether the test ran correctly. Not normally run manually,
/kernel/linux/linux-5.10/drivers/nvme/target/
Dfc.c1100 u64 ran; in nvmet_fc_alloc_target_assoc() local
1127 get_random_bytes(&ran, sizeof(ran) - BYTES_FOR_QID); in nvmet_fc_alloc_target_assoc()
1128 ran = ran << BYTES_FOR_QID_SHIFT; in nvmet_fc_alloc_target_assoc()
1133 if (ran == tmpassoc->association_id) { in nvmet_fc_alloc_target_assoc()
1139 assoc->association_id = ran; in nvmet_fc_alloc_target_assoc()
/kernel/linux/linux-5.10/Documentation/driver-api/usb/
Dbulk-streams.rst44 streams, or the xHCI driver ran out of memory), or the number of streams the
/kernel/linux/linux-5.10/Documentation/RCU/
Dtorture.rst87 * "nt": The number of times rcutorture ran RCU read-side code from
244 "TREE04"). If a given scenario ran more than once (as in "--configs
250 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
274 since the grace-period kthread ran. The "jiffies_till_next_fqs"
293 kthread last ran on CPU 5.
/kernel/linux/linux-5.10/Documentation/timers/
Dhrtimers.rst152 the hrtimer implementation details in praxis, and we also ran the posix
153 timer tests in order to ensure specification compliance. We also ran
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/Documentation/dev-tools/kunit/
Dindex.rst83 someone sends you some code. Why trust that someone ran all their tests
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dradiotrack.rst26 I have a RadioTrack card from back when I ran an MS-Windows platform. After
/kernel/linux/linux-5.10/Documentation/driver-api/
Disa.rst9 pointed out that (ALSA) ISA drivers ran into the problem of not having
/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-stats.rst147 last ran on a different cpu in this domain
Dsched-energy.rst138 save energy compared to leaving it on prev_cpu, i.e. the CPU where the task ran
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-driver-ib_srp190 request to the target because it ran out of credits. For more
/kernel/linux/linux-5.10/drivers/staging/most/Documentation/ABI/
Dsysfs-class-most.txt314 Indicates whether current channel ran out of buffers.
/kernel/linux/linux-5.10/Documentation/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 */
Ddax-hv-api.txt982 0x1 Command ran and succeeded
983 … 0x2 Command ran and failed (partial results may be been
985 … 0x3 Command ran and was killed (partial execution may
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dmeson_nand.c59 #define CMDRWGEN(cmd_dir, ran, bch, short_mode, page_size, pages) \ argument
62 ((ran) << 19) | \
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/process/
D3.Early-stage.rst28 the linux-kernel mailing list, where it immediately ran into problems.
/kernel/linux/linux-5.10/Documentation/gpu/
Ddrm-uapi.rst399 Run the igt-tests in the guest machine, as example it's ran the 'kms_flip'
/kernel/linux/linux-5.10/Documentation/crypto/
Ddescore-readme.rst187 a while later i ran across the great crypt(3) package mentioned above.

12