Home
last modified time | relevance | path

Searched refs:extracting (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c46 static atomic_t extracting; variable
111 if (slot->extracting) { in disable_slot()
112 slot->extracting = 0; in disable_slot()
113 atomic_dec(&extracting); in disable_slot()
384 if (!slot->extracting) { in check_slots()
386 slot->extracting = 1; in check_slots()
387 atomic_inc(&extracting); in check_slots()
390 } else if (slot->extracting) { in check_slots()
400 slot->extracting = 0; in check_slots()
401 atomic_dec(&extracting); in check_slots()
[all...]
H A Dcpci_hotplug.h37 unsigned int extracting; member
/linux/Documentation/sound/cards/
H A Dmultisound.sh449 $echo 'x -' extracting 'MultiSound.d/setdigital.c' '(text)'
550 $echo 'x -' extracting 'MultiSound.d/pinnaclecfg.c' '(text)'
1004 $echo 'x -' extracting 'MultiSound.d/Makefile' '(text)'
1034 $echo 'x -' extracting 'MultiSound.d/conv.l' '(text)'
1064 $echo 'x -' extracting 'MultiSound.d/msndreset.c' '(text)'
/linux/Documentation/accounting/
H A Dcgroupstats.rst21 NOTE: We currently rely on delay accounting for extracting information
/linux/Documentation/ABI/testing/
H A Dsysfs-class-rnbd-client113 is the same as the device name. By extracting the last part of the
/linux/Documentation/networking/caif/
H A Dlinux_caif.rst96 and for adding/extracting header and trailers to protocol packets.
/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst14 interface for extracting and printing them.
/linux/Documentation/arch/powerpc/
H A Dbootwrapper.rst55 dtbImages have platform specific code for extracting
/linux/Documentation/filesystems/
H A Dramfs-rootfs-initramfs.rst95 extracted into rootfs when the kernel boots up. After extracting, the kernel
179 or extracting your own preprepared cpio files to feed to the kernel build
/linux/Documentation/networking/
H A Dopenvswitch.rst22 extracting its flow key and looking it up in the flow table. If there
/linux/drivers/firmware/efi/
H A DKconfig177 still contains secrets in RAM, booting another OS and extracting the
/linux/Documentation/crypto/
H A Dasymmetric-keys.rst37 for extracting information from the blobs of data passed to the instantiation
/linux/Documentation/doc-guide/
H A Dkernel-doc.rst487 as an identifier for extracting the documentation comment. Thus, the title must
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-sliced-vbi.rst436 to extracting, decoding, and displaying sliced VBI data embedded within
/linux/tools/memory-model/Documentation/
H A Dlitmus-tests.txt370 This section covers extracting debug output from herd7, emulating
/linux/Documentation/admin-guide/media/
H A Dbttv.rst55 called: ``hcwamc.rbf``. It is inside a self-extracting zip file
/linux/init/
H A DKconfig303 The linux kernel is a kind of self-extracting executable.