Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/hotplug/
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 …]
Dcpci_hotplug.h37 unsigned int extracting; member
/linux-6.1.9/Documentation/sound/cards/
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-6.1.9/Documentation/accounting/
Dcgroupstats.rst21 NOTE: We currently rely on delay accounting for extracting information
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-class-rnbd-client113 is the same as the device name. By extracting the last part of the
/linux-6.1.9/Documentation/networking/caif/
Dlinux_caif.rst96 and for adding/extracting header and trailers to protocol packets.
/linux-6.1.9/Documentation/filesystems/nfs/
Dknfsd-stats.rst14 interface for extracting and printing them.
/linux-6.1.9/Documentation/powerpc/
Dbootwrapper.rst55 dtbImages have platform specific code for extracting
/linux-6.1.9/Documentation/filesystems/
Dramfs-rootfs-initramfs.rst96 extracted into rootfs when the kernel boots up. After extracting, the kernel
180 or extracting your own preprepared cpio files to feed to the kernel build
/linux-6.1.9/drivers/firmware/efi/
DKconfig228 still contains secrets in RAM, booting another OS and extracting the
/linux-6.1.9/Documentation/networking/
Dopenvswitch.rst22 extracting its flow key and looking it up in the flow table. If there
/linux-6.1.9/Documentation/doc-guide/
Dkernel-doc.rst442 as an identifier for extracting the documentation comment. Thus, the title must
/linux-6.1.9/Documentation/crypto/
Dasymmetric-keys.rst37 for extracting information from the blobs of data passed to the instantiation
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Ddev-sliced-vbi.rst436 to extracting, decoding, and displaying sliced VBI data embedded within
/linux-6.1.9/tools/memory-model/Documentation/
Dlitmus-tests.txt370 This section covers extracting debug output from herd7, emulating
/linux-6.1.9/Documentation/admin-guide/media/
Dbttv.rst55 called: ``hcwamc.rbf``. It is inside a self-extracting zip file
/linux-6.1.9/init/
DKconfig250 The linux kernel is a kind of self-extracting executable.