Home
last modified time | relevance | path

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

12345678

/linux-6.12.1/tools/sched_ext/
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 …]
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-6.12.1/arch/sparc/kernel/
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-6.12.1/tools/lib/bpf/
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-6.12.1/include/drm/
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-6.12.1/Documentation/devicetree/bindings/soc/mobileye/
Dmobileye,eyeq5-olb.yaml26 - mobileye,eyeq6h-central-olb
307 - mobileye,eyeq6h-central-olb
321 - mobileye,eyeq6h-central-olb
/linux-6.12.1/fs/nls/
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-6.12.1/Documentation/filesystems/
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-6.12.1/drivers/scsi/mvsas/
Dmv_64xx.h48 MVS_INT_STAT = 0x150, /* Central int status */
49 MVS_INT_MASK = 0x154, /* Central int enable */
/linux-6.12.1/drivers/soc/rockchip/
DKconfig12 The General Register Files are a central component providing
/linux-6.12.1/Documentation/devicetree/bindings/mips/cavium/
Dciu.txt1 * Central Interrupt Unit
Dciu2.txt1 * Central Interrupt Unit
Dciu3.txt1 * Central Interrupt Unit v3
/linux-6.12.1/arch/arm/mach-footbridge/
DKconfig27 in host ("central function") mode.
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
Dralink,rt2880-intc.yaml16 This interrupt controller support a central point for interrupt aggregation
/linux-6.12.1/Documentation/devicetree/bindings/display/mediatek/
Dmediatek,od.yaml16 OD device node must be siblings to the central MMSYS_CONFIG node.
Dmediatek,ufoe.yaml17 UFOe device node must be siblings to the central MMSYS_CONFIG node.
/linux-6.12.1/Documentation/devicetree/bindings/arm/keystone/
Dti,k3-sci-common.yaml13 The TI K3 family of SoCs usually have a central System Controller Processor
/linux-6.12.1/drivers/platform/x86/siemens/
DKconfig9 This Simatic IPC class driver is the central of several drivers. It
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.h111 u8 central_chan; /* central channel */
117 u8 monitor_central_chan;/* monitor central channel */
/linux-6.12.1/drivers/media/usb/pvrusb2/
Dpvrusb2-context.h16 struct pvr2_context; /* All central state */
/linux-6.12.1/Documentation/mm/
Dpage_frags.rst17 cache is needed. This provides a central point for the fragment allocation
/linux-6.12.1/include/soc/canaan/
Dk210-sysctl.h22 #define K210_SYSCTL_EN_CENT 0x28 /* Central clock enable */
/linux-6.12.1/Documentation/devicetree/bindings/soc/cirrus/
Dcirrus,ep9301-syscon.yaml14 Central resources are controlled by a set of software-locked registers,
/linux-6.12.1/Documentation/networking/
Dregulatory.rst19 to the kernel one regulatory domain to be used as the central
38 is CRDA - central regulatory domain agent. Its documented here:

12345678