/Linux-v6.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 */
|
/Linux-v6.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
|
/Linux-v6.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
|
D | sysfs-kernel-irq | 22 Description: Human-readable chip name supplied by the associated device 36 Description: Human-readable flow handler name as defined by the irq chip
|
D | sysfs-bus-iio-bno055 | 8 minimum readable value affects also the reading scaling factor). 16 changing the maximum and minimum readable value affects also the
|
D | sysfs-fs-nilfs2 | 64 Show last write time of super block in human-readable 148 human-readable format. 161 operation in human-readable format.
|
/Linux-v6.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
|
/Linux-v6.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.
|
/Linux-v6.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
|
/Linux-v6.6/net/smc/ |
D | smc_rx.c | 352 int readable, chunk; in smc_rx_recvmsg() local 371 readable = atomic_read(&conn->bytes_to_rcv); in smc_rx_recvmsg() 372 if (readable >= conn->rmb_desc->len) in smc_rx_recvmsg() 375 if (len < readable) in smc_rx_recvmsg() 436 readable = atomic_read(&conn->bytes_to_rcv); in smc_rx_recvmsg() 438 if (!readable || (msg && splbytes)) { in smc_rx_recvmsg() 453 readable > 1) in smc_rx_recvmsg() 454 readable--; /* always stop at urgent Byte */ in smc_rx_recvmsg() 456 copylen = min_t(size_t, read_remaining, readable); in smc_rx_recvmsg()
|
/Linux-v6.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
|
D | debug.c | 280 * usb_decode_ctrl - Returns human readable representation of control request. 281 * @str: buffer to return a human-readable representation of control request. 290 * Function returns decoded, formatted and human-readable description of
|
/Linux-v6.6/drivers/misc/lis3lv02d/ |
D | Kconfig | 12 via SPI. The accelerometer data is readable via 28 via I2C. The accelerometer data is readable via
|
/Linux-v6.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.
|
/Linux-v6.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()
|
/Linux-v6.6/net/vmw_vsock/ |
D | hyperv_transport.c | 187 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable() local 190 return readable >= HVS_PKT_LEN(0); in hvs_channel_readable() 195 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable_payload() local 197 if (readable > HVS_PKT_LEN(0)) { in hvs_channel_readable_payload() 199 * the exact readable bytes: see vsock_stream_recvmsg() -> in hvs_channel_readable_payload() 205 if (readable == HVS_PKT_LEN(0)) { in hvs_channel_readable_payload() 745 int hvs_notify_poll_in(struct vsock_sock *vsk, size_t target, bool *readable) in hvs_notify_poll_in() argument 749 *readable = hvs_channel_readable(hvs->chan); in hvs_notify_poll_in()
|
/Linux-v6.6/fs/erofs/ |
D | Kconfig | 99 systems will be readable without selecting this option. 114 file systems will be readable without selecting this option.
|
/Linux-v6.6/include/linux/ |
D | remoteproc.h | 135 * @name: human-readable name of the requested memory region 168 * (optionally) contain a human readable name of this carveout region 187 * @name: human-readable name of the requested region to be mapped 200 * (optionally) contain a human readable name of this mapping (mainly for 223 * @name: human-readable name of the trace buffer 229 * its size, and @name may contain a human readable name of the trace buffer. 510 * @name: human readable name of the rproc
|
/Linux-v6.6/drivers/soc/qcom/ |
D | icc-bwmon.c | 256 * Fill the cache for non-readable registers only as rest does not really 282 * Cache is necessary for using regmap fields with non-readable 301 * Cache is necessary for using regmap fields with non-readable 346 * Fill the cache for non-readable registers only as rest does not really 369 * Cache is necessary for using regmap fields with non-readable 424 * Fill the cache for non-readable registers only as rest does not really 446 * Cache is necessary for using regmap fields with non-readable
|
/Linux-v6.6/arch/x86/um/os-Linux/ |
D | task_size.c | 25 * First see if the page is readable. If it is, it may still in page_ok() 74 * 0xffffe000. It is mapped, is readable, can be reprotected writeable in os_get_top_address()
|
/Linux-v6.6/lib/fonts/ |
D | Kconfig | 33 lot more readable. 89 of characters (53x24) that are still at a readable size.
|
/Linux-v6.6/drivers/comedi/ |
D | comedi_buf.c | 449 * comedi_buf_read_n_available() - Determine amount of readable buffer space 452 * Determine the amount of readable buffer space in the COMEDI acquisition data 453 * buffer associated with the subdevice. The readable buffer space is that 457 * Return: The amount of readable buffer space. 489 * the amount of readable data available, but the space needs to be marked as
|
/Linux-v6.6/tools/perf/Documentation/ |
D | perf-annotate.txt | 138 Demangle symbol names to human readable form. It's enabled by default, 142 Demangle kernel symbol names to human readable form (for C++ kernels).
|