| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| D | gate.lds.S | 15 .hash : { *(.hash) } :readable 23 .note : { *(.note*) } :readable :note 25 .dynamic : { *(.dynamic) } :readable :dynamic 51 } :readable 54 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind 56 .text (GATE_ADDR + PAGE_SIZE) : { *(.text) *(.text.*) } :readable 83 readable PT_LOAD FILEHDR PHDRS FLAGS(4); /* PF_R */
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| D | gate.lds.S | 15 .hash : { *(.hash) } :readable 23 .note : { *(.note*) } :readable :note 25 .dynamic : { *(.dynamic) } :readable :dynamic 51 } :readable 54 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind 56 .text (GATE_ADDR + PAGE_SIZE) : { *(.text) *(.text.*) } :readable 83 readable PT_LOAD FILEHDR PHDRS FLAGS(4); /* PF_R */
|
| /kernel/linux/linux-6.6/Documentation/ABI/stable/ |
| D | sysfs-devices-system-cpu | 69 Description: human-readable list of CPUs within the same core. 80 Description: human-readable list of CPUs sharing the same physical_package_id. 94 Description: human-readable list of CPUs within the same die. 103 Description: human-readable list of CPUs within the same cluster. 113 Description: human-readable list of cpuX's hardware threads within the same 124 Description: human-readable list of cpuX's hardware threads within the same
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-block-bcache | 48 skip the cache. Read and written as bytes in human readable 57 readable units. 120 For a cache, bucket size in human readable units, as set at 149 For a cache, total amount of data in human readable units 156 For a cache, sum of all btree writes in human readable units.
|
| D | dev-kmsg | 82 The human readable text string starts directly after the ';' 90 readable context of the message, for reliable processing in 114 the output usually produces better human readable results. A
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | cputopology.rst | 46 human-readable list of CPUs within the same core. 56 human-readable list of CPUs sharing the same physical_package_id. 65 human-readable list of CPUs within the same die. 74 human-readable list of cpuX's hardware threads within the same 84 human-readable list of cpuX's hardware threads within the same
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-block-bcache | 48 skip the cache. Read and written as bytes in human readable 57 readable units. 120 For a cache, bucket size in human readable units, as set at 149 For a cache, total amount of data in human readable units 156 For a cache, sum of all btree writes in human readable units.
|
| D | dev-kmsg | 82 The human readable text string starts directly after the ';' 90 readable context of the message, for reliable processing in 114 the output usually produces better human readable results. A
|
| /kernel/linux/linux-5.10/tools/lib/subcmd/ |
| D | run-command.h | 27 * the readable pipe end becomes child's stdin 28 * .out, .err: returns the readable pipe end; parent reads from 33 * .in: a readable FD, becomes child's stdin
|
| /kernel/linux/linux-6.6/tools/lib/subcmd/ |
| D | run-command.h | 27 * the readable pipe end becomes child's stdin 28 * .out, .err: returns the readable pipe end; parent reads from 33 * .in: a readable FD, becomes child's stdin
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | cputopo.h | 17 * each of these is a human-readable list of CPUs sharing the same 24 * each of these is a human-readable list of CPUs within the same die. 31 * each of these is a human-readable list of CPUs within the same
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | virtio_crypto.h | 273 /* Device-readable part */ 289 /* Device-readable part */ 399 /* Device-readable part */ 405 /* Device-readable part */ 411 /* Device-readable part */ 438 /* Device-readable part */ 455 /* Device-readable part */
|
| D | aspeed-p2a-ctrl.h | 48 * starting address and length to be readable by the host, or 49 * readable-writeable.
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | virtio_crypto.h | 273 /* Device-readable part */ 289 /* Device-readable part */ 399 /* Device-readable part */ 405 /* Device-readable part */ 411 /* Device-readable part */ 438 /* Device-readable part */ 455 /* Device-readable part */
|
| D | aspeed-p2a-ctrl.h | 48 * starting address and length to be readable by the host, or 49 * readable-writeable.
|
| /kernel/linux/linux-6.6/net/smc/ |
| D | smc_rx.c | 353 int readable, chunk; in smc_rx_recvmsg() local 372 readable = atomic_read(&conn->bytes_to_rcv); in smc_rx_recvmsg() 373 if (readable >= conn->rmb_desc->len) in smc_rx_recvmsg() 376 if (len < readable) in smc_rx_recvmsg() 437 readable = smc_rx_data_available(conn, peeked_bytes); in smc_rx_recvmsg() 439 if (!readable || (msg && splbytes)) { in smc_rx_recvmsg() 456 readable > 1) in smc_rx_recvmsg() 457 readable--; /* always stop at urgent Byte */ in smc_rx_recvmsg() 459 copylen = min_t(size_t, read_remaining, readable); in smc_rx_recvmsg()
|
| /kernel/linux/linux-5.10/drivers/usb/common/ |
| D | common.c | 29 * usb_ep_type_string() - Returns human readable-name of the endpoint type. 30 * @ep_type: The endpoint type to return human-readable name for. If it's not 86 * usb_speed_string() - Returns human readable-name of the speed. 87 * @speed: The speed to return human-readable name for. If it's not 149 * usb_state_string - Returns human readable name for the state. 150 * @state: The state to return a human-readable name for. If it's not
|
| /kernel/linux/linux-6.6/drivers/usb/common/ |
| D | common.c | 30 * usb_ep_type_string() - Returns human readable-name of the endpoint type. 31 * @ep_type: The endpoint type to return human-readable name for. If it's not 87 * usb_speed_string() - Returns human readable-name of the speed. 88 * @speed: The speed to return human-readable name for. If it's not 150 * usb_state_string - Returns human readable name for the state. 151 * @state: The state to return a human-readable name for. If it's not
|
| /kernel/linux/linux-5.10/fs/squashfs/ |
| D | Kconfig | 135 file systems will be readable without selecting this option. 150 file systems will be readable without selecting this option. 165 file systems will be readable without selecting this option. 179 file systems will be readable without selecting this option.
|
| /kernel/linux/linux-6.6/drivers/misc/lis3lv02d/ |
| D | Kconfig | 12 via SPI. The accelerometer data is readable via 28 via I2C. The accelerometer data is readable via
|
| /kernel/linux/linux-5.10/drivers/misc/lis3lv02d/ |
| D | Kconfig | 12 via SPI. The accelerometer data is readable via 28 via I2C. The accelerometer data is readable via
|
| /kernel/linux/linux-5.10/net/smc/ |
| D | smc_rx.c | 287 int readable, chunk; in smc_rx_recvmsg() local 365 readable = atomic_read(&conn->bytes_to_rcv); in smc_rx_recvmsg() 367 if (!readable || (msg && splbytes)) { in smc_rx_recvmsg() 382 readable > 1) in smc_rx_recvmsg() 383 readable--; /* always stop at urgent Byte */ in smc_rx_recvmsg() 385 copylen = min_t(size_t, read_remaining, readable); in smc_rx_recvmsg()
|
| /kernel/linux/linux-6.6/fs/squashfs/ |
| D | Kconfig | 176 file systems will be readable without selecting this option. 191 file systems will be readable without selecting this option. 206 file systems will be readable without selecting this option. 220 file systems will be readable without selecting this option.
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
| D | vmx.c | 24 uint64_t readable:1; member 430 if (!pml4e[index[3]].readable) { in nested_pg_map() 435 pml4e[index[3]].readable = true; in nested_pg_map() 442 if (!pdpe[index[2]].readable) { in nested_pg_map() 447 pdpe[index[2]].readable = true; in nested_pg_map() 454 if (!pde[index[1]].readable) { in nested_pg_map() 459 pde[index[1]].readable = true; in nested_pg_map() 468 pte[index[0]].readable = true; in nested_pg_map()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ia64/ |
| D | aliasing-test.c | 91 …, "PASS: %s 0x%lx-0x%lx is %s\n", path2, offset, offset + length, touch ? "readable" : "mappable"); in scan_tree() 184 fprintf(stderr, "PASS: %s not readable\n", path2); in scan_rom() 211 fprintf(stderr, "PASS: /dev/mem 0x0-0xa0000 is readable\n"); in main() 228 fprintf(stderr, "PASS: /dev/mem 0xc0000-0x100000 is readable\n"); in main()
|