Home
last modified time | relevance | path

Searched refs:extracted (Results 1 – 25 of 40) sorted by relevance

12

/linux/tools/testing/selftests/exec/
H A Dload_address.c52 struct Statistics extracted = { }; in main() local
72 ret = dl_iterate_phdr(ExtractStatistics, &extracted); in main()
78 extracted.load_address, extracted.alignment); in main()
84 ksft_test_result(interp_needed == extracted.interp, in main()
87 extracted.interp ? "seen" : "missing"); in main()
90 ksft_test_result(extracted.alignment != 0, in main()
91 "Alignment%s found\n", extracted.alignment ? "" : " NOT"); in main()
94 pow2 = extracted.alignment & (extracted.alignment - 1); in main()
97 pow2 == 0 ? "" : " NOT", extracted.alignment); in main()
100 misalign = extracted.load_address & (extracted.alignment - 1); in main()
/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c314 int extracted; in check_slots() local
324 extracted = inserted = 0; in check_slots()
389 extracted++; in check_slots()
407 inserted, extracted, atomic_read(&extracting)); in check_slots()
408 if (inserted || extracted) in check_slots()
409 return extracted; in check_slots()
/linux/Documentation/crypto/
H A Dsha3.rst17 data is extracted at the end. The Keccak sponge function is designed such that
95 Finally, the output data is extracted with any number of calls to::
99 and telling it how much data should be extracted. Note that performing multiple
105 Once all the desired output has been extracted, zeroize the context::
/linux/drivers/usb/atm/
H A DKconfig26 two parts of the firmware, extracted by the user space tools; see
38 install the firmware, extracted by the user space tools; see
/linux/net/rxrpc/
H A Dinput.c965 unsigned long extracted = ~0UL; in rxrpc_input_soft_acks() local
978 shiftr_adv_rotr(acks, extracted); in rxrpc_input_soft_acks()
988 _debug("bound %16lx %u", extracted, nr); in rxrpc_input_soft_acks()
990 rxrpc_input_soft_ack_tq(call, summary, tq, extracted, RXRPC_NR_TXQUEUE, in rxrpc_input_soft_acks()
992 extracted = ~0UL; in rxrpc_input_soft_acks()
1001 extracted >>= RXRPC_NR_TXQUEUE - nr_reported; in rxrpc_input_soft_acks()
1002 _debug("tail %16lx %u", extracted, nr_reported); in rxrpc_input_soft_acks()
1003 rxrpc_input_soft_ack_tq(call, summary, tq, extracted, nr_reported, in rxrpc_input_soft_acks()
/linux/lib/
H A Diov_iter.c920 size_t extracted = 0, count = iter->count, iov_offset = iter->iov_offset; in iter_folioq_get_pages() local
941 part = umin(part, umin(maxsize - extracted, fsize - offset)); in iter_folioq_get_pages()
944 extracted += part; in iter_folioq_get_pages()
952 if (maxpages == 0 || extracted >= maxsize) in iter_folioq_get_pages()
969 return extracted; in iter_folioq_get_pages()
1508 size_t extracted = 0, offset, slot = i->folioq_slot; in iov_iter_extract_folioq_pages() local
1531 part = umin(part, umin(maxsize - extracted, fsize - offset)); in iov_iter_extract_folioq_pages()
1534 extracted += part; in iov_iter_extract_folioq_pages()
1539 if (nr >= maxpages || extracted >= maxsize) in iov_iter_extract_folioq_pages()
1554 return extracted; in iov_iter_extract_folioq_pages()
/linux/scripts/gcc-plugins/
H A DKconfig32 Note that entropy extracted this way is not cryptographically
/linux/net/dccp/ccids/
H A DKconfig
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-thunderbolt127 Description: This attribute contains id of this device extracted from
134 Description: This attribute contains name of this device extracted from
176 Description: This attribute contains vendor id of this device extracted
183 Description: This attribute contains vendor name of this device extracted
/linux/Documentation/admin-guide/media/
H A Dlmedm04.rst56 Other LG firmware can be extracted manually from US280D.sys
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-uvc.rst16 This format describes standard UVC metadata, extracted from UVC packet headers
/linux/Documentation/firmware-guide/acpi/
H A Dintel-pmc-mux.rst78 is 1's based, and value 0 is illegal. The driver uses the numbers extracted from
/linux/Documentation/gpu/nova/core/
H A Dfwsec.rst31 it is extracted, see vbios.rst and the vbios.rs source code.
/linux/arch/alpha/lib/
H A Dstxcpy.S148 or t6, t2, t2 # e1 : already extracted before
H A Dev6-stxcpy.S171 or t6, t2, t2 # E : already extracted before (stall)
/linux/Documentation/networking/
H A Dopenvswitch.rst76 information about a packet that cannot be extracted from the packet
78 attributes, however, are extracted from headers within the packet,
/linux/Documentation/core-api/
H A Dcircular-buffers.rst106 This returns the number of consecutive items[2] that can be extracted from
/linux/Documentation/admin-guide/pm/
H A Dintel_idle.rst102 descriptions extracted from it are stored in a preliminary list of idle states
166 platform firmware is extracted from them.
/linux/Documentation/driver-api/media/drivers/
H A Ddvb-usb.rst195 properly with firmware extracted from 2.422
/linux/arch/m68k/fpsp040/
H A Ddo_func.S13 | CMDREG1B and STAG are extracted from the fsave frame
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst216 So we need to pass this to DSP. This metadata is extracted from ID3/MP4 headers
/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst290 ``foo`` is extracted from the param-name, and applied to each query in
/linux/drivers/usb/misc/
H A DKconfig261 The firmware for this driver must be extracted from the MacOS
/linux/drivers/block/
H A DKconfig249 are doing. If you boot from a filesystem that needs to be extracted
/linux/Documentation/driver-api/firmware/
H A Dfallback-mechanisms.rst306 7. If the extracted firmware works, you can use the found info to fill an

12