Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c46 static atomic_t extracting; variable
120 if (slot->extracting) { in disable_slot()
121 slot->extracting = 0; in disable_slot()
122 atomic_dec(&extracting); in disable_slot()
397 if (!slot->extracting) { in check_slots()
399 slot->extracting = 1; in check_slots()
400 atomic_inc(&extracting); in check_slots()
403 } else if (slot->extracting) { in check_slots()
413 slot->extracting = 0; in check_slots()
414 atomic_dec(&extracting); in check_slots()
[all …]
/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/drivers/firmware/efi/
H A DKconfig177 still contains secrets in RAM, booting another OS and extracting the
/linux/Documentation/networking/
H A Dopenvswitch.rst22 extracting its flow key and looking it up in the flow table. If there
/linux/Documentation/crypto/
H A Dasymmetric-keys.rst37 for extracting information from the blobs of data passed to the instantiation
/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 DKconfig283 The linux kernel is a kind of self-extracting executable.