Home
last modified time | relevance | path

Searched refs:cpu (Results 1 – 25 of 1357) sorted by path

12345678910>>...55

/linux/Documentation/ABI/obsolete/
H A Dsysfs-cpuidle1 What: /sys/devices/system/cpu/cpuidle/current_governor_ro
8 /sys/devices/system/cpu/cpuidle/ file, it's duplicate so make
/linux/Documentation/ABI/removed/
H A Dnet_dma7 coherency issues of the cpu potentially touching the buffers
H A Dsysfs-kernel-uids7 to set the cpu bandwidth a user is allowed. This is a
/linux/Documentation/ABI/stable/
H A Dsysfs-block558 completions to the cpu "group" that originally submitted the
564 completion to run on the requesting cpu (bypassing the "group"
H A Dsysfs-bus-vmbus35 Format: <channel's child_relid:the bound cpu's number>
66 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/cpu
H A Dsysfs-class-infiniband714 physical cpu location, the user will do::
727 also the interrupt of the sdma engine 3 is steered to cpu 3.
730 engine 4 is steered to cpu 8. This assumes that in the above N
H A Dsysfs-devices-system-cpu1 What: /sys/devices/system/cpu/dscr_default
6 /sys/devices/system/cpu/cpuN/dscr on all CPUs.
12 What: /sys/devices/system/cpu/cpu[0-9]+/dscr
27 What: /sys/devices/system/cpu/cpuX/topology/physical_package_id
33 What: /sys/devices/system/cpu/cpuX/topology/die_id
39 What: /sys/devices/system/cpu/cpuX/topology/core_id
45 What: /sys/devices/system/cpu/cpuX/topology/cluster_id
51 What: /sys/devices/system/cpu/cpuX/topology/book_id
57 What: /sys/devices/system/cpu/cpuX/topology/drawer_id
63 What: /sys/devices/system/cpu/cpuX/topology/core_cpus
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etm3x248 What: /sys/bus/coresight/devices/<memory_map>.[etm|ptm]/cpu
252 Description: (RO) Holds the cpu number this tracer is affined to.
H A Dsysfs-bus-coresight-devices-etm4x11 What: /sys/bus/coresight/devices/etm<N>/cpu
H A Dsysfs-bus-coresight-devices-trbe1 What: /sys/bus/coresight/devices/trbe<cpu>/align
8 What: /sys/bus/coresight/devices/trbe<cpu>/flag
H A Dsysfs-bus-dax70 closest online cpu node which is the typical expectation of a
H A Dsysfs-bus-event_source-devices-caps17 grep . /sys/bus/event_source/devices/cpu/caps/*
18 /sys/bus/event_source/devices/cpu/caps/pmu_name:POWER9
H A Dsysfs-bus-event_source-devices-dfl_fme28 Description: Read-only. This file always returns cpu which the PMU is bound
H A Dsysfs-bus-event_source-devices-dsa28 Description: Read-only. This file always returns the cpu to which the
H A Dsysfs-bus-event_source-devices-events1 What: /sys/devices/cpu/events/
2 /sys/devices/cpu/events/branch-misses
3 /sys/devices/cpu/events/cache-references
4 /sys/devices/cpu/events/cache-misses
5 /sys/devices/cpu/events/stalled-cycles-frontend
6 /sys/devices/cpu/events/branch-instructions
7 /sys/devices/cpu/events/stalled-cycles-backend
8 /sys/devices/cpu/events/instructions
9 /sys/devices/cpu/events/cpu
[all...]
H A Dsysfs-devices-system-cpu1 What: /sys/devices/system/cpu/
10 /sys/devices/system/cpu/cpuX/
12 What: /sys/devices/system/cpu/kernel_max
13 /sys/devices/system/cpu/offline
14 /sys/devices/system/cpu/online
15 /sys/devices/system/cpu/possible
16 /sys/devices/system/cpu/present
22 kernel_max: the maximum cpu index allowed by the kernel
40 What: /sys/devices/system/cpu/probe
41 /sys/devices/system/cpu/release
[all …]
H A Dsysfs-devices-system-xen_cpu5 A collection of global/individual Xen physical cpu attributes
7 Individual physical cpu attributes are contained in
8 subdirectories named by the Xen's logical cpu number, e.g.:
H A Dsysfs-kernel-reboot21 What: /sys/kernel/reboot/cpu
H A Dsysfs-kernel-slab59 The alloc_from_partial file shows how many times a cpu slab has
71 The alloc_refill file shows how many times the per-cpu freelist
73 remote cpu frees. It can be written to clear the current count.
115 The cpu_slabs file is read-only and displays how many cpu slabs
124 The file cpuslab_flush shows how many times a cache's cpu slabs
126 cache, a cpu going offline, or as the result of forcing an
147 The deactivate_empty file shows how many times an empty cpu slab
157 The deactivate_full file shows how many times a full cpu slab
167 The deactivate_remote_frees file shows how many times a cpu slab
178 The deactivate_to_head file shows how many times a partial cpu
[all …]
H A Dsysfs-platform-intel-ifs9 Description: Write <cpu#> to trigger IFS test for one online core.
10 Note that the test is per core. The cpu# can be
/linux/Documentation/
H A DChanges305 mkdir /dev/cpu
306 mknod /dev/cpu/microcode c 10 184
307 chmod 0644 /dev/cpu/microcode
/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst804 1 int cpu;
809 The ``->cpu`` field contains the number of the corresponding CPU and the
/linux/Documentation/RCU/
H A DNMI-RCU.rst16 static int dummy_nmi_callback(struct pt_regs *regs, int cpu)
32 int cpu;
36 cpu = smp_processor_id();
37 ++nmi_count(cpu);
39 if (!rcu_dereference_sched(nmi_callback)(regs, cpu))
H A DRTFP.txt1030 Add per-cpu batch counter"
H A Drcubarrier.rst237 3 int cpu = smp_processor_id();
238 4 struct rcu_data *rdp = &per_cpu(rcu_data, cpu);

12345678910>>...55