Home
last modified time | relevance | path

Searched full:central (Results 1 – 25 of 175) sorted by relevance

1234567

/linux/tools/sched_ext/
H A Dscx_central.bpf.c3 * A central FIFO sched_ext scheduler which demonstrates the followings:
7 * The central CPU is the only one making scheduling decisions. All other
8 * CPUs kick the central CPU when they run out of tasks to run.
10 * There is one global BPF queue and the central CPU schedules all CPUs by
26 * the central CPU.
42 * the central CPU's dispatch() path and add some form of priority mechanism.
99 * Steer wakeups to the central CPU as much as possible to avoid in BPF_STRUCT_OPS()
100 * disturbing other CPUs. It's safe to blindly return the central cpu as in BPF_STRUCT_OPS()
199 /* central's gimme is never set */ in BPF_STRUCT_OPS()
221 /* look for a task to run on the central CPU */ in BPF_STRUCT_OPS()
[all …]
H A Dscx_central.c19 "A central FIFO sched_ext scheduler.\n"
26 " -c CPU Override the central CPU (default: 0)\n"
86 * Affinitize the loading thread to the central CPU, as: in main()
93 * will always be invoked on the central CPU. In practice, this in main()
101 "Failed to affinitize to central CPU %d (max %d)", in main()
108 printf("WARNING : BPF_F_TIMER_CPU_PIN not available, timer not pinned to central\n"); in main()
/linux/arch/sparc/kernel/
H A Dcentral.c2 /* central.c: Central FHC driver for Sunfire/Starfire/Wildfire.
30 bool central; member
171 if (of_node_name_eq(op->dev.of_node->parent, "central")) in fhc_probe()
172 p->central = true; in fhc_probe()
182 if (p->central) { in fhc_probe()
195 if (!p->central) { in fhc_probe()
216 if (!p->central) in fhc_probe()
234 (p->central ? "(Central)" : ""))); in fhc_probe()
/linux/tools/lib/bpf/
H A Dzip.c46 /* Number of the file containing the beginning of the central directory or
51 /* Number of central directory records on this disk or 0xFFFF if ZIP64
56 /* Number of central directory records on all disks or 0xFFFF if ZIP64
61 /* Size of the central directory record or 0xFFFFFFFF if ZIP64 archive. */
64 /* Offset of the central directory from the beginning of the archive or
69 /* Length of comment data following end of central directory record. */
183 /* Because the end of central directory ends with a variable length array of in find_cd()
/linux/include/drm/
H A Ddrm_privacy_screen_driver.h45 * struct drm_privacy_screen - central privacy-screen structure
47 * Central privacy-screen structure, this contains the struct device used
/linux/Documentation/devicetree/bindings/soc/mobileye/
H A Dmobileye,eyeq5-olb.yaml26 - mobileye,eyeq6h-central-olb
307 - mobileye,eyeq6h-central-olb
321 - mobileye,eyeq6h-central-olb
/linux/fs/nls/
H A DKconfig94 tristate "Codepage 852 (Central/Eastern Europe)"
103 for much of Central and Eastern Europe. It has all the required
290 tristate "Windows CP1250 (Slavic/Central European Languages)"
296 character set, which works for most Latin-written Slavic and Central
332 tristate "NLS ISO 8859-2 (Latin 2; Slavic/Central European Languages)"
338 set, which works for most Latin-written Slavic and Central European
495 Central Europe.
/linux/Documentation/filesystems/
H A Dafs.rst81 echo add grand.central.org 18.9.48.14:128.2.203.61:130.237.48.87 >/proc/fs/afs/cells
141 ls /afs/grand.central.org/
182 echo add grand.central.org 18.9.48.14:128.2.203.61:130.237.48.87 >/proc/fs/afs/cells
/linux/drivers/scsi/mvsas/
H A Dmv_64xx.h48 MVS_INT_STAT = 0x150, /* Central int status */
49 MVS_INT_MASK = 0x154, /* Central int enable */
/linux/drivers/soc/rockchip/
H A DKconfig12 The General Register Files are a central component providing
/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dciu.txt1 * Central Interrupt Unit
H A Dciu3.txt1 * Central Interrupt Unit v3
H A Dciu2.txt1 * Central Interrupt Unit
/linux/arch/arm/mach-footbridge/
H A DKconfig27 in host ("central function") mode.
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dralink,rt2880-intc.yaml16 This interrupt controller support a central point for interrupt aggregation
/linux/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,od.yaml16 OD device node must be siblings to the central MMSYS_CONFIG node.
H A Dmediatek,ufoe.yaml17 UFOe device node must be siblings to the central MMSYS_CONFIG node.
/linux/Documentation/devicetree/bindings/arm/keystone/
H A Dti,k3-sci-common.yaml13 The TI K3 family of SoCs usually have a central System Controller Processor
/linux/drivers/platform/x86/siemens/
H A DKconfig9 This Simatic IPC class driver is the central of several drivers. It
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h111 u8 central_chan; /* central channel */
117 u8 monitor_central_chan;/* monitor central channel */
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.h16 struct pvr2_context; /* All central state */
/linux/Documentation/mm/
H A Dpage_frags.rst17 cache is needed. This provides a central point for the fragment allocation
/linux/include/soc/canaan/
H A Dk210-sysctl.h22 #define K210_SYSCTL_EN_CENT 0x28 /* Central clock enable */
/linux/Documentation/networking/
H A Dregulatory.rst19 to the kernel one regulatory domain to be used as the central
38 is CRDA - central regulatory domain agent. Its documented here:
/linux/drivers/net/ethernet/freescale/enetc/
H A DKconfig52 This driver supports NXP ENETC Central MDIO controller as a PCIe

1234567