/linux/Documentation/ABI/stable/ |
H A D | sysfs-devices-system-cpu | 63 Description: human-readable list of CPUs within the same core. 74 Description: human-readable list of CPUs sharing the same physical_package_id. 84 Description: human-readable list of CPUs within the same die. 93 Description: human-readable list of CPUs within the same cluster. 103 Description: human-readable list of cpuX's hardware threads within the same 114 Description: human-readable list of cpuX's hardware threads within the same
|
/linux/Documentation/ABI/testing/ |
H A 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.
|
H A 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
|
H 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
|
H A 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
|
H A 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/drivers/usb/common/ |
H A 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 45 * usb_otg_state_string() - returns human readable name of OTG state. 46 * @state: the OTG state to return the human readable name of. If it's not 93 * usb_speed_string() - Returns human readable-name of the speed. 94 * @speed: The speed to return human-readable name for. If it's not 155 * usb_state_string - Returns human readable name for the state. 156 * @state: The state to return a human-readable name for. If it's not
|
H A 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/tools/lib/subcmd/ |
H A 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/tools/perf/util/ |
H A 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/include/uapi/linux/ |
H A D | virtio_crypto.h | 273 /* Device-readable part */ 289 /* Device-readable part */ 400 /* Device-readable part */ 406 /* Device-readable part */ 412 /* Device-readable part */ 439 /* Device-readable part */ 456 /* Device-readable part */
|
H A D | aspeed-p2a-ctrl.h | 48 * starting address and length to be readable by the host, or 49 * readable-writeable.
|
/linux/net/smc/ |
H A 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()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_devcoredump_types.h | 65 /** @read: devcoredump in human readable format */ 67 /** @read.size: size of devcoredump in human readable format */ 71 /** @read.buffer: buffer of devcoredump in human readable format */
|
/linux/drivers/staging/media/ipu7/ |
H A D | TODO | 15 readable. 28 and readable.
|
/linux/drivers/misc/lis3lv02d/ |
H A D | Kconfig | 12 via SPI. The accelerometer data is readable via 28 via I2C. The accelerometer data is readable via
|
/linux/fs/squashfs/ |
H A D | Kconfig | 197 file systems will be readable without selecting this option. 212 file systems will be readable without selecting this option. 227 file systems will be readable without selecting this option. 241 file systems will be readable without selecting this option.
|
/linux/lib/ |
H A D | packing.c | 128 * in the unpacked (CPU-readable) u64 - the u8 box's in __pack() 164 * @uval: CPU-readable unpacked value to pack. 239 * in the unpacked (CPU-readable) u64 - the u8 box's in __unpack() 391 * @ustruct: Pointer to CPU-readable structure holding the unpacked value. 414 * @ustruct: Pointer to CPU-readable structure holding the unpacked value. 437 * @ustruct: Pointer to CPU-readable structure holding the unpacked value. 460 * @ustruct: Pointer to CPU-readable structure holding the unpacked value.
|
/linux/fs/erofs/ |
H A D | Kconfig | 128 file systems will be readable without selecting this option. 143 file systems will be readable without selecting this option. 159 file systems are still readable without selecting this option.
|
/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-gpio | 22 /value ... always readable, writes fail for input GPIOs 31 /value ... always readable, writes fail for input GPIOs
|
/linux/tools/testing/selftests/ia64/ |
H A 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/net/vmw_vsock/ |
H A 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() 757 int hvs_notify_poll_in(struct vsock_sock *vsk, size_t target, bool *readable) in hvs_notify_poll_in() argument 761 *readable = hvs_channel_readable(hvs->chan); in hvs_notify_poll_in()
|
/linux/include/linux/ |
H A 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/lib/fonts/ |
H A D | Kconfig | 33 lot more readable. 89 of characters (53x24) that are still at a readable size.
|
/linux/drivers/comedi/ |
H A D | comedi_buf.c | 400 * comedi_buf_read_n_available() - Determine amount of readable buffer space 403 * Determine the amount of readable buffer space in the COMEDI acquisition data 404 * buffer associated with the subdevice. The readable buffer space is that 408 * Return: The amount of readable buffer space. 440 * the amount of readable data available, but the space needs to be marked as
|