| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/x86_64/ |
| H A D | vmx.c | 24 uint64_t readable:1; member 430 if (!pml4e[index[3]].readable) { in nested_pg_map() 435 pml4e[index[3]].readable = true; in nested_pg_map() 442 if (!pdpe[index[2]].readable) { in nested_pg_map() 447 pdpe[index[2]].readable = true; in nested_pg_map() 454 if (!pde[index[1]].readable) { in nested_pg_map() 459 pde[index[1]].readable = true; in nested_pg_map() 468 pte[index[0]].readable = true; in nested_pg_map()
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_rx.c | 287 int readable, chunk; in smc_rx_recvmsg() local 365 readable = atomic_read(&conn->bytes_to_rcv); in smc_rx_recvmsg() 367 if (!readable || (msg && splbytes)) { in smc_rx_recvmsg() 382 readable > 1) in smc_rx_recvmsg() 383 readable--; /* always stop at urgent Byte */ in smc_rx_recvmsg() 385 copylen = min_t(size_t, read_remaining, readable); in smc_rx_recvmsg()
|
| /OK3568_Linux_fs/buildroot/package/python-humanize/ |
| H A D | Config.in | 6 utilities, like turning a number into a fuzzy human readable 7 duration ('3 minutes ago') or into a human readable size or
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/net/vmw_vsock/ |
| H A D | hyperv_transport.c | 184 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable() local 187 return readable >= HVS_PKT_LEN(0); in hvs_channel_readable() 192 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable_payload() local 194 if (readable > HVS_PKT_LEN(0)) { in hvs_channel_readable_payload() 202 if (readable == HVS_PKT_LEN(0)) { in hvs_channel_readable_payload() 726 int hvs_notify_poll_in(struct vsock_sock *vsk, size_t target, bool *readable) in hvs_notify_poll_in() argument 730 *readable = hvs_channel_readable(hvs->chan); in hvs_notify_poll_in()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | cputopology.rst | 46 human-readable list of CPUs within the same core. 56 human-readable list of CPUs sharing the same physical_package_id. 65 human-readable list of CPUs within the same die. 74 human-readable list of cpuX's hardware threads within the same 84 human-readable list of cpuX's hardware threads within the same
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | gcc-6.patch | 14 - si.wants.readable = readcb; 17 + si.wants.readable = static_cast<bool>(readcb);
|
| /OK3568_Linux_fs/kernel/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 | 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 | 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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/buildroot/package/spirv-headers/ |
| H A D | Config.in | 4 Machine-readable files for the SPIR-V Registry.
|
| /OK3568_Linux_fs/buildroot/package/perl-number-bytes-human/ |
| H A D | Config.in | 4 Convert byte count to human readable format.
|
| /OK3568_Linux_fs/buildroot/package/python-msgfy/ |
| H A D | Config.in | 6 a human-readable error message.
|
| /OK3568_Linux_fs/buildroot/package/python-pyndiff/ |
| H A D | Config.in | 7 Generate human-readable ndiff output when comparing 2 Nmap
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | Kconfig | 135 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.
|
| /OK3568_Linux_fs/buildroot/package/edid-decode/ |
| H A D | Config.in | 6 Decode EDID data in human-readable format.
|
| /OK3568_Linux_fs/buildroot/package/libconfig/ |
| H A D | Config.in | 6 readable than XML. And unlike XML, it is type-aware, so it is
|
| /OK3568_Linux_fs/buildroot/package/python-pytest/ |
| H A D | Config.in | 13 tests easy. Tests are expressive and readable—no boilerplate
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/acpitool/ |
| H A D | acpitool_0.5.1.bb | 2 and presents the output in a meaningfull, human-readable format."
|
| /OK3568_Linux_fs/buildroot/package/ptm2human/ |
| H A D | Config.in | 16 translates the trace data to a human-readable format.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/spir/ |
| H A D | spirv-headers_1.3.204.1.bb | 1 SUMMARY = "Machine-readable files for the SPIR-V Registry"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libyaml/ |
| H A D | libyaml_0.2.5.bb | 3 a human-readable data serialization format. "
|