Searched refs:flexible (Results 1 – 25 of 64) sorted by relevance
123
/Linux-v4.19/Documentation/ |
D | flexible-arrays.txt | 2 Using flexible arrays in the kernel 19 piecing together an array from smaller parts; the flexible array library 22 A flexible array holds an arbitrary (within limits) number of fixed-sized 27 system page size, and putting data into a flexible array requires a copy 28 operation. It's also worth noting that flexible arrays do no internal 32 The creation of a flexible array is done with:: 46 It is also possible to define flexible arrays at compile time with:: 53 Storing data into a flexible array is accomplished with a call to:: 64 There might possibly be a need to store data into a flexible array while 121 As of this writing, there are no users of flexible arrays in the mainline
|
D | lsm.txt | 18 SELinux is an implementation of flexible and fine-grained 21 projects (e.g. RSBAC, Medusa) have also developed flexible access
|
D | 00-INDEX | 155 flexible-arrays.txt 156 - how to make use of flexible sized arrays in linux
|
/Linux-v4.19/Documentation/core-api/ |
D | flexible-arrays.rst | 3 Using flexible arrays in the kernel 17 together an array from smaller parts; the flexible array library exists to make 20 A flexible array holds an arbitrary (within limits) number of fixed-sized 25 system page size, and putting data into a flexible array requires a copy 26 operation. It's also worth noting that flexible arrays do no internal 30 The creation of a flexible array is done with :c:func:`flex_array_alloc()`:: 44 It is also possible to define flexible arrays at compile time with:: 51 Storing data into a flexible array is accomplished with a call to 63 There might possibly be a need to store data into a flexible array while 122 As of this writing, there are no users of flexible arrays in the mainline
|
D | index.rst | 24 flexible-arrays
|
/Linux-v4.19/kernel/events/ |
D | hw_breakpoint.c | 59 unsigned int flexible; /* XXX: placeholder, see fetch_this_slot() */ member 78 unsigned int flexible; member 165 nr = info->flexible; in fetch_bp_busy_slots() 166 if (nr > slots->flexible) in fetch_bp_busy_slots() 167 slots->flexible = nr; in fetch_bp_busy_slots() 307 if (slots.pinned + (!!slots.flexible) > nr_slots[type]) in __reserve_bp_slot()
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | max77620.txt | 33 The flexible sequencing structure consists of two hardware enable inputs 40 Each regulator, GPIO1, GPIO2, GPIO3, and 32KHz clock has a flexible power 42 a flexible power sequencer timer or a software bit. When a FPS source of 43 regulators, GPIOs and clocks specifies the enable source to be a flexible 45 the regulators, GPIOs and clocks flexible power sequencer configuration 50 corresponds to its flexible sequencer configuration register.
|
/Linux-v4.19/Documentation/networking/ |
D | i40e.txt | 96 | offset into packet payload | 2 bytes of flexible data | 118 as the flexible data is 2 bytes long and must be aligned to byte 0 of the 133 Note that the user-defined flexible offset is also considered part of the 135 same type. However, the flexible data is not part of the input set and
|
D | eql.txt | 19 and have a ISP that is flexible, it is now possible to bind modems
|
/Linux-v4.19/Documentation/sound/soc/ |
D | dai.rst | 28 left/right clock (LRC) synchronise the link. I2S is flexible in that either the 51 flexible protocol. It has bit clock (BCLK) and sync (SYNC) lines that are used
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | rc-intro.rst | 18 However, remove controllers are more flexible than a normal input
|
/Linux-v4.19/Documentation/hwmon/ |
D | asc7621 | 46 We offer flexible mapping of temperature readings to thermal zones. Any 62 address. One could use our flexible zone assignment to have a zone 68 The tachometer measurement system is flexible and able to adapt to many
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dvb-frontend-parameters.rst | 18 ioctl's. The new API is flexible enough to add new parameters to
|
/Linux-v4.19/Documentation/x86/ |
D | microcode.txt | 134 Needless to say, this method is not the most flexible one because it
|
D | pat.txt | 7 more flexible than MTRR due to its capability to set attributes at page level
|
/Linux-v4.19/Documentation/w1/masters/ |
D | ds2490 | 37 - The hardware supports normal, flexible, and overdrive bus
|
/Linux-v4.19/Documentation/scsi/ |
D | qlogicfas.txt | 31 I am working with the PCMCIA group to make it more flexible, but that
|
/Linux-v4.19/Documentation/devicetree/bindings/spi/ |
D | spi-bus.txt | 25 flexible and non-standardized, it is left out of this binding with the
|
/Linux-v4.19/Documentation/sound/designs/ |
D | channel-mapping-api.rst | 69 while the latter two are for flexible channel positions. ``_VAR`` type is
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | intro.rst | 29 A "General Purpose Input/Output" (GPIO) is a flexible software-controlled
|
/Linux-v4.19/Documentation/arm/ |
D | Interrupts | 12 allow more flexible TLB handling for the future.
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | blockgroup.rst | 65 Starting in ext4, there is a new feature called flexible block groups
|
/Linux-v4.19/Documentation/filesystems/ |
D | ceph.txt | 53 Ceph includes flexible snapshot mechanism that allows a user to create
|
/Linux-v4.19/Documentation/fb/ |
D | udlfb.txt | 23 setting is very flexible - able to set nearly arbitrary modes from any timing.
|
/Linux-v4.19/Documentation/isdn/ |
D | README.concap | 44 makes isdn network interfaces more flexible, but also much more
|
123