Home
last modified time | relevance | path

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

12345678910>>...89

/kernel/linux/linux-6.6/Documentation/mm/
Darch_pgtable_helpers.rst41 | pte_mkyoung | Creates a young PTE |
43 | pte_mkold | Creates an old PTE |
45 | pte_mkdirty | Creates a dirty PTE |
47 | pte_mkclean | Creates a clean PTE |
49 | pte_mkwrite | Creates a writable PTE of the type specified by |
52 | pte_mkwrite_novma | Creates a writable PTE, of the conventional type |
55 | pte_wrprotect | Creates a write protected PTE |
57 | pte_mkspecial | Creates a special PTE |
59 | pte_mkdevmap | Creates a ZONE_DEVICE mapped PTE |
61 | pte_mksoft_dirty | Creates a soft dirty PTE |
[all …]
/kernel/linux/linux-6.6/include/trace/
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 */
/kernel/linux/linux-5.10/Documentation/vm/
Darch_pgtable_helpers.rst43 | pte_mkyoung | Creates a young PTE |
45 | pte_mkold | Creates an old PTE |
47 | pte_mkdirty | Creates a dirty PTE |
49 | pte_mkclean | Creates a clean PTE |
51 | pte_mkwrite | Creates a writable PTE |
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 |
63 | pte_swp_mksoft_dirty | Creates a soft dirty swapped PTE |
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/zram/
DREADME5 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
/kernel/linux/linux-5.10/tools/testing/selftests/zram/
DREADME5 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
/kernel/linux/linux-6.6/fs/
Danon_inodes.c141 * anon_inode_getfile - creates a new file instance by hooking it up to an
150 * Creates a new file by hooking it on a single inode. This is useful for files
165 * anon_inode_getfile_secure - Like anon_inode_getfile(), but creates a new
223 * anon_inode_getfd - creates a new file instance by hooking it up to
232 * Creates a new file by hooking it on a single inode. This is
247 * anon_inode_getfd_secure - Like anon_inode_getfd(), but creates a new
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
Dpanel.c242 * drm_panel_bridge_add - Creates a &drm_bridge and &drm_connector that
276 * drm_panel_bridge_add_typed - Creates a &drm_bridge and &drm_connector with
372 * devm_drm_panel_bridge_add - Creates a managed &drm_bridge and &drm_connector
392 * devm_drm_panel_bridge_add_typed - Creates a managed &drm_bridge and
439 * drmm_panel_bridge_add - Creates a DRM-managed &drm_bridge and
475 * drm_panel_bridge creates the connector.
499 * and returns the associated bridge if any, or creates and returns a
533 * and returns the associated bridge if any, or creates and returns a
/kernel/linux/linux-5.10/fs/
Danon_inodes.c59 * anon_inode_getfile - creates a new file instance by hooking it up to an
68 * Creates a new file by hooking it on a single inode. This is useful for files
110 * anon_inode_getfd - creates a new file instance by hooking it up to an
119 * Creates a new file by hooking it on a single inode. This is useful for files
/kernel/linux/linux-5.10/drivers/dma-buf/
DKconfig66 Firstly, with this option, when a process creates a dmabuf object,
68 Secondly, this option creates dma_buf/process_bufinfo file in
77 This options creates per heap chardevs in /dev/dma_heap/ which
/kernel/linux/linux-6.6/drivers/dma-buf/
DKconfig75 Firstly, with this option, when a process creates a dmabuf object,
77 Secondly, this option creates dma_buf/process_bufinfo file in
86 This options creates per heap chardevs in /dev/dma_heap/ which
/kernel/linux/linux-5.10/include/linux/
Dvirtio_ring.h63 * Creates a virtqueue and allocates the descriptor ring. If
79 /* Creates a virtqueue with a custom layout. */
90 * Creates a virtqueue with a standard layout but a caller-allocated
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
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()
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
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()
/kernel/linux/linux-6.6/include/linux/
Dvirtio_ring.h64 * 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
/kernel/linux/linux-5.10/Documentation/driver-api/
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.
/kernel/linux/linux-6.6/Documentation/driver-api/
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.
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
Dpanel.c155 * drm_panel_bridge_add - Creates a &drm_bridge and &drm_connector that
189 * drm_panel_bridge_add_typed - Creates a &drm_bridge and &drm_connector with
261 * devm_drm_panel_bridge_add - Creates a managed &drm_bridge and &drm_connector
281 * devm_drm_panel_bridge_add_typed - Creates a managed &drm_bridge and
321 * drm_panel_bridge creates the connector.
/kernel/linux/linux-6.6/drivers/mfd/
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
/kernel/linux/linux-6.6/rust/kernel/
Dstr.rs20 /// Creates a new [`BStr`] from a string literal.
109 /// Creates a [`CStr`] from a `[u8]`.
133 /// Creates a [`CStr`] from a `[u8]` without performing any additional
334 /// Creates a new [`CStr`] from a string literal.
403 /// Creates a new instance of [`RawFormatter`] with an empty buffer.
413 /// Creates a new instance of [`RawFormatter`] with the given buffer pointers.
428 /// Creates a new instance of [`RawFormatter`] with the given buffer.
490 /// Creates a new instance of [`Formatter`] with the given buffer.
552 /// Creates an instance of [`CString`] from the given formatted arguments.
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
Dadf_dbgfs.c16 * This function creates debugfs entries that are persistent through a device
49 * This function creates debugfs entries that are not persistent through
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
Dfb_info.c9 * framebuffer_alloc - creates a new frame buffer info structure
14 * Creates a new frame buffer info structure. Also reserves @size bytes
/kernel/linux/linux-6.6/scripts/
DMakefile.defconf4 # Creates 'merged defconfigs'
18 # Creates 'merged defconfigs without warning about overrides'
/kernel/linux/linux-5.10/Documentation/admin-guide/gpio/
Dgpio-mockup.rst26 The line above creates three chips. The first one will expose 8 lines,
41 Each mockup chip creates its own subdirectory in /sys/kernel/debug/gpio-mockup/.
/kernel/linux/linux-6.6/Documentation/admin-guide/gpio/
Dgpio-mockup.rst27 The line above creates three chips. The first one will expose 8 lines,
42 Each mockup chip creates its own subdirectory in /sys/kernel/debug/gpio-mockup/.
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
Dtest_cpu.c35 * This test creates two nested cgroups with and without enabling
180 * Creates a cpu cgroup, burns a CPU for a few quanta, and verifies that
342 * First, this test creates the following hierarchy:
382 * First, this test creates the following hierarchy:
528 * First, this test creates the following hierarchy:
548 * First, this test creates the following hierarchy:
568 * This test creates a cgroup with some maximum value within a period, and

12345678910>>...89