Home
last modified time | relevance | path

Searched +full:int +full:- +full:array +full:- +full:variable +full:- +full:length +full:- +full:and +full:- +full:constrained +full:- +full:values (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/
Dexample-schema.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 # All the top-level keys are standard json-schema keywords except for
6 # 'maintainers' and 'select'
10 $id: http://devicetree.org/schemas/example-schema.yaml#
11 # $schema is the meta-schema this schema should be validated with.
12 $schema: http://devicetree.org/meta-schemas/core.yaml#
17 - Rob Herring <[email protected]>
20 A more detailed multi-line description of the binding.
22 Details about the hardware device and any links to datasheets can go here.
[all …]
/linux-6.14.4/include/linux/
Dsched.h1 /* SPDX-License-Identifier: GPL-2.0 */
6 * Define 'struct task_struct' and provide the main scheduler
41 #include <linux/posix-timers_types.h>
90 * encoded in fs/proc/array.c: get_task_state().
92 * We have two separate sets of flags: task->__state
93 * is about runnability, while task->exit_state are
99 /* Used in tsk->__state: */
105 /* Used in tsk->exit_state: */
109 /* Used in tsk->__state again: */
122 #define TASK_ANY (TASK_STATE_MAX-1)
[all …]
/linux-6.14.4/kernel/cgroup/
Dcpuset.c4 * Processor and Memory placement constraints for sets of tasks.
7 * Copyright (C) 2004-2007 Silicon Graphics, Inc.
11 * sysfs is Copyright (c) 2001-3 Patrick Mochel
13 * 2003-10-10 Written by Simon Derr.
14 * 2003-10-22 Updates by Stephen Hemminger.
15 * 2004 May-July Rework by Paul Jackson.
17 * 2008 Rework of the scheduler domains and CPU hotplug handling
20 * This file is subject to the terms and conditions of the GNU General Public
24 #include "cgroup-internal.h"
25 #include "cpuset-internal.h"
[all …]
/linux-6.14.4/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst1 .. SPDX-License-Identifier: GPL-2.0
6 Heading 1 uses "====" above and below
8 Heading 3 uses "----"
25 - To help kernel distributors understand exactly what the XFS online fsck
26 feature is, and issues about which they should be aware.
28 - To help people reading the code to familiarize themselves with the relevant
29 concepts and design points before they start digging into the code.
31 - To help developers maintaining the system by capturing the reasons
41 Part 1 defines what fsck tools are and the motivations for writing a new one.
42 Parts 2 and 3 present a high level overview of how online fsck process works
[all …]
/linux-6.14.4/drivers/infiniband/hw/hfi1/
Dchip.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright(c) 2015 - 2020 Intel Corporation.
32 MODULE_PARM_DESC(num_vls, "Set number of Virtual Lanes to use (1-8)");
37 * so only the time for one 10K packet and header plus a bit extra is needed.
58 uint rcv_intr_dynamic = 1; /* enable dynamic mode for rcv int mitigation*/
78 #define SEC_SC_HALTED 0x4 /* per-context only */
79 #define SEC_SPC_FREEZE 0x8 /* per-HFI only */
87 * 0 - User Fecn Handling
88 * 1 - Vnic
89 * 2 - AIP
[all …]
/linux-6.14.4/drivers/pci/
Dpci.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright 1993 -- 1997 Drew Eckhardt, Frederic Potter,
6 * David Mosberger-Tang
8 * Copyright 1997 -- 2000 Martin Mares <[email protected]>
43 int isa_dma_bridge_buggy;
47 int pci_pci_problems;
50 unsigned int pci_pm_d3hot_delay;
82 unsigned int delay_ms = max(dev->d3hot_delay, pci_pm_d3hot_delay); in pci_dev_d3_sleep()
83 unsigned int upper; in pci_dev_d3_sleep()
95 return dev->reset_methods[0] != 0; in pci_reset_supported()
[all …]