Searched full:subsequent (Results 1 – 25 of 2119) sorted by relevance
12345678910>>...85
| /kernel/linux/linux-6.6/arch/powerpc/perf/ |
| D | hv-gpci.c | 221 * returned. To handle that, we need to make subsequent requests in processor_bus_topology_show() 223 * Below loop do subsequent hcalls with next starting index and add it in processor_bus_topology_show() 234 * element and add 1 to make subsequent hcalls. in processor_bus_topology_show() 289 * returned. To handle that, we need to take subsequent requests in processor_config_show() 291 * Below loop do subsequent hcalls with next starting index and add it in processor_config_show() 302 * element and add 1 to subsequent hcalls. in processor_config_show() 357 * returned. To handle that, we need to take subsequent requests in affinity_domain_via_virtual_processor_show() 359 * Below loop do subsequent hcalls with next secondary index and add it in affinity_domain_via_virtual_processor_show() 370 * last array element as subsequent starting index, and use secondary index in affinity_domain_via_virtual_processor_show() 371 * value in the last array element plus 1 as subsequent secondary index. in affinity_domain_via_virtual_processor_show() [all …]
|
| /kernel/linux/linux-5.10/tools/arch/ia64/include/asm/ |
| D | barrier.h | 21 * and "subsequent" refer to program order; "visible" means that all 26 * like regions are visible before any subsequent 31 * accesses are visible before all subsequent
|
| /kernel/linux/linux-6.6/tools/arch/ia64/include/asm/ |
| D | barrier.h | 21 * and "subsequent" refer to program order; "visible" means that all 26 * like regions are visible before any subsequent 31 * accesses are visible before all subsequent
|
| /kernel/linux/linux-6.6/tools/memory-model/Documentation/ |
| D | ordering.txt | 13 subsequent operations. 17 of the CPU's subsequent accesses, depending on the subcategory 68 accesses against all subsequent accesses from the viewpoint of all CPUs. 158 ordering subsequent to an unordered RMW atomic operation. 160 o smp_mb__after_spinlock(), which provides full ordering subsequent 165 subsequent to an srcu_read_unlock(). 322 operations order their own load against all of the CPU's subsequent 333 improves upon smp_rmb() by ordering against subsequent stores as well 334 as against subsequent loads. 391 of the CPU's subsequent memory accesses whose address has been calculated [all …]
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | barrier.h | 19 * and "subsequent" refer to program order; "visible" means that all 24 * like regions are visible before any subsequent 29 * accesses are visible before all subsequent
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| D | barrier.h | 19 * and "subsequent" refer to program order; "visible" means that all 24 * like regions are visible before any subsequent 29 * accesses are visible before all subsequent
|
| /kernel/linux/linux-6.6/Documentation/filesystems/spufs/ |
| D | spufs.rst | 179 subsequent reads from the same file descriptor will result in 182 subsequent read operations will return zero bytes and a new file 189 buffer. Subsequent writes to the same file descriptor overwrite 249 subsequent read operations will return zero bytes and a new file 256 buffer. Subsequent writes to the same file descriptor overwrite
|
| /kernel/linux/linux-5.10/Documentation/filesystems/spufs/ |
| D | spufs.rst | 179 subsequent reads from the same file descriptor will result in 182 subsequent read operations will return zero bytes and a new file 189 buffer. Subsequent writes to the same file descriptor overwrite 249 subsequent read operations will return zero bytes and a new file 256 buffer. Subsequent writes to the same file descriptor overwrite
|
| /kernel/linux/linux-6.6/tools/lib/api/fs/ |
| D | fs.h | 28 * subsequent calls. 31 * subsequent calls.
|
| /kernel/linux/linux-5.10/tools/lib/api/fs/ |
| D | fs.h | 28 * subsequent calls. 31 * subsequent calls.
|
| /kernel/linux/linux-5.10/fs/ntfs/ |
| D | bitmap.c | 105 /* If we are not in the last page, deal with all subsequent pages. */ in __ntfs_bitmap_set_bits_in_run() 166 ntfs_error(vi->i_sb, "Failed to map subsequent page (error " in __ntfs_bitmap_set_bits_in_run() 170 ntfs_error(vi->i_sb, "Failed to map subsequent page (error " in __ntfs_bitmap_set_bits_in_run()
|
| /kernel/linux/linux-6.6/fs/ntfs/ |
| D | bitmap.c | 105 /* If we are not in the last page, deal with all subsequent pages. */ in __ntfs_bitmap_set_bits_in_run() 166 ntfs_error(vi->i_sb, "Failed to map subsequent page (error " in __ntfs_bitmap_set_bits_in_run() 170 ntfs_error(vi->i_sb, "Failed to map subsequent page (error " in __ntfs_bitmap_set_bits_in_run()
|
| /kernel/linux/linux-5.10/mm/ |
| D | cleancache.c | 209 * always "succeeds", though a subsequent get_page may succeed or fail. 237 * page's inode and page index so that a subsequent "get" will fail. 266 * mappings's inode so that all subsequent gets to this poolid/inode 288 * note that pool_id is surrendered and may be returned by a subsequent
|
| /kernel/linux/linux-6.6/drivers/bus/fsl-mc/ |
| D | dpmcp.c | 16 * @token: Returned token; use in subsequent API calls 23 * portal; this token must be used in all subsequent commands for
|
| /kernel/linux/linux-5.10/drivers/bus/fsl-mc/ |
| D | dpmcp.c | 16 * @token: Returned token; use in subsequent API calls 23 * portal; this token must be used in all subsequent commands for
|
| /kernel/linux/linux-5.10/lib/ |
| D | cmdline.c | 40 * Read an int from an option string; if available accept a subsequent 45 * 1 - int found, no subsequent comma 46 * 2 - int found including a subsequent comma
|
| /kernel/linux/linux-6.6/drivers/dma/fsl-dpaa2-qdma/ |
| D | dpdmai.c | 56 * @token: Returned token; use in subsequent API calls 63 * portal; this token must be used in all subsequent commands for 123 * @token: Returned token; use in subsequent API calls 133 * portal; this token must be used in all subsequent calls to
|
| /kernel/linux/linux-5.10/drivers/dma/fsl-dpaa2-qdma/ |
| D | dpdmai.c | 56 * @token: Returned token; use in subsequent API calls 63 * portal; this token must be used in all subsequent commands for 123 * @token: Returned token; use in subsequent API calls 133 * portal; this token must be used in all subsequent calls to
|
| /kernel/linux/linux-6.6/lib/ |
| D | cmdline.c | 40 * Read an int from an option string; if available accept a subsequent 48 * 1 - int found, no subsequent comma 49 * 2 - int found including a subsequent comma
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | sclp.h | 107 u16 length; /* Length of Subsequent Data (up to 4K – SCLP header */ 108 u8 data[0]; /* Subsequent Data passed verbatim to SCLP ET 24 */
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | func-select.rst | 63 or ``writefds``, but subsequent :ref:`VIDIOC_DQBUF <VIDIOC_QBUF>` 69 a subsequent :c:func:`read()` call, which also attempts to start
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | barrier.h | 95 * Prevent execution of subsequent instructions until preceding branches have 112 * access or data transfer caused by subsequent instructions is
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | func-select.rst | 63 or ``writefds``, but subsequent :ref:`VIDIOC_DQBUF <VIDIOC_QBUF>` 69 a subsequent :c:func:`read()` call, which also attempts to start
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | sclp.h | 121 u16 length; /* Length of Subsequent Data (up to 4K – SCLP header */ 122 u8 data[]; /* Subsequent Data passed verbatim to SCLP ET 24 */
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/hw-vuln/ |
| D | srso.rst | 17 to predict the target of a subsequent RET instruction. 22 control the speculative target of a subsequent kernel RET, potentially
|
12345678910>>...85