| /Linux-v6.1/fs/ocfs2/dlm/ |
| D | dlmast.c | 264 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 …]
|
| /Linux-v6.1/include/uapi/linux/ |
| D | counter.h | 54 /* Count value increased past ceiling */ 56 /* Count value decreased past floor */ 58 /* Count value increased past ceiling, or decreased past floor */
|
| D | cramfs_fs.h | 69 * 0x00000000 - 0x000000ff: features that work for all past kernels 70 * 0x00000100 - 0xffffffff: features that don't work for past kernels
|
| /Linux-v6.1/drivers/gpu/drm/i915/ |
| D | TODO.txt | 6 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
|
| /Linux-v6.1/drivers/mtd/tests/ |
| D | oobtest.c | 504 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 …]
|
| /Linux-v6.1/rust/kernel/ |
| D | str.rs | 9 /// It does not fail if callers write past the end of the buffer so that they can calculate the 54 // Amount that we can copy. `saturating_sub` ensures we get 0 if `pos` goes past `end`. in write_str() 58 // SAFETY: If `len_to_copy` is non-zero, then we know `pos` has not gone past `end` in write_str()
|
| /Linux-v6.1/tools/testing/selftests/bpf/progs/ |
| D | user_ringbuf_fail.c | 55 * not be able to read past the end of the pointer. 133 * not be able to read past the end of the pointer. 152 * not be able to read past the end of the pointer.
|
| /Linux-v6.1/drivers/misc/lkdtm/ |
| D | fortify.c | 26 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()
|
| /Linux-v6.1/arch/powerpc/kernel/ |
| D | entry_32.S | 159 b . /* Prevent prefetch past rfi */ 280 b . /* Prevent prefetch past rfi */ 339 b . /* Prevent prefetch past rfi */ 389 b . /* Prevent prefetch past rfi */ 418 b . /* Prevent prefetch past rfi */ 477 b .; /* prevent prefetch past exc_lvl_rfi */
|
| /Linux-v6.1/drivers/media/test-drivers/vidtv/ |
| D | vidtv_common.c | 20 * generator, in order to avoid going past the 57 * generator, in order to avoid going past the
|
| /Linux-v6.1/fs/cifs/ |
| D | cifs_unicode.c | 297 * @maxbytes - don't go past this many bytes of input string 302 * termination required. Don't walk past maxbytes in the source buffer. 338 * @maxlen - don't walk past this many bytes in the source string 578 * @maxbytes - don't go past this many bytes of input string 583 * termination required. Don't walk past maxbytes in the source buffer. 606 * @maxlen - don't walk past this many bytes in the source string
|
| /Linux-v6.1/fs/xfs/ |
| D | xfs_dir2_readdir.c | 84 * 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()
|
| /Linux-v6.1/tools/kvm/kvm_stat/ |
| D | kvm_stat.txt | 90 --debugfs-include-past:: 91 include all available data on past events for debugfs
|
| /Linux-v6.1/drivers/misc/cb710/ |
| D | sgbuf2.c | 79 * handling any alignment issues. Bytes past the buffer's end 125 * past the buffer's end are silently discarded. @miter@ is
|
| /Linux-v6.1/fs/btrfs/ |
| D | async-thread.c | 247 /* NB: work must not be dereferenced past this point. */ in run_ordered_work() 255 /* NB: self must not be dereferenced past this point. */ in run_ordered_work() 292 /* NB: work must not be dereferenced past this point. */ in btrfs_work_helper()
|
| /Linux-v6.1/drivers/char/ |
| D | hangcheck-timer.c | 62 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()
|
| /Linux-v6.1/include/linux/platform_data/ |
| D | cros_ec_sensorhub.h | 72 * @x_history: The past history of x, relative to x_offset. 73 * @y_history: The past history of y, relative to y_offset.
|
| /Linux-v6.1/fs/ntfs3/lib/ |
| D | decompress_common.h | 68 /* Pointer to just past the end of the input buffer. */ 178 * Return either a pointer to the byte past the last written, or NULL if the 249 * @bufend points to the byte past the end of the output buffer. This function
|
| /Linux-v6.1/net/sunrpc/xprtrdma/ |
| D | svc_rdma_recvfrom.c | 416 * to the first byte past the Read list. rc_read_pcl and 460 * to point to the first byte past the Read list. 502 * to point to the first byte past the Write list, and 532 * to point to the first byte past the Write list. 560 * to point to the first byte past the Reply chunk. 644 * On successful exit, head[0] points to first byte past the
|
| /Linux-v6.1/drivers/acpi/acpica/ |
| D | psargs.c | 35 * past the length byte or bytes. 89 * DESCRIPTION: Get next package length and return a pointer past the end of 118 * prefix characters. Set parser state to point past the string. 130 /* Point past any namestring prefix characters (backslash or carat) */ in acpi_ps_get_next_namestring() 244 * acpi_ps_get_next_namestring has increased the AML pointer past in acpi_ps_get_next_namepath() 410 /* Get a pointer to the string, point past the string */ in acpi_ps_get_next_simple_arg()
|
| /Linux-v6.1/Documentation/userspace-api/media/dvb/ |
| D | examples.rst | 9 In the past, we used to have a set of examples here. However, those
|
| /Linux-v6.1/fs/ksmbd/ |
| D | unicode.c | 20 * @maxbytes: don't go past this many bytes of input string 25 * termination required. Don't walk past maxbytes in the source buffer. 259 * @maxlen: don't walk past this many bytes in the source string
|
| /Linux-v6.1/Documentation/driver-api/thermal/ |
| D | intel_powerclamp.rst | 125 cannot be based on the past or current input. Therefore, the 133 past samples and outputs are included in the feedback. For example, a 136 derivative gains of the past samples.
|
| /Linux-v6.1/lib/842/ |
| D | 842_decompress.c | 97 * the input buffer and would read past the end in next_bits() 181 /* if the offset is past/at the pos, we need to in __do_index() 191 pr_debug("index%x %lx points past end %lx\n", size, in __do_index()
|
| /Linux-v6.1/tools/testing/selftests/drivers/net/netdevsim/ |
| D | nexthop.sh | 480 # 6 seconds, past the original timer. 486 # 10 seconds, past the new timer. 515 # 6 seconds, past the new timer, before the old timer. 546 # 6 seconds, past the original timer. 552 # 10 seconds, past the new timer.
|