/linux/tools/sched_ext/ |
H A D | scx_central.bpf.c | 3 * 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 D | scx_central.c | 19 "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 D | central.c | 2 /* 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 D | zip.c | 46 /* 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 D | drm_privacy_screen_driver.h | 45 * 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 D | mobileye,eyeq5-olb.yaml | 26 - mobileye,eyeq6h-central-olb 307 - mobileye,eyeq6h-central-olb 321 - mobileye,eyeq6h-central-olb
|
/linux/fs/nls/ |
H A D | Kconfig | 94 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 D | afs.rst | 81 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 D | mv_64xx.h | 48 MVS_INT_STAT = 0x150, /* Central int status */ 49 MVS_INT_MASK = 0x154, /* Central int enable */
|
/linux/drivers/soc/rockchip/ |
H A D | Kconfig | 12 The General Register Files are a central component providing
|
/linux/Documentation/devicetree/bindings/mips/cavium/ |
H A D | ciu.txt | 1 * Central Interrupt Unit
|
H A D | ciu3.txt | 1 * Central Interrupt Unit v3
|
H A D | ciu2.txt | 1 * Central Interrupt Unit
|
/linux/arch/arm/mach-footbridge/ |
H A D | Kconfig | 27 in host ("central function") mode.
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | ralink,rt2880-intc.yaml | 16 This interrupt controller support a central point for interrupt aggregation
|
/linux/Documentation/devicetree/bindings/display/mediatek/ |
H A D | mediatek,od.yaml | 16 OD device node must be siblings to the central MMSYS_CONFIG node.
|
H A D | mediatek,ufoe.yaml | 17 UFOe device node must be siblings to the central MMSYS_CONFIG node.
|
/linux/Documentation/devicetree/bindings/arm/keystone/ |
H A D | ti,k3-sci-common.yaml | 13 The TI K3 family of SoCs usually have a central System Controller Processor
|
/linux/drivers/platform/x86/siemens/ |
H A D | Kconfig | 9 This Simatic IPC class driver is the central of several drivers. It
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.h | 111 u8 central_chan; /* central channel */ 117 u8 monitor_central_chan;/* monitor central channel */
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-context.h | 16 struct pvr2_context; /* All central state */
|
/linux/Documentation/mm/ |
H A D | page_frags.rst | 17 cache is needed. This provides a central point for the fragment allocation
|
/linux/include/soc/canaan/ |
H A D | k210-sysctl.h | 22 #define K210_SYSCTL_EN_CENT 0x28 /* Central clock enable */
|
/linux/Documentation/networking/ |
H A D | regulatory.rst | 19 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 D | Kconfig | 52 This driver supports NXP ENETC Central MDIO controller as a PCIe
|