/linux/fs/ocfs2/dlm/ |
H A 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/include/uapi/linux/ |
H A 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 */
|
H A 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/fs/bcachefs/ |
H A D | varint.c | 46 * have read past the end of the buffer) 104 * have read past the end of the buffer) 106 * This version assumes that it is safe to read at most 8 bytes past the end of 107 * @end (we still return an error if the varint extends past @end).
|
/linux/drivers/mtd/tests/ |
H A 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/drivers/gpu/drm/i915/ |
H A 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/drivers/misc/lkdtm/ |
H A 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/tools/testing/selftests/bpf/progs/ |
H A D | user_ringbuf_fail.c | 64 * 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.
|
/linux/fs/smb/client/ |
H A D | cifs_unicode.c | 296 * @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
|
/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_common.c | 20 * generator, in order to avoid going past the 57 * generator, in order to avoid going past the
|
/linux/fs/verity/ |
H A D | verify.c | 125 * 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()
|
/linux/tools/kvm/kvm_stat/ |
H A D | kvm_stat.txt | 90 --debugfs-include-past:: 91 include all available data on past events for debugfs
|
/linux/drivers/misc/cb710/ |
H A 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/fs/btrfs/ |
H A D | async-thread.c | 281 /* NB: work must not be dereferenced past this point. */ in run_ordered_work() 289 /* NB: self must not be dereferenced past this point. */ in run_ordered_work() 326 /* NB: work must not be dereferenced past this point. */ in btrfs_work_helper()
|
/linux/fs/ntfs3/lib/ |
H A 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/drivers/char/ |
H A 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/include/linux/platform_data/ |
H A 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/drivers/acpi/acpica/ |
H A D | psargs.c | 37 * past the length byte or bytes. 91 * DESCRIPTION: Get next package length and return a pointer past the end of 120 * prefix characters. Set parser state to point past the string. 132 /* Point past any namestring prefix characters (backslash or carat) */ in acpi_ps_get_next_namestring() 246 * acpi_ps_get_next_namestring has increased the AML pointer past in acpi_ps_get_next_namepath() 412 /* Get a pointer to the string, point past the string */ in acpi_ps_get_next_simple_arg()
|
/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | arch_timer_edge_cases.c | 7 * - timers in the past 528 /* cval in the past */ in timers_sanity_checks() 536 /* tval in the past */ in timers_sanity_checks() 769 /* set a timer wait_ms the past. */ in test_timers_in_the_past() 774 /* Set a timer to counter=0 (in the past) */ in test_timers_in_the_past() 780 /* Set a timer to as far in the past as possible */ in test_timers_in_the_past()
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A 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/lib/842/ |
H A 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/drivers/s390/scsi/ |
H A D | zfcp_fsf.c | 905 * NOTE: DO NOT TOUCH ASYNC req PAST THIS POINT. in zfcp_fsf_req_send() 964 /* NOTE: DO NOT TOUCH req PAST THIS POINT! */ in zfcp_fsf_status_read() 1260 /* NOTE: DO NOT TOUCH req PAST THIS POINT! */ in zfcp_fsf_send_ct() 1361 /* NOTE: DO NOT TOUCH req PAST THIS POINT! */ in zfcp_fsf_send_els() 1409 /* NOTE: DO NOT TOUCH req PAST THIS POINT! */ in zfcp_fsf_exchange_config_data() 1521 /* NOTE: DO NOT TOUCH req PAST THIS POINT! */ in zfcp_fsf_exchange_port_data() 1816 /* NOTE: DO NOT TOUCH req PAST THIS POINT! */ in zfcp_fsf_open_port() 1881 /* NOTE: DO NOT TOUCH req PAST THIS POINT! */ in zfcp_fsf_close_port() 1954 /* NOTE: DO NOT TOUCH req PAST THIS POINT! */ in zfcp_fsf_open_wka_port() 2013 /* NOTE: DO NOT TOUCH req PAST THIS POINT! */ in zfcp_fsf_close_wka_port() [all …]
|
/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_recvfrom.c | 426 * to the first byte past the Read list. rc_read_pcl and 470 * to point to the first byte past the Read list. 512 * to point to the first byte past the Write list, and 542 * to point to the first byte past the Write list. 570 * to point to the first byte past the Reply chunk. 654 * On successful exit, head[0] points to first byte past the
|
/linux/Documentation/devicetree/bindings/mux/ |
H A D | mux-controller.yaml | 41 there is a need to "step past" a mux controller and set some other idle 100 there is a need to "step past" a mux controller and set some other idle
|
/linux/tools/perf/util/ |
H A D | cs-etm-base.c | 83 /* after common block, offset format index past NR_PARAMS */ in cs_etm__print_cpu_metadata_v0() 89 /* after common block, offset format index past NR_PARAMS */ in cs_etm__print_cpu_metadata_v0()
|