| /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/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/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 | 229 /// Creates a new guarded object wrapping the given data and with the given cleanup function. 244 /// Creates a new guarded object with the given cleanup function. 338 /// Creates a new opaque value. in new() 346 /// Creates an uninitialised value. in uninit() 354 /// Creates a new zeroed opaque value. in zeroed() 362 /// Creates a pin-initializer from the given initializer closure. 381 /// Creates a fallible pin-initializer from the given initializer closure.
|
| /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/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/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/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/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/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/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/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/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/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/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/rust/kernel/io/ |
| H A D | mem.rs | 32 /// Creates a new [`IoRequest`] instance. 176 /// Creates a new `ExclusiveIoMem` instance. in ioremap()
|
| /linux/fs/xfs/ |
| H A D | xfs_drain.h | 53 * a work item and all the sub-items that the parent item creates before moving 56 * targetting the same AG, so a deferred work item (such as a BUI) that creates
|
| /linux/include/linux/cdx/ |
| H A D | bitfield.h | 44 * Creates the portion of the named bit field that lies within the 52 * Creates the portion of the named bit fields that lie within the
|
| /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/rust/kernel/sync/ |
| H A D | poll.rs | 15 /// Creates a [`PollCondVar`] initialiser with the given name and a newly-created lock class. 37 /// Creates a [`PollTable`] from a valid pointer.
|