Home
last modified time | relevance | path

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

1234567

/Linux-v6.1/arch/ia64/kernel/
Dgate.lds.S15 .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.1/net/smc/
Dsmc_rx.c348 int readable, chunk; in smc_rx_recvmsg() local
367 readable = atomic_read(&conn->bytes_to_rcv); in smc_rx_recvmsg()
368 if (readable >= conn->rmb_desc->len) in smc_rx_recvmsg()
371 if (len < readable) in smc_rx_recvmsg()
432 readable = atomic_read(&conn->bytes_to_rcv); in smc_rx_recvmsg()
434 if (!readable || (msg && splbytes)) { in smc_rx_recvmsg()
449 readable > 1) in smc_rx_recvmsg()
450 readable--; /* always stop at urgent Byte */ in smc_rx_recvmsg()
452 copylen = min_t(size_t, read_remaining, readable); in smc_rx_recvmsg()
/Linux-v6.1/drivers/mfd/
Dwm8350-regmap.c18 u16 readable; /* Mask of readable bits */ member
283 return wm8350_reg_io_map[reg].readable; in wm8350_readable()
/Linux-v6.1/Documentation/ABI/stable/
Dsysfs-devices-system-cpu69 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.1/net/vmw_vsock/
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()
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.1/drivers/misc/lis3lv02d/
DKconfig12 via SPI. The accelerometer data is readable via
28 via I2C. The accelerometer data is readable via
/Linux-v6.1/Documentation/ABI/testing/
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.
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
Dsysfs-bus-iio-bno0558 minimum readable value affects also the reading scaling factor).
16 changing the maximum and minimum readable value affects also the
Dsysfs-platform-dell-smbios10 sysfs attributes readable by a process with
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
Dsysfs-fs-nilfs264 Show last write time of super block in human-readable
148 human-readable format.
161 operation in human-readable format.
/Linux-v6.1/fs/squashfs/
DKconfig135 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.
/Linux-v6.1/Documentation/devicetree/bindings/security/tpm/
Dtpm-i2c.txt6 - label : human readable string describing the device, eg. "tpm"
/Linux-v6.1/kernel/bpf/preload/
DKconfig16 pinned into BPF FS mount point as human readable files that are
/Linux-v6.1/drivers/staging/fieldbus/Documentation/ABI/
Dfieldbus-dev-cdev25 process memory area is always readable and writable.
/Linux-v6.1/include/linux/mfd/
Daat2870.h114 bool readable; member
/Linux-v6.1/Documentation/w1/slaves/
Dw1_ds2406.rst20 The driver provides two sysfs files. state is readable; it gives the
/Linux-v6.1/drivers/pcmcia/
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-v6.1/drivers/staging/ks7010/
DTODO20 code more readable
/Linux-v6.1/tools/bpf/bpftool/Documentation/
Dcommon_options.rst20 Generate human-readable JSON output. Implies **-j**.
/Linux-v6.1/lib/fonts/
DKconfig33 lot more readable.
89 of characters (53x24) that are still at a readable size.
/Linux-v6.1/tools/perf/Documentation/
Dperf-annotate.txt135 Demangle symbol names to human readable form. It's enabled by default,
139 Demangle kernel symbol names to human readable form (for C++ kernels).
/Linux-v6.1/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c25 uint64_t readable:1; member
394 if (!pte->readable) { in nested_create_pte()
396 pte->readable = true; in nested_create_pte()
/Linux-v6.1/Documentation/ABI/obsolete/
Dsysfs-gpio23 /value ... always readable, writes fail for input GPIOs

1234567