| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 37 | pte_mkyoung | Creates a young PTE | 39 | pte_mkold | Creates an old PTE | 41 | pte_mkdirty | Creates a dirty PTE | 43 | pte_mkclean | Creates a clean PTE | 45 | pte_mkwrite | Creates a writable PTE of the type specified by | 48 | pte_mkwrite_novma | Creates a writable PTE, of the conventional type | 51 | pte_wrprotect | Creates a write protected PTE | 53 | pte_mkspecial | Creates a special PTE | 55 | pte_mksoft_dirty | Creates a soft dirty PTE | 59 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE | [all …]
|
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 96 /// Creates a DebugFS file which will own the data produced by the initializer provided in in create_file() 136 /// Creates a subdirectory within this directory. 149 /// Creates a read-only file in this directory. in read_only_file() 177 /// Creates a read-only binary file in this directory. in read_binary_file() 202 /// Creates a read-only file in this directory, with contents from a callback. 246 /// Creates a read-write file in this directory. in read_write_binary_file() 262 /// Creates a read-write binary file in this directory. in read_write_callback_file() 278 /// Creates a read-write file in this directory, with logic from callbacks. 303 /// Creates a write-only file in this directory. in write_binary_file() 320 /// Creates in write_callback_file() [all...] |
| H A D | types.rs | 223 /// Creates a new guarded object wrapping the given data and with the given cleanup function. 238 /// 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. 356 /// Creates a pin-initializer from the given initializer closure. 375 /// Creates a fallible pin-initializer from the given initializer closure.
|
| H A D | opp.rs | 39 /// Creates a new instance of [`FreqTable`] from [`Table`]. 90 /// Creates a null-terminated slice of pointers to [`CString`]s. 228 /// Creates a new instance of [`Data`]. 373 /// Creates a new instance of [`Config`]. 620 /// Creates a new reference-counted [`Table`] from a raw pointer. 640 /// Creates a new reference-counted [`Table`] instance for a [`Device`]. 658 /// Creates a new reference-counted [`Table`] instance for a [`Device`] based on device tree 686 /// Creates a new reference-counted [`Table`] instance for a [`Cpumask`] based on device tree 819 /// Creates [`FreqTable`] from [`Table`]. 1057 /// Creates an owned reference to a [`OPP`] from a valid pointer. [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> 25 zram01.sh: creates general purpose ram disks with ext4 filesystems 26 zram02.sh: creates block device for swap
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | panel.c | 237 * drm_panel_bridge_add - Creates a &drm_bridge and &drm_connector that 271 * drm_panel_bridge_add_typed - Creates a &drm_bridge and &drm_connector with 368 * devm_drm_panel_bridge_add - Creates a managed &drm_bridge and &drm_connector 388 * devm_drm_panel_bridge_add_typed - Creates a managed &drm_bridge and 433 * drmm_panel_bridge_add - Creates a DRM-managed &drm_bridge and 467 * drm_panel_bridge creates the connector. 491 * and returns the associated bridge if any, or creates and returns a 525 * and returns the associated bridge if any, or creates and returns a
|
| /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() 128 * This tests creates HW breakpoint, tries to 148 * - creates a new breakpoint (id 0) for bp_1 function in bp_modify2()
|
| /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/tools/testing/selftests/cgroup/ |
| H A D | test_cpu.c | 37 * This test creates two nested cgroups with and without enabling 182 * Creates a cpu cgroup, burns a CPU for a few quanta, and verifies that 235 * Creates a nice process that consumes CPU and checks that the elapsed 417 * First, this test creates the following hierarchy: 457 * First, this test creates the following hierarchy: 603 * First, this test creates the following hierarchy: 623 * First, this test creates the following hierarchy: 643 * This test creates a cgroup with some maximum value within a period, and
|
| /linux/drivers/iio/common/cros_ec_sensors/ |
| H A D | Kconfig | 23 Creates an IIO device for each functions. 41 Creates an IIO device to manage all activities.
|
| /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/scripts/ |
| H A D | Makefile.defconf | 9 # Creates 'merged defconfigs' 21 # Creates 'merged defconfigs without warning about overrides'
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fb_info.c | 9 * framebuffer_alloc - creates a new frame buffer info structure 14 * Creates a new frame buffer info structure. Also reserves @size bytes
|
| /linux/drivers/gpu/nova-core/ |
| H A D | gsp.rs | 76 /// Creates a new `LogBuffer` mapped on `dev`. 123 // Creates an in-place initializer for a `Gsp` manager for `pdev`. 146 // kgspSetupLibosInitArgs_IMPL (creates pLibosInitArgs[] array) in new()
|
| /linux/rust/kernel/io/ |
| H A D | mem.rs | 32 /// Creates a new [`IoRequest`] instance. 180 /// Creates a new `ExclusiveIoMem` instance. in ioremap() 205 /// Creates a new `ExclusiveIoMem` instance from a previously acquired [`IoRequest`]. 273 /// Creates a new `IoMem` instance from a previously acquired [`IoRequest`].
|
| /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/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/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
|