/linux/Documentation/mm/ |
H A D | arch_pgtable_helpers.rst | 39 | pte_mkyoung | Creates a young PTE | 41 | pte_mkold | Creates an old PTE | 43 | pte_mkdirty | Creates a dirty PTE | 45 | pte_mkclean | Creates a clean PTE | 47 | pte_mkwrite | Creates a writable PTE of the type specified by | 50 | pte_mkwrite_novma | Creates a writable PTE, of the conventional type | 53 | pte_wrprotect | Creates a write protected PTE | 55 | pte_mkspecial | Creates a special PTE | 57 | pte_mkdevmap | Creates a ZONE_DEVICE mapped PTE | 59 | pte_mksoft_dirty | Creates a soft dirty PTE | [all …]
|
/linux/include/trace/ |
H A D | trace_custom_events.h | 22 /* The init stage creates the system string and enum mappings */ 36 /* Stage 1 creates the structure of the recorded event layout */ 57 /* Stage 2 creates the custom class */ 103 /* Stage 4 creates the offset layout for the fields */ 115 /* Stage 5 creates the helper function for dynamic fields */ 135 /* Stage 6 creates the probe function that records the event */ 183 /* Stage 7 creates the actual class and event structure for the custom event */
|
/linux/tools/testing/selftests/exec/ |
H A D | check-exec.c | 135 /* Creates a clean mount point. */ in FIXTURE_SETUP() 141 /* Creates a regular file. */ in FIXTURE_SETUP() 144 /* Creates a directory. */ in FIXTURE_SETUP() 146 /* Creates a character device: /dev/null. */ in FIXTURE_SETUP() 148 /* Creates a block device: /dev/loop0 */ in FIXTURE_SETUP() 150 /* Creates a fifo. */ in FIXTURE_SETUP() 153 /* Creates a regular file without user mount point. */ in FIXTURE_SETUP() 159 /* Creates a pipefs file descriptor. */ in FIXTURE_SETUP() 168 /* Creates a socket file descriptor. */ in FIXTURE_SETUP()
|
/linux/tools/testing/selftests/zram/ |
H A D | README | 5 The zram module creates RAM based block devices named /dev/zram<id> 26 zram01.sh: creates general purpose ram disks with ext4 filesystems 27 zram02.sh: creates block device for swap
|
/linux/rust/kernel/ |
H A D | cpu.rs | 50 /// Creates a new [`CpuId`] from the given `id` without checking bounds. 64 /// Creates a new [`CpuId`] from the given `id`, checking that it is valid. 74 /// Creates a new [`CpuId`] from the given `id` without checking bounds. 90 /// Creates a new [`CpuId`] from the given `id`, checking that it is valid. 130 /// Creates a new instance of CPU's device.
|
H A D | cpumask.rs | 55 /// Creates a mutable reference to an existing `struct cpumask` pointer. 69 /// Creates a reference to an existing `struct cpumask` pointer. 226 /// Creates a zero-initialized instance of the [`CpumaskVar`]. 249 /// Creates an instance of the [`CpumaskVar`]. 276 /// Creates a mutable reference to an existing `struct cpumask_var_t` pointer. 290 /// Creates a reference to an existing `struct cpumask_var_t` pointer.
|
H A D | str.rs | 28 /// Creates a [`BStr`] from a `[u8]`. 157 /// Creates a new [`BStr`] from a string literal. 246 /// Creates a [`CStr`] from a `[u8]`. 270 /// Creates a [`CStr`] from a `[u8]` without performing any additional 283 /// Creates a mutable [`CStr`] from a `[u8]` without performing any 552 /// Creates a new [`CStr`] from a string literal. 712 /// Creates a new instance of [`RawFormatter`] with an empty buffer. 722 /// Creates a new instance of [`RawFormatter`] with the given buffer pointers. 737 /// Creates a new instance of [`RawFormatter`] with the given buffer. 799 /// Creates a new instance of [`Formatter`] with the given buffer. [all …]
|
H A D | types.rs | 222 /// Creates a new guarded object wrapping the given data and with the given cleanup function. 237 /// Creates a new guarded object with the given cleanup function. 332 /// Creates a new opaque value. 340 /// Creates an uninitialised value. 348 /// Creates a new zeroed opaque value. 367 /// Creates a pin-initializer from the given initializer closure. 386 /// Creates a fallible pin-initializer from the given initializer closure. 483 /// Creates a new instance of [`ARef`].
|
/linux/include/kunit/ |
H A D | device.h | 26 * Creates a struct device_driver attached to the kunit_bus, with the name @name. 38 * Creates a struct kunit_device (which is a struct device) with the given name, 55 * Creates a struct kunit_device (which is a struct device) with the given
|
/linux/tools/perf/arch/x86/tests/ |
H A D | bp-modify.c | 56 * This tests creates HW breakpoint, tries to 75 * - creates a new breakpoint (id 0) for bp_2 function in bp_modify1() 132 * This tests creates HW breakpoint, tries to 152 * - creates a new breakpoint (id 0) for bp_1 function in bp_modify2()
|
/linux/include/linux/ |
H A D | virtio_ring.h | 64 * Creates a virtqueue and allocates the descriptor ring. If 81 * Creates a virtqueue and allocates the descriptor ring with per 97 * Creates a virtqueue with a standard layout but a caller-allocated
|
/linux/Documentation/driver-api/ |
H A D | sync_file.rst | 35 the driver creates an out-fence to be able to notify, through 37 Out-fences are fences that the driver creates. 47 When a driver needs to send an out-fence userspace it creates a sync_file.
|
/linux/drivers/mfd/ |
H A D | simple-mfd-i2c.h | 7 * This driver creates a single register map with the intention for it to be 11 * This driver creates a single register map with the intention for it to be
|
/linux/Documentation/admin-guide/mm/damon/ |
H A D | usage.rst | 36 creates multiple directories and files under its sysfs directory, 115 ``nr_kdamonds``. Writing a number (``N``) to the file creates the number of 171 number (``N``) to the file creates the number of child directories named as 247 number (``N``) to the file creates the number of child directories named ``0`` 277 number (``N``) to the file creates the number of child directories named ``0`` 302 number (``N``) to the file creates the number of child directories named ``0`` 389 number (``N``) to the file creates the number of child directories named ``0`` 442 number (``N``) to the file creates the number of child directories named ``0`` 512 that reading it returns the total size of the scheme tried regions, and creates
|
/linux/scripts/ |
H A D | Makefile.defconf | 9 # Creates 'merged defconfigs' 21 # Creates 'merged defconfigs without warning about overrides'
|
/linux/drivers/accel/ |
H A D | drm_accel.c | 80 * This function creates a root directory for the device in debugfs. 91 * Creates common files for accelerators. 108 * This function creates the dev_t of the device using the accel major and
|
/linux/drivers/gpu/drm/tests/ |
H A D | drm_kunit_helpers.c | 148 * drm_kunit_helper_create_primary_plane - Creates a mock primary plane for a KUnit test 223 * drm_kunit_helper_create_crtc - Creates a mock CRTC for a KUnit test 284 * This function creates an atomic update to enable the route from @crtc 370 * Creates a new mode matching the specified CEA VIC for a KUnit test.
|
/linux/drivers/mtd/parsers/ |
H A D | Kconfig | 25 magic value. This driver does that and creates subpartitions for 103 header and creates up to two partitions, kernel and rootfs. 133 This driver reads partitions table, parses it and creates MTD
|
/linux/kernel/trace/ |
H A D | kprobe_event_gen_test.c | 16 * enabled in order to generate trace output. The second creates a 116 * This actually creates the event. in test_gen_kprobe_cmd() 180 * This actually creates the event. in test_gen_kretprobe_cmd()
|
/linux/Documentation/admin-guide/gpio/ |
H A D | gpio-mockup.rst | 35 The line above creates three chips. The first one will expose 8 lines, 50 Each mockup chip creates its own subdirectory in /sys/kernel/debug/gpio-mockup/.
|
/linux/drivers/cdx/ |
H A D | cdx.h | 67 * by caller. It also creates and registers an associated 77 * subsystem. It creates a CDX device for the corresponding bus and
|
/linux/Documentation/w1/slaves/ |
H A D | w1_ds28e17.rst | 22 This driver creates a new I2C bus for any DS28E17 device detected. I2C buses 65 The driver creates sysfs files /sys/bus/w1/devices/19-<id>/speed and
|
/linux/tools/testing/ktest/examples/include/ |
H A D | min-config.conf | 20 # The first test creates a MIN_CONFIG that will be the minimum 23 # The second test creates a MIN_CONFIG that will only boot
|
/linux/Documentation/arch/x86/ |
H A D | amd_hsmp.rst | 30 Kconfig option CONFIG_AMD_HSMP_PLAT compiles plat.c and creates amd_hsmp.ko. 31 Kconfig option CONFIG_AMD_HSMP_ACPI compiles acpi.c and creates hsmp_acpi.ko. 33 compiles common code hsmp.c and creates hsmp_common.ko module.
|
/linux/drivers/gpu/drm/ |
H A D | drm_property.c | 89 * This creates a new generic drm property which can then be attached to a drm 151 * This creates a new generic drm property which can then be attached to a drm 199 * This creates a new bitmask drm property which can then be attached to a drm 266 * This creates a new generic drm property which can then be attached to a drm 294 * This creates a new generic drm property which can then be attached to a drm 321 * This creates a new generic drm property which can then be attached to a drm 359 * This creates a new generic drm property which can then be attached to a drm 547 * Creates a new blob property for a specified DRM device, optionally
|