Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 179) sorted by relevance

12345678

/linux-6.15/net/smc/
H A Dsmc_rx.c353 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-6.15/Documentation/ABI/stable/
H A Dsysfs-devices-system-cpu63 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-6.15/drivers/mfd/
H A Dwm8350-regmap.c18 u16 readable; /* Mask of readable bits */ member
283 return wm8350_reg_io_map[reg].readable; in wm8350_readable()
/linux-6.15/drivers/misc/lis3lv02d/
H A DKconfig12 via SPI. The accelerometer data is readable via
28 via I2C. The accelerometer data is readable via
/linux-6.15/net/vmw_vsock/
H A Dhyperv_transport.c187 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()
746 int hvs_notify_poll_in(struct vsock_sock *vsk, size_t target, bool *readable) in hvs_notify_poll_in() argument
750 *readable = hvs_channel_readable(hvs->chan); in hvs_notify_poll_in()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-block-bcache48 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 Dsysfs-kernel-irq22 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 Dsysfs-bus-iio-bno0558 minimum readable value affects also the reading scaling factor).
16 changing the maximum and minimum readable value affects also the
H A Dsysfs-platform-dell-smbios10 sysfs attributes readable by a process with
H A Ddev-kmsg82 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 Dsysfs-fs-nilfs264 Show last write time of super block in human-readable
148 human-readable format.
161 operation in human-readable format.
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_nested.h88 bool readable; member
111 return trans->readable; in kvm_s2_trans_readable()
/linux-6.15/kernel/bpf/preload/
H A DKconfig16 pinned into BPF FS mount point as human readable files that are
/linux-6.15/fs/squashfs/
H A DKconfig176 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-6.15/Documentation/wmi/devices/
H A Dwmi-bmof.rst13 human readable WMI interface description, which is useful for developing
/linux-6.15/tools/bpf/bpftool/Documentation/
H A Dcommon_options.rst19 Generate human-readable JSON output. Implies **-j**.
/linux-6.15/Documentation/devicetree/bindings/power/
H A Dpd-samsung.yaml38 Human readable string with domain name. Will be visible in userspace
/linux-6.15/include/linux/mfd/
H A Daat2870.h114 bool readable; member
/linux-6.15/Documentation/w1/slaves/
H A Dw1_ds2406.rst20 The driver provides two sysfs files. state is readable; it gives the
/linux-6.15/tools/testing/selftests/kvm/lib/x86/
H A Dvmx.c23 uint64_t readable:1; member
372 if (!pte->readable) { in nested_create_pte()
374 pte->readable = true; in nested_create_pte()
/linux-6.15/sound/usb/
H A Dclock.c298 bool readable, writeable; in __uac_clock_find_source() local
336 readable = uac_v2v3_control_is_readable(bmControls, in __uac_clock_find_source()
347 if (!readable) in __uac_clock_find_source()
/linux-6.15/drivers/pcmcia/
H A Drsrc_nonstatic.c263 static int readable(struct pcmcia_socket *s, struct resource *res, in readable() function
468 return do_mem_probe(s, m->base, m->num, readable, checksum); in inv_probe()
504 ok += do_mem_probe(s, mm.base, mm.num, readable, in validate_mem()
516 readable, checksum); in validate_mem()
544 ok += do_mem_probe(s, mm.base, mm.num, readable, checksum); in validate_mem()
/linux-6.15/arch/arm64/boot/dts/marvell/
H A Dcn9130-cf-pro.dts255 * external phy is not readable.
300 * it is not readable.
/linux-6.15/Documentation/ABI/obsolete/
H A Dsysfs-gpio23 /value ... always readable, writes fail for input GPIOs
/linux-6.15/tools/perf/Documentation/
H A Dperf-annotate.txt138 Demangle symbol names to human readable form. It's enabled by default,
142 Demangle kernel symbol names to human readable form (for C++ kernels).

12345678