| /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 | 232 /// Creates a new guarded object wrapping the given data and with the given cleanup function. in dismiss() 247 /// Creates a new guarded object with the given cleanup function. in deref() 341 /// Creates a new opaque value. in uninit() 349 /// Creates an uninitialised value. in zeroed() 357 /// Creates a new zeroed opaque value. 365 /// Creates a pin-initializer from the given initializer closure. in ffi_init() 384 /// Creates a fallible pin-initializer from the given initializer closure. in try_ffi_init()
|
| /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/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/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/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/include/net/ |
| H A D | net_shaper.h | 96 * The @set operation implicitly creates NET_SHAPER_SCOPE_NETDEV and 98 * The @group operation implicitly creates NET_SHAPER_SCOPE_NETDEV and 126 * Updates or creates the @shaper on the device specified by @binding.
|
| /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 419 * First, this test creates the following hierarchy: 459 * First, this test creates the following hierarchy: 605 * First, this test creates the following hierarchy: 625 * First, this test creates the following hierarchy: 670 * 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/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/sync/ |
| H A D | srcu.rs | 20 /// Creates an [`Srcu`] initialiser with the given name and a newly-created lock class. 49 /// Creates a new SRCU instance. 53 // INVARIANT: On success, the C initializer creates a valid `srcu_struct` and in new()
|
| /linux/rust/kernel/io/ |
| H A D | mem.rs | 36 /// Creates a new [`IoRequest`] instance. 193 /// Creates a new `ExclusiveIoMem` instance. in ioremap()
|
| /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/tools/lib/bpf/ |
| H A D | btf.h | 42 * @brief **btf__new()** creates a new instance of a BTF object from the raw 69 * creates non-split BTF. 80 * @brief **btf__new_empty()** creates an empty BTF object. Use 94 * @brief **btf__new_empty_split()** creates an unpopulated BTF object from an 102 * `btf__new_empty()` and creates non-split BTF. 121 * @brief **btf__new_empty_opts()** creates an unpopulated BTF object with 133 * @brief **btf__distill_base()** creates new versions of the split BTF
|
| /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
|