Home
last modified time | relevance | path

Searched full:creates (Results 1 – 25 of 1009) sorted by relevance

12345678910>>...41

/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst37 | 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 Dtrace_custom_events.h22 /* 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/fs/
H A Danon_inodes.c185 * anon_inode_getfile - creates a new file instance by hooking it up to an
194 * Creates a new file by hooking it on a single inode. This is useful for files
209 * anon_inode_getfile_fmode - creates a new file instance by hooking it up to an
219 * Creates a new file by hooking it on a single inode. This is useful for files
241 * anon_inode_create_getfile - Like anon_inode_getfile(), but creates a new
307 * anon_inode_getfd - creates a new file instance by hooking it up to
316 * Creates a new file by hooking it on a single inode. This is
331 * anon_inode_create_getfd - Like anon_inode_getfd(), but creates a new
/linux/tools/testing/selftests/exec/
H A Dcheck-exec.c135 /* 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 DREADME5 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/rust/kernel/
H A Dcpu.rs50 /// 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.
131 /// Creates a new instance of CPU's device.
H A Dcpumask.rs52 /// Creates a mutable reference to an existing `struct cpumask` pointer.
66 /// Creates a reference to an existing `struct cpumask` pointer.
224 /// Creates a zero-initialized instance of the [`CpumaskVar`]. in new_zero()
244 /// Creates an instance of the [`CpumaskVar`].
268 /// Creates a mutable reference to an existing `struct cpumask_var_t` pointer.
282 /// Creates a reference to an existing `struct cpumask_var_t` pointer.
H A Dtypes.rs223 /// 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.
333 /// Creates a new opaque value.
341 /// Creates an uninitialised value.
349 /// Creates a new zeroed opaque value.
357 /// Creates a pin-initializer from the given initializer closure.
376 /// Creates a fallible pin-initializer from the given initializer closure.
/linux/drivers/gpu/drm/bridge/
H A Dpanel.c237 * 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 Ddevice.h26 * 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 Dbp-modify.c56 * 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 Dvirtio_ring.h65 * Creates a virtqueue and allocates the descriptor ring. If
82 * Creates a virtqueue and allocates the descriptor ring with per
98 * Creates a virtqueue with a standard layout but a caller-allocated
/linux/Documentation/driver-api/
H A Dsync_file.rst35 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 DKconfig23 Creates an IIO device for each functions.
41 Creates an IIO device to manage all activities.
/linux/drivers/mfd/
H A Dsimple-mfd-i2c.h7 * 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/tools/testing/selftests/cgroup/
H A Dtest_cpu.c37 * 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/scripts/
H A DMakefile.defconf9 # Creates 'merged defconfigs'
21 # Creates 'merged defconfigs without warning about overrides'
/linux/drivers/video/fbdev/core/
H A Dfb_info.c9 * framebuffer_alloc - creates a new frame buffer info structure
14 * Creates a new frame buffer info structure. Also reserves @size bytes
/linux/rust/kernel/io/
H A Dmem.rs25 /// Creates a new [`IoRequest`] instance.
163 /// Creates a new `ExclusiveIoMem` instance.
188 /// Creates a new `ExclusiveIoMem` instance from a previously acquired [`IoRequest`].
256 /// Creates a new `IoMem` instance from a previously acquired [`IoRequest`].
/linux/drivers/mtd/parsers/
H A DKconfig25 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 Dkprobe_event_gen_test.c16 * 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 Dgpio-mockup.rst35 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 Dcdx.h67 * 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 Dw1_ds28e17.rst22 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 Dmin-config.conf20 # The first test creates a MIN_CONFIG that will be the minimum
23 # The second test creates a MIN_CONFIG that will only boot

12345678910>>...41