Searched refs:topology (Results 1 - 25 of 178) sorted by last modified time

12345678

/linux-master/kernel/sched/
H A Dfair.c34 #include <linux/topology.h>
1639 * On systems with a backplane NUMA topology, compare groups
1655 * On systems with a glueless mesh NUMA topology, there are
2732 * On a system with glueless mesh NUMA topology, group_weight
2754 * interconnect topology is more involved. The goal is to locate
7029 * node depending on the IO topology or IRQ affinity settings.
7945 * reason why EAS is enabled in the topology code only for systems where
8656 * topology where each level pairs two lower groups (or better). This results
H A Dsched.h22 #include <linux/sched/topology.h>
64 #include <linux/topology.h>
H A Dcore.c26 #include <linux/topology.h>
/linux-master/arch/x86/kernel/cpu/
H A Damd.c11 #include <linux/topology.h>
332 * between APIC ID, HT node ID and NUMA topology. As going
H A Dcommon.c42 #include <linux/topology.h>
/linux-master/drivers/acpi/
H A Dcppc_acpi.c41 #include <linux/topology.h>
/linux-master/sound/soc/sof/
H A Dsof-audio.h21 #include <sound/sof/topology.h>
141 * struct sof_ipc_tplg_control_ops - IPC-specific ops for topology kcontrol IO
168 * struct sof_ipc_tplg_widget_ops - IPC-specific ops for topology widgets
192 * struct sof_ipc_tplg_ops - IPC-specific topology ops
196 * @control: Pointer to the IPC-specific ops for topology kcontrol IO
209 * @set_up_all_pipelines: Function pointer for setting up all topology pipelines
210 * @tear_down_all_pipelines: Function pointer for tearing down all topology pipelines
211 * @parse_manifest: Function pointer for ipc4 specific parsing of topology manifest
292 * struct sof_topology_token - SOF topology token definition
370 void *priv; /* private data copied from topology */
[all...]
/linux-master/include/linux/
H A Denergy_model.h11 #include <linux/sched/topology.h>
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h293 uint16_t topology; member in struct:lpfc_sli4_link
H A Dlpfc_mbox.c330 * lpfc_read_topology - Prepare a mailbox command for reading HBA topology
335 * The read topology mailbox command is issued to read the link topology
342 * This routine prepares the mailbox command for reading HBA link topology
537 * @topology: the link topology for the link to be initialized to.
545 * with the specified link topology and speed.
549 LPFC_MBOXQ_t * pmb, uint32_t topology, uint32_t linkspeed)
557 switch (topology) {
2268 "port_state:x%x topology ch
548 lpfc_init_link(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmb, uint32_t topology, uint32_t linkspeed) argument
[all...]
H A Dlpfc_init.c743 * lpfc_hba_init_link_fc_topology - Initialize FC link with desired topology
745 * @fc_topology: desired fc topology.
5483 phba->sli4_hba.link_state.topology,
5491 * topology info. Note: Optional for non FC-AL ports.
5500 * For FCoE Mode: fill in all the topology information we need and call
5537 * topology.
5542 * value of Read topology link speed.
5544 * Return: link speed in terms of Read topology.
6253 phba->sli4_hba.link_state.topology =
6285 phba->sli4_hba.link_state.topology,
[all...]
H A Dlpfc_attr.c4135 # lpfc_topology: link topology for init link
4145 LPFC_ATTR(topology, 0, 0, 6,
4146 "Select Fibre Channel topology");
4149 * lpfc_topology_store - Set the adapters topology field
4156 * If val is in a valid range then set the adapter's topology field and
4157 * issue a lip; if the lip fails reset the topology to the old value.
4200 * The 'topology' is not a configurable parameter if :
4201 * - persistent topology enabled
4240 lpfc_param_show(topology)
4411 "support loop mode, setting topology t
[all...]
/linux-master/block/
H A Dblk-mq.c24 #include <linux/sched/topology.h>
/linux-master/kernel/bpf/
H A Dhelpers.c11 #include <linux/topology.h>
/linux-master/arch/x86/kernel/
H A Dsmpboot.c46 #include <linux/sched/topology.h>
194 * The topology information must be up to date before
417 * discard the MC level of the topology later.
430 * match intel_cod_cpu[] has the SNC (Sub-NUMA Cluster) topology.
462 * Allow the SNC topology without warning. Return of false
534 * When there is NUMA topology inside the package skip the PKG domain
/linux-master/sound/soc/
H A Dsoc-core.c40 #include <sound/soc-topology.h>
1161 * topology component. And machine drivers can still define static
1481 * topology based drivers can use the DAI link id field to set PCM
2039 /* Inform userspace we are using alternate topology */
2042 /* topology shortname created? */
2052 /* use topology shortname */
2167 /* check whether any platform is ignore machine FE and using topology */
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h2066 struct gb_audio_topology topology; member in struct:gb_audio_get_topology_response
/linux-master/drivers/staging/greybus/
H A Daudio_topology.c1368 dev_err(module->dev, "%d: Error in parsing topology header\n",
1418 if (!module->topology)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c1339 * Chips that support extended topology information require the driver to
1340 * reflect topology information in the opposite direction. This is
1388 struct psp_xgmi_topology_info *topology,
1397 if (!topology || topology->num_nodes > TA_XGMI__MAX_CONNECTED_NODES)
1404 /* Fill in the shared memory with topology information as input */
1410 topology_info_input->nodes[i].node_id = topology->nodes[i].node_id;
1411 topology_info_input->nodes[i].num_hops = topology->nodes[i].num_hops;
1412 topology_info_input->nodes[i].is_sharing_enabled = topology->nodes[i].is_sharing_enabled;
1413 topology_info_input->nodes[i].sdma_engine = topology
1386 psp_xgmi_get_topology_info(struct psp_context *psp, int number_devices, struct psp_xgmi_topology_info *topology, bool get_extended_data) argument
1504 psp_xgmi_set_topology_info(struct psp_context *psp, int number_devices, struct psp_xgmi_topology_info *topology) argument
[all...]
/linux-master/drivers/base/
H A Dcpu.c11 #include <linux/topology.h>
/linux-master/arch/powerpc/kernel/
H A Dsmp.c20 #include <linux/sched/topology.h>
31 #include <linux/topology.h>
1006 * This topology makes it *much* cheaper to migrate tasks between adjacent cores
1008 * at the scheduler level so an extra topology level is required.
1162 // Initalise the generic SMT topology support
1654 /* Update topology CPU masks */
/linux-master/arch/loongarch/kernel/
H A DMakefile12 elf.o syscall.o signal.o time.o topology.o inst.o ptrace.o vdso.o \
/linux-master/arch/arm/kernel/
H A DMakefile84 obj-$(CONFIG_ARM_CPU_TOPOLOGY) += topology.o
/linux-master/kernel/power/
H A Denergy_model.c17 #include <linux/sched/topology.h>
/linux-master/arch/s390/kernel/
H A Dsysinfo.c22 #include <asm/topology.h>
567 debugfs_create_symlink("topology", stsi_root, link_to);

Completed in 731 milliseconds

12345678