/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/arch/powerpc/kernel/ |
D | entry_32.S | 131 b . /* Prevent prefetch past rfi */ 255 b . /* Prevent prefetch past rfi */ 315 b . /* Prevent prefetch past rfi */ 366 b . /* Prevent prefetch past rfi */ 395 b . /* Prevent prefetch past rfi */ 459 b .; /* prevent prefetch past exc_lvl_rfi */
|
/Linux-v5.15/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-v5.15/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-v5.15/include/uapi/linux/ |
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-v5.15/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() 364 * If the offset is at or past the largest allowed value, in xfs_dir2_leaf_getdents() 407 * Skip past the header. in xfs_dir2_leaf_getdents() 412 * Skip past entries until we reach our offset. in xfs_dir2_leaf_getdents()
|
/Linux-v5.15/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 90 --debugfs-include-past:: 91 include all available data on past events for debugfs
|
/Linux-v5.15/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-v5.15/drivers/misc/lkdtm/ |
D | fortify.c | 25 pr_info("trying to read past the end of a struct\n"); in lkdtm_FORTIFIED_OBJECT() 47 pr_info("trying to strcpy past the end of a member of a struct\n"); in lkdtm_FORTIFIED_SUBOBJECT()
|
/Linux-v5.15/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-v5.15/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-v5.15/fs/btrfs/ |
D | async-thread.c | 284 /* NB: work must not be dereferenced past this point. */ in run_ordered_work() 292 /* NB: self must not be dereferenced past this point. */ in run_ordered_work() 323 /* NB: work must not be dereferenced past this point. */ in btrfs_work_helper()
|
/Linux-v5.15/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-v5.15/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-v5.15/net/sunrpc/xprtrdma/ |
D | svc_rdma_recvfrom.c | 411 * to the first byte past the Read list. rc_read_pcl and 455 * to point to the first byte past the Read list. 497 * to point to the first byte past the Write list, and 527 * to point to the first byte past the Write list. 555 * to point to the first byte past the Reply chunk. 639 * On successful exit, head[0] points to first byte past the
|
/Linux-v5.15/Documentation/userspace-api/media/dvb/ |
D | examples.rst | 9 In the past, we used to have a set of examples here. However, those
|
/Linux-v5.15/Documentation/devicetree/bindings/mux/ |
D | mux-controller.yaml | 39 there is a need to "step past" a mux controller and set some other idle 93 there is a need to "step past" a mux controller and set some other idle
|
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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.
|
/Linux-v5.15/tools/virtio/ringtest/ |
D | noring.c | 20 * implies that add_inbuf succeed in the past, and that add_inbuf will succeed,
|
/Linux-v5.15/Documentation/devicetree/bindings/i2c/ |
D | i2c-gate.yaml | 15 some kind of operation to access the i2c bus past the arbitrator/gate, but
|