Home
last modified time | relevance | path

Searched full:past (Results 1 – 25 of 1623) sorted by relevance

12345678910>>...65

/kernel/linux/linux-6.6/fs/ocfs2/dlm/
Ddlmast.c264 struct dlm_proxy_ast *past = (struct dlm_proxy_ast *) msg->buf; in dlm_proxy_ast_handler() local
279 name = past->name; in dlm_proxy_ast_handler()
280 locklen = past->namelen; in dlm_proxy_ast_handler()
281 cookie = past->cookie; in dlm_proxy_ast_handler()
282 flags = be32_to_cpu(past->flags); in dlm_proxy_ast_handler()
283 node = past->node_idx; in dlm_proxy_ast_handler()
303 mlog(0, "type=%d, blocked_type=%d\n", past->type, past->blocked_type); in dlm_proxy_ast_handler()
305 if (past->type != DLM_AST && in dlm_proxy_ast_handler()
306 past->type != DLM_BAST) { in dlm_proxy_ast_handler()
308 "name=%.*s, node=%u\n", past->type, in dlm_proxy_ast_handler()
[all …]
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
Ddlmast.c276 struct dlm_proxy_ast *past = (struct dlm_proxy_ast *) msg->buf; in dlm_proxy_ast_handler() local
291 name = past->name; in dlm_proxy_ast_handler()
292 locklen = past->namelen; in dlm_proxy_ast_handler()
293 cookie = past->cookie; in dlm_proxy_ast_handler()
294 flags = be32_to_cpu(past->flags); in dlm_proxy_ast_handler()
295 node = past->node_idx; in dlm_proxy_ast_handler()
315 mlog(0, "type=%d, blocked_type=%d\n", past->type, past->blocked_type); in dlm_proxy_ast_handler()
317 if (past->type != DLM_AST && in dlm_proxy_ast_handler()
318 past->type != DLM_BAST) { in dlm_proxy_ast_handler()
320 "name=%.*s, node=%u\n", past->type, in dlm_proxy_ast_handler()
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dcounter.h54 /* Count value increased past ceiling */
56 /* Count value decreased past floor */
58 /* Count value increased past ceiling, or decreased past floor */
Dcramfs_fs.h69 * 0x00000000 - 0x000000ff: features that work for all past kernels
70 * 0x00000100 - 0xffffffff: features that don't work for past kernels
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
DTODO.txt6 improved a lot the past 2 years, there's no reason anymore not to use it.
12 - There's a lot of complexity added past few years to make relocations faster.
16 2. Any complexity added in this area past few years which can't be justified
/kernel/linux/linux-6.6/drivers/mtd/tests/
Doobtest.c504 pr_info("attempting to start write past end of OOB\n"); in mtd_oobtest_init()
510 pr_err("error: can write past end of OOB\n"); in mtd_oobtest_init()
523 pr_info("attempting to start read past end of OOB\n"); in mtd_oobtest_init()
532 pr_err("error: can read past end of OOB\n"); in mtd_oobtest_init()
549 pr_info("attempting to write past end of device\n"); in mtd_oobtest_init()
555 pr_err("error: wrote past end of device\n"); in mtd_oobtest_init()
568 pr_info("attempting to read past end of device\n"); in mtd_oobtest_init()
577 pr_err("error: read past end of device\n"); in mtd_oobtest_init()
594 pr_info("attempting to write past end of device\n"); in mtd_oobtest_init()
600 pr_err("error: wrote past end of device\n"); in mtd_oobtest_init()
[all …]
/kernel/linux/linux-5.10/drivers/mtd/tests/
Doobtest.c504 pr_info("attempting to start write past end of OOB\n"); in mtd_oobtest_init()
511 pr_err("error: can write past end of OOB\n"); in mtd_oobtest_init()
524 pr_info("attempting to start read past end of OOB\n"); in mtd_oobtest_init()
534 pr_err("error: can read past end of OOB\n"); in mtd_oobtest_init()
551 pr_info("attempting to write past end of device\n"); in mtd_oobtest_init()
558 pr_err("error: wrote past end of device\n"); in mtd_oobtest_init()
571 pr_info("attempting to read past end of device\n"); in mtd_oobtest_init()
581 pr_err("error: read past end of device\n"); in mtd_oobtest_init()
598 pr_info("attempting to write past end of device\n"); in mtd_oobtest_init()
605 pr_err("error: wrote past end of device\n"); in mtd_oobtest_init()
[all …]
/kernel/linux/linux-5.10/arch/arm/crypto/
Dsha512-core.S_shipped555 vadd.i64 d16,d30 @ h+=Maj from the past
592 vadd.i64 d23,d30 @ h+=Maj from the past
629 vadd.i64 d22,d30 @ h+=Maj from the past
666 vadd.i64 d21,d30 @ h+=Maj from the past
703 vadd.i64 d20,d30 @ h+=Maj from the past
740 vadd.i64 d19,d30 @ h+=Maj from the past
777 vadd.i64 d18,d30 @ h+=Maj from the past
814 vadd.i64 d17,d30 @ h+=Maj from the past
851 vadd.i64 d16,d30 @ h+=Maj from the past
888 vadd.i64 d23,d30 @ h+=Maj from the past
[all …]
Dsha256-core.S_shipped128 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
135 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
186 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
193 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
244 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
251 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
302 add r9,r9,r3 @ h+=Maj(a,b,c) from the past
309 add r9,r9,r3 @ h+=Maj(a,b,c) from the past
360 add r8,r8,r12 @ h+=Maj(a,b,c) from the past
367 add r8,r8,r12 @ h+=Maj(a,b,c) from the past
[all …]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dentry_32.S162 b . /* Prevent prefetch past rfi */
241 b . /* Prevent prefetch past rfi */
300 b . /* Prevent prefetch past rfi */
350 b . /* Prevent prefetch past rfi */
379 b . /* Prevent prefetch past rfi */
438 b .; /* prevent prefetch past exc_lvl_rfi */
/kernel/linux/linux-6.6/drivers/misc/lkdtm/
Dfortify.c26 pr_info("trying to strcmp() past the end of a struct\n"); in lkdtm_FORTIFY_STR_OBJECT()
50 pr_info("trying to strncpy() past the end of a struct member...\n"); in lkdtm_FORTIFY_STR_MEMBER()
88 pr_info("trying to memcpy() past the end of a struct\n"); in lkdtm_FORTIFY_MEM_OBJECT()
115 pr_info("trying to memcpy() past the end of a struct member...\n"); in lkdtm_FORTIFY_MEM_MEMBER()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Duser_ringbuf_fail.c64 * not be able to read past the end of the pointer.
146 * not be able to read past the end of the pointer.
166 * not be able to read past the end of the pointer.
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
Dvidtv_common.c20 * generator, in order to avoid going past the
57 * generator, in order to avoid going past the
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_common.c20 * generator, in order to avoid going past the
57 * generator, in order to avoid going past the
/kernel/linux/linux-5.10/fs/cifs/
Dcifs_unicode.c298 * @maxbytes - don't go past this many bytes of input string
303 * termination required. Don't walk past maxbytes in the source buffer.
339 * @maxlen - don't walk past this many bytes in the source string
579 * @maxbytes - don't go past this many bytes of input string
584 * termination required. Don't walk past maxbytes in the source buffer.
607 * @maxlen - don't walk past this many bytes in the source string
/kernel/linux/linux-5.10/include/uapi/linux/
Dcramfs_fs.h69 * 0x00000000 - 0x000000ff: features that work for all past kernels
70 * 0x00000100 - 0xffffffff: features that don't work for past kernels
/kernel/linux/linux-6.6/fs/smb/client/
Dcifs_unicode.c296 * @maxbytes - don't go past this many bytes of input string
301 * termination required. Don't walk past maxbytes in the source buffer.
337 * @maxlen - don't walk past this many bytes in the source string
588 * @maxbytes - don't go past this many bytes of input string
593 * termination required. Don't walk past maxbytes in the source buffer.
616 * @maxlen - don't walk past this many bytes in the source string
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_dir2_readdir.c84 * Put . entry unless we're starting past it. in xfs_dir2_sf_getdents()
93 * Put .. entry unless we're starting past it. in xfs_dir2_sf_getdents()
366 * If the offset is at or past the largest allowed value, in xfs_dir2_leaf_getdents()
409 * Skip past the header. in xfs_dir2_leaf_getdents()
414 * Skip past entries until we reach our offset. in xfs_dir2_leaf_getdents()
/kernel/linux/linux-6.6/fs/xfs/
Dxfs_dir2_readdir.c84 * Put . entry unless we're starting past it. in xfs_dir2_sf_getdents()
93 * Put .. entry unless we're starting past it. in xfs_dir2_sf_getdents()
365 * If the offset is at or past the largest allowed value, in xfs_dir2_leaf_getdents()
411 * Skip past the header. in xfs_dir2_leaf_getdents()
416 * Skip past entries until we reach our offset. in xfs_dir2_leaf_getdents()
/kernel/linux/linux-6.6/tools/kvm/kvm_stat/
Dkvm_stat.txt90 --debugfs-include-past::
91 include all available data on past events for debugfs
/kernel/linux/linux-5.10/tools/kvm/kvm_stat/
Dkvm_stat.txt90 --debugfs-include-past::
91 include all available data on past events for debugfs
/kernel/linux/linux-6.6/drivers/misc/cb710/
Dsgbuf2.c79 * handling any alignment issues. Bytes past the buffer's end
125 * past the buffer's end are silently discarded. @miter@ is
/kernel/linux/linux-5.10/drivers/misc/cb710/
Dsgbuf2.c79 * handling any alignment issues. Bytes past the buffer's end
125 * past the buffer's end are silently discarded. @miter@ is
/kernel/linux/linux-6.6/fs/verity/
Dverify.c125 * doesn't cover data blocks fully past EOF. But the entire in verify_data_block()
127 * any part past EOF should be all zeroes. Therefore, we need in verify_data_block()
128 * to verify that any data blocks fully past EOF are all zeroes. in verify_data_block()
132 "FILE CORRUPTED! Data past EOF is not zeroed"); in verify_data_block()
/kernel/linux/linux-5.10/drivers/char/
Dhangcheck-timer.c62 MODULE_DESCRIPTION("Hangcheck-timer detects when the system has gone out to lunch past a certain ma…
138 printk(KERN_CRIT "Hangcheck: hangcheck value past margin!\n"); in hangcheck_fire()

12345678910>>...65