| /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/mfd/ |
| H A D | wm8350-regmap.c | 18 u16 readable; /* Mask of readable bits */ member 283 return wm8350_reg_io_map[reg].readable; in wm8350_readable()
|
| /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() 205 if (readable == HVS_PKT_LEN(0)) { in hvs_channel_readable_payload() 760 int hvs_notify_poll_in(struct vsock_sock *vsk, size_t target, bool *readable) in hvs_notify_poll_in() argument 764 *readable = hvs_channel_readable(hvs->chan); in hvs_notify_poll_in()
|
| /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/Documentation/ABI/testing/ |
| 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 | 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-platform-dell-smbios | 10 sysfs attributes readable by a process with
|
| H A D | sysfs-platform-ayaneo-ec | 8 turn on, 0 to turn off. File is readable and writable.
|
| 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.
|
| H A D | securityfs-secrets-coco | 12 and therefore are not readable by the untrusted host.
|
| /linux/rust/kernel/mm/ |
| H A D | virt.rs | 314 pub fn readable(&self) -> bool { in readable() method 327 if self.readable() { in try_clear_mayread()
|
| /linux/kernel/bpf/preload/ |
| H A D | Kconfig | 11 pinned into BPF FS mount point as human readable files that are
|
| /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/arch/arm64/include/asm/ |
| H A D | kvm_nested.h | 92 bool readable; member 115 return trans->readable; in kvm_s2_trans_readable()
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | common_options.rst | 19 Generate human-readable JSON output. Implies **-j**.
|
| /linux/Documentation/wmi/devices/ |
| H A D | wmi-bmof.rst | 13 human readable WMI interface description, which is useful for developing
|
| /linux/drivers/pcmcia/ |
| H A D | rsrc_nonstatic.c | 262 static int readable(struct pcmcia_socket *s, struct resource *res, in readable() function 469 return do_mem_probe(s, m->base, m->num, readable, checksum); in inv_probe() 505 ok += do_mem_probe(s, mm.base, mm.num, readable, in validate_mem() 517 readable, checksum); in validate_mem() 545 ok += do_mem_probe(s, mm.base, mm.num, readable, checksum); in validate_mem()
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 52 * 'readable' bit. in vcpu_enable_evmcs() 57 .readable = BIT_ULL(0), in vcpu_enable_evmcs() 23 uint64_t readable:1; global() member
|
| /linux/include/linux/mfd/ |
| H A D | aat2870.h | 114 bool readable; member
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | cn9130-cf-pro.dts | 255 * external phy is not readable. 300 * it is not readable.
|
| /linux/Documentation/w1/slaves/ |
| H A D | w1_ds2406.rst | 20 The driver provides two sysfs files. state is readable; it gives the
|
| /linux/tools/perf/Documentation/ |
| H A 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).
|
| /linux/lib/fonts/ |
| H A D | Kconfig | 33 lot more readable. 89 of characters (53x24) that are still at a readable size.
|
| /linux/Documentation/sound/designs/ |
| H A D | jack-controls.rst | 14 jack. These jack input devices are not readable by userspace devices
|