Home
last modified time | relevance | path

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

12345678910>>...42

/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-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-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
Dsw_sync.c72 * sync_timeline_create() - creates a sync object
75 * Creates a new sync_timeline. Returns the sync_timeline object or NULL in
224 * sync_pt_create() - creates a sync pt
228 * Creates a new sync_pt (fence) as a child of @parent. @size bytes will be
/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-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-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.
Ddcdbas.rst32 The driver creates the following sysfs entries for systems management
59 The driver creates the following sysfs entries for systems management software
/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-5.10/kernel/trace/
Dkprobe_event_gen_test.c16 * enabled in order to generate trace output. The second creates a
73 * This actually creates the event. in test_gen_kprobe_cmd()
137 * This actually creates the event. in test_gen_kretprobe_cmd()
DKconfig675 This option creates the tracepoint "benchmark:benchmark_event".
706 This option creates a test to stress the ring buffer and benchmark it.
707 It creates its own ring buffer such that it will not interfere with
708 any other users of the ring buffer (such as ftrace). It then creates
845 This option creates a test module to check the base
858 This option creates a test module to check the base
/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-5.10/Documentation/w1/slaves/
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
/kernel/linux/linux-5.10/tools/testing/ktest/examples/include/
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
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/
DMakefile13 @echo " Creates new csv-files using content of c-files of existing"
17 @echo " Creates new c-files using content of csv sub-directory. These"
/kernel/linux/linux-5.10/samples/bpf/
DREADME.rst40 This will creates a local "usr/include" directory in the git/build top
91 sync (not necessarily and it creates a local "usr/include" directory also)::
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_property.c88 * This creates a new generic drm property which can then be attached to a drm
151 * This creates a new generic drm property which can then be attached to a drm
199 * This creates a new bitmask drm property which can then be attached to a drm
266 * This creates a new generic drm property which can then be attached to a drm
294 * This creates a new generic drm property which can then be attached to a drm
321 * This creates a new generic drm property which can then be attached to a drm
359 * This creates a new generic drm property which can then be attached to a drm
549 * Creates a new blob property for a specified DRM device, optionally
/kernel/linux/linux-5.10/net/netfilter/
Dxt_AUDIT.c3 * Creates audit record for dropped/accepted packets
25 MODULE_DESCRIPTION("Xtables: creates audit records for dropped/accepted packets");
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Ddma-iommu.c17 /* Allocates a contiguous real buffer and creates mappings over it.
37 /* Creates TCEs for a user provided buffer. The user buffer must be
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/
Doverview.rst110 The global layer currently creates two files - 'name' and 'power'. The
116 bus. For example, the PCI layer currently creates 'irq' and 'resource' files
/kernel/linux/linux-5.10/fs/debugfs/
Dfile.c438 * This function creates a file in debugfs with the given name that
474 * This function creates a file in debugfs with the given name that
510 * This function creates a file in debugfs with the given name that
547 * This function creates a file in debugfs with the given name that
586 * This function creates a file in debugfs with the given name that
851 * This function creates a file in debugfs with the given name that
904 * This function creates a file in debugfs with the given name that exports
1000 * This function creates a file in debugfs with the given name that exports
1090 * This function creates a file in debugfs with the given name that reports
/kernel/linux/linux-5.10/Documentation/admin-guide/
Ddell_rbu.rst46 The driver load creates the following directories under the /sys file system::
75 The user creates packets header, gets the chunk of the BIOS image and
/kernel/linux/linux-5.10/drivers/staging/gasket/
Dgasket_sysfs.h101 * Creates bulk entries in sysfs.
105 * Description: Creates each sysfs entry described in "attrs". Can be called
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/
DREADME115 Creates new csv-files using content of c-files of existing
122 visually conveyed from NI-MAX to other media. This make target creates
140 Creates new c-files using content of csv sub-directory. These

12345678910>>...42