Home
last modified time | relevance | path

Searched full:numbers (Results 1 – 25 of 2086) sorted by relevance

12345678910>>...84

/linux/samples/rust/
H A Drust_minimal.rs16 numbers: KVec<i32>, field
24 let mut numbers = KVec::new(); in init() localVariable
25 numbers.push(72, GFP_KERNEL)?; in init()
26 numbers.push(108, GFP_KERNEL)?; in init()
27 numbers.push(200, GFP_KERNEL)?; in init()
29 Ok(RustMinimal { numbers }) in init()
35 pr_info!("My numbers are {:?}\n", self.numbers); in drop()
/linux/Documentation/core-api/irq/
H A Dirq-domain.rst10 IRQ numbers.
19 hardware interrupt numbers: whereas in the past, IRQ numbers could
25 interrupt numbers, called hardware irq's, from Linux IRQ numbers.
28 irq numbers, but they don't provide any support for reverse mapping of
32 The irq_domain library adds mapping between hwirq and IRQ numbers on
38 structure to hwirq numbers (Device Tree and ACPI GSI so far), and can
51 between hwirq and IRQ numbers. Mappings are added to the irq_domain
104 map are fixed time lookup for IRQ numbers, and irq_descs are only
123 The irq_domain maintains a radix tree map from hwirq numbers to Linux
171 for IRQ numbers that are passed to struct device registrations. In that
[all …]
/linux/arch/arm/mach-omap1/
H A Dirqs.h17 * IRQ numbers for interrupt handler 1
19 * NOTE: See also the OMAP-1510 and 1610 specific IRQ numbers below
45 * OMAP-1510 specific IRQ numbers for interrupt handler 1
59 * OMAP-1610 specific IRQ numbers for interrupt handler 1
73 * OMAP-7xx specific IRQ numbers for interrupt handler 1
95 * IRQ numbers for interrupt handler 2
97 * NOTE: See also the OMAP-1510 and 1610 specific IRQ numbers below
126 * OMAP-1510 specific IRQ numbers for interrupt handler 2
132 * OMAP-1610 specific IRQ numbers for interrupt handler 2
170 * OMAP-7xx specific IRQ numbers for interrupt handler 2
/linux/arch/mips/include/asm/mach-rc32434/
H A Dirq.h18 #define GROUP0_IRQ_BASE 8 /* GRP2 IRQ numbers start here */
19 /* GRP3 IRQ numbers start here */
21 /* GRP4 IRQ numbers start here */
23 /* GRP5 IRQ numbers start here */
/linux/arch/powerpc/platforms/cell/
H A Dinterrupt.h6 * Mapping of IIC pending bits into per-node interrupt numbers.
8 * Interrupt numbers are in the range 0...0x1ff where the top bit
18 * defined by bit numbers in IIC_SR
61 /* Base numbers for the external interrupts */
67 /* Base numbers for the IIC_ISR interrupts */
/linux/arch/powerpc/boot/dts/
H A Dcurrituck.dts149 * We are de-swizzling here because the numbers are actually for
151 * to avoid putting a node for it in the tree, so the numbers
152 * below are basically de-swizzled numbers.
186 * We are de-swizzling here because the numbers are actually for
188 * to avoid putting a node for it in the tree, so the numbers
189 * below are basically de-swizzled numbers.
223 * We are de-swizzling here because the numbers are actually for
225 * to avoid putting a node for it in the tree, so the numbers
226 * below are basically de-swizzled numbers.
H A Dakebono.dts277 * We are de-swizzling here because the numbers are actually for
279 * to avoid putting a node for it in the tree, so the numbers
280 * below are basically de-swizzled numbers.
317 * We are de-swizzling here because the numbers are actually for
319 * to avoid putting a node for it in the tree, so the numbers
320 * below are basically de-swizzled numbers.
357 * We are de-swizzling here because the numbers are actually for
359 * to avoid putting a node for it in the tree, so the numbers
360 * below are basically de-swizzled numbers.
397 * We are de-swizzling here because the numbers are actually for
[all …]
H A Dredwood.dts265 * We are de-swizzling here because the numbers are actually for
267 * to avoid putting a node for it in the tree, so the numbers
268 * below are basically de-swizzled numbers.
306 * We are de-swizzling here because the numbers are actually for
308 * to avoid putting a node for it in the tree, so the numbers
309 * below are basically de-swizzled numbers.
347 * We are de-swizzling here because the numbers are actually for
349 * to avoid putting a node for it in the tree, so the numbers
350 * below are basically de-swizzled numbers.
/linux/include/uapi/linux/
H A Dserial_core.h36 * ARM specific type numbers. These are not currently guaranteed
49 /* Sparc type numbers. */
70 /* Parisc type numbers. */
76 /* Macintosh Zilog type numbers */
91 /* MPC52xx (and MPC512x) type numbers */
183 /* ST ASC type numbers */
H A Dif_pppol2tp.h79 * SENDSEQ - 0 => don't send packets with sequence numbers
80 * 1 => send packets with sequence numbers
81 * RECVSEQ - 0 => receive packet sequence numbers are optional
82 * 1 => drop receive packets without sequence numbers
/linux/security/tomoyo/
H A Dcommon.h68 /* Index numbers for "struct tomoyo_condition". */
137 /* Index numbers for stat(). */
147 /* Index numbers for operation mode. */
159 /* Index numbers for entry type. */
175 /* Index numbers for domain's attributes. */
189 /* Index numbers for audit type. */
199 /* Index numbers for group entries. */
207 /* Index numbers for type of numeric values. */
215 /* Index numbers for domain transition control keywords. */
227 /* Index numbers for Access Controls. */
[all …]
/linux/sound/
H A DKconfig16 bool "Preclaim OSS device numbers"
21 numbers if any OSS support (native or emulation) is enabled
24 module aliases when one of the device numbers is opened. With
26 device numbers and opening a missing device will generate only the
/linux/tools/power/cpupower/utils/helpers/
H A Dbitmask.c83 * When parsing bitmask lists, only allow numbers, separated by one
95 * The mask term just scanned was ok if and only if either the numbers
97 * the input past the numbers was one of the allowed next characters.
183 * Parses a comma-separated list of numbers and ranges of numbers,
264 * Output format is a comma-separated list of decimal numbers and
266 * decimal numbers, the smallest and largest bit numbers set in
/linux/net/l2tp/
H A Dl2tp_core.h18 /* Random numbers used for internal consistency checks of tunnel and session structures */
41 unsigned int recv_seq:1; /* expect receive packets with sequence numbers? */
42 unsigned int send_seq:1; /* send packets with sequence numbers? */
44 * LAC enables sequence numbers under LNS control.
97 unsigned int recv_seq:1; /* expect receive packets with sequence numbers? */
98 unsigned int send_seq:1; /* send packets with sequence numbers? */
100 * LAC enables sequence numbers under LNS control.
111 * reordering, if data sequence numbers are enabled for the session.
/linux/Documentation/usb/
H A Dfunctionfs.rst21 to worry about endpoints, interfaces or strings numbers but
23 only one (endpoints and strings numbers starting from one and
24 interface numbers starting from zero). The FunctionFS changes
25 them as needed also handling situation when numbers differ in
33 numbers and changing of the configuration (which means that
/linux/Documentation/ABI/testing/
H A Dsysfs-class-stm6 Shows first and last available to software master numbers on
21 Reads as 0 if master numbers in the STP stream produced by
22 this stm device will match the master numbers assigned by
/linux/arch/alpha/include/uapi/asm/
H A Dioctl.h7 * "anything goes" setup, where more or less random numbers were
13 * it's so painful recognizing both the new and the old numbers..
33 * And this turns out useful to catch old ioctl numbers in header
47 /* used to create numbers */
/linux/Documentation/process/
H A Dcve.rst5 Common Vulnerabilities and Exposure (CVE®) numbers were developed as an
8 regards to the kernel project, and CVE numbers were very often assigned
32 for CVE number assignments and have CVE numbers automatically assigned
40 assign CVE numbers to any bugfix that they identify. This
107 large numbers of assigned CVEs are not relevant for their systems.
/linux/drivers/acpi/acpica/
H A Dhwpci.c4 * Module Name: hwpci - Obtain PCI bus, device, and function numbers
64 * The PCI hardware dynamically configures PCI bus numbers
68 * the Bus/Device/Function numbers in the pci_id with the actual
104 /* Walk the list, updating the PCI device/function/bus numbers */ in acpi_hw_derive_pci_id()
224 * and bus numbers. bus_number is only important for PCI bridges. in acpi_hw_process_pci_list()
226 * function, and bus numbers that are discovered, and assign them in acpi_hw_process_pci_list()
289 * _ADR (contains PCI device and function numbers), and for PCI
340 * Get the bus numbers from PCI Config space: in acpi_hw_get_pci_device_info()
/linux/kernel/gcov/
H A Dbase.c58 * Number format defined by gcc: numbers are recorded in the 32 bit
81 * Number format defined by gcc: numbers are recorded in the 32 bit
83 * file. 64 bit numbers are stored as two 32 bit numbers, the low part
/linux/fs/smb/client/
H A Dexport.c20 * server inode numbers instead of locally generated temporary ones).
21 * Although cifs inodes do not use generation numbers (have generation number
24 * could be improved by using a new routine which expects 64 bit inode numbers
/linux/include/net/
H A Dslhc_vj.h45 * numbers have changed (bottom 5 bits). The next octet is a
53 * There are 5 numbers which can change (they are always inserted
59 * use a variable length coding with one octet for numbers in the
60 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
78 * and in the interest of conserving bits, numbers are chosen so the
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-coremask.h16 * The core numbers used in this file are the same value as what is found in
19 * For the CN78XX and other multi-node environments the core numbers are not
20 * contiguous. The core numbers for the CN78XX are as follows:
/linux/Documentation/arch/powerpc/
H A Dassociativity.rst31 The “ibm,associativity” property contains a list of one or more numbers (domainID)
34 The “ibm,associativity-reference-points” property contains a list of one or more numbers
59 "ibm,numa-lookup-index-table" property contains a list of one or more numbers representing
71 "ibm,numa-distance-table" property contains a list of one or more numbers representing the NUMA
/linux/kernel/
H A Dpid.c57 .numbers = { {
119 ns = pid->numbers[pid->level].ns; in put_pid()
141 struct upid *upid = pid->numbers + i; in free_pid()
251 pid->numbers[i].nr = nr; in alloc_pid()
252 pid->numbers[i].ns = tmp; in alloc_pid()
275 upid = pid->numbers + ns->level; in alloc_pid()
281 for ( ; upid >= pid->numbers; --upid) { in alloc_pid()
297 upid = pid->numbers + i; in alloc_pid()
491 upid = &pid->numbers[ns->level]; in pid_nr_ns()
662 struct_size_t(struct pid, numbers, 1), in pid_idr_init()

12345678910>>...84