Home
last modified time | relevance | path

Searched refs:topology (Results 1 – 25 of 68) sorted by relevance

123

/linux-3.4.99/Documentation/
Dcputopology.txt2 Export CPU topology info via sysfs. Items (attributes) are similar
5 1) /sys/devices/system/cpu/cpuX/topology/physical_package_id:
11 2) /sys/devices/system/cpu/cpuX/topology/core_id:
17 3) /sys/devices/system/cpu/cpuX/topology/book_id:
23 4) /sys/devices/system/cpu/cpuX/topology/thread_siblings:
28 5) /sys/devices/system/cpu/cpuX/topology/core_siblings:
33 6) /sys/devices/system/cpu/cpuX/topology/book_siblings:
39 drivers/base/topology.c, is to export the 4 or 6 attributes. The two book
43 these macros in include/asm-XXX/topology.h:
54 To be consistent on all architectures, include/linux/topology.h
[all …]
/linux-3.4.99/drivers/parport/
Ddaisy.c44 } *topology = NULL; variable
65 for (p = &topology; *p && (*p)->devnum<devnum; p = &(*p)->next) in add_dev()
180 p = &topology; in parport_daisy_fini()
194 if (!topology) numdevs = 0; in parport_daisy_fini()
215 struct daisydev *p = topology; in parport_open()
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-devices-system-cpu44 Description: CPU topology files that describe kernel limits related to
109 What: /sys/devices/system/cpu/cpu#/topology/core_id
110 /sys/devices/system/cpu/cpu#/topology/core_siblings
111 /sys/devices/system/cpu/cpu#/topology/core_siblings_list
112 /sys/devices/system/cpu/cpu#/topology/physical_package_id
113 /sys/devices/system/cpu/cpu#/topology/thread_siblings
114 /sys/devices/system/cpu/cpu#/topology/thread_siblings_list
117 Description: CPU topology files that describe a logical CPU's relationship
Dsysfs-ata6 Provide a place in sysfs for storing the ATA topology of the system. This allows
27 topology, 15 ata_link objects are created.
/linux-3.4.99/include/linux/
Dtopology.h210 #error Please define an appropriate SD_BOOK_INIT in include/asm/topology.h!!!
216 #error Please define an appropriate SD_NODE_INIT in include/asm/topology.h!!!
/linux-3.4.99/arch/um/include/asm/
DKbuild2 generic-y += hw_irq.h irq_regs.h kdebug.h percpu.h sections.h topology.h xor.h
/linux-3.4.99/drivers/firewire/
DMakefile6 core-iso.o core-topology.o core-transaction.o
/linux-3.4.99/arch/hexagon/kernel/
DMakefile3 obj-$(CONFIG_SMP) += smp.o topology.o
/linux-3.4.99/tools/power/cpupower/
DToDo3 - Use bitmask functions to parse CPU topology more robust
/linux-3.4.99/drivers/base/
DMakefile7 topology.o
/linux-3.4.99/Documentation/networking/
Dbatman-adv.txt103 sive to topology changes, but will also increase the overhead.
133 If you want topology visualization, at least one mesh node must
139 fault: "client"). Clients send their topology data to the server
141 is no server configured (default) within the mesh, no topology
146 When configured as server, you can get a topology snapshot of
/linux-3.4.99/arch/tile/kernel/
Dsetup.c994 HV_Topology topology = hv_inquire_topology(); in validate_hv() local
995 BUG_ON(topology.coord.x != 0 || topology.coord.y != 0); in validate_hv()
996 if (topology.width != 1 || topology.height != 1) { in validate_hv()
999 topology.width, topology.height); in validate_hv()
/linux-3.4.99/arch/parisc/kernel/
DMakefile12 topology.o
/linux-3.4.99/arch/x86/kernel/cpu/
DMakefile15 obj-y := intel_cacheinfo.o scattered.o topology.o
/linux-3.4.99/arch/sh/kernel/
DMakefile20 syscalls_$(BITS).o time.o topology.o traps.o \
/linux-3.4.99/Documentation/ABI/stable/
Dfirewire-cdev51 during its entire life time. Bus topology changes, and hence
53 need to be aware of topology.
/linux-3.4.99/arch/blackfin/include/asm/
DKbuild40 generic-y += topology.h
/linux-3.4.99/arch/c6x/include/asm/
DKbuild49 generic-y += topology.h
/linux-3.4.99/arch/s390/kernel/
DMakefile36 obj-$(CONFIG_SCHED_BOOK) += topology.o
/linux-3.4.99/arch/hexagon/include/asm/
DKbuild54 generic-y += topology.h
/linux-3.4.99/arch/unicore32/include/asm/
DKbuild54 generic-y += topology.h
/linux-3.4.99/arch/openrisc/include/asm/
DKbuild64 generic-y += topology.h
/linux-3.4.99/drivers/scsi/bfa/
Dbfa_svc.c2912 port_cfg->topology = BFA_PORT_TOPOLOGY_P2P; in bfa_fcport_attach()
2968 fcport->topology = pevent->link_state.topology; in bfa_fcport_update_linkinfo()
2970 if (fcport->topology == BFA_PORT_TOPOLOGY_LOOP) in bfa_fcport_update_linkinfo()
2987 bfa_trc(fcport->bfa, fcport->topology); in bfa_fcport_update_linkinfo()
2994 fcport->topology = BFA_PORT_TOPOLOGY_NONE; in bfa_fcport_reset_linkinfo()
3307 fcport->topology = BFA_PORT_TOPOLOGY_P2P; in bfa_trunk_scn()
3619 bfa_fcport_cfg_topology(struct bfa_s *bfa, enum bfa_port_topology topology) in bfa_fcport_cfg_topology() argument
3623 bfa_trc(bfa, topology); in bfa_fcport_cfg_topology()
3624 bfa_trc(bfa, fcport->cfg.topology); in bfa_fcport_cfg_topology()
3626 switch (topology) { in bfa_fcport_cfg_topology()
[all …]
/linux-3.4.99/arch/arm/kernel/
DMakefile74 obj-$(CONFIG_ARM_CPU_TOPOLOGY) += topology.o
/linux-3.4.99/arch/ia64/kernel/
DMakefile14 unwind.o mca.o mca_asm.o topology.o dma-mapping.o

123