Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dcpci_hotplug_core.c59 static atomic_t extracting; variable
154 if (slot->extracting) { in disable_slot()
155 slot->extracting = 0; in disable_slot()
156 atomic_dec(&extracting); in disable_slot()
471 if (!slot->extracting) { in check_slots()
475 slot->extracting = 1; in check_slots()
476 atomic_inc(&extracting); in check_slots()
479 } else if (slot->extracting) { in check_slots()
490 slot->extracting = 0; in check_slots()
491 atomic_dec(&extracting); in check_slots()
[all …]
Dcpci_hotplug.h49 unsigned int extracting; member
/linux-4.4.14/arch/cris/boot/compressed/
DREADME1 Creation of the self-extracting compressed kernel image (vmlinuz)
/linux-4.4.14/Documentation/sound/oss/
DMultiSound449 $echo 'x -' extracting 'MultiSound.d/setdigital.c' '(text)'
549 $echo 'x -' extracting 'MultiSound.d/pinnaclecfg.c' '(text)'
1003 $echo 'x -' extracting 'MultiSound.d/Makefile' '(text)'
1033 $echo 'x -' extracting 'MultiSound.d/conv.l' '(text)'
1063 $echo 'x -' extracting 'MultiSound.d/msndreset.c' '(text)'
/linux-4.4.14/Documentation/accounting/
Dcgroupstats.txt17 NOTE: We currently rely on delay accounting for extracting information
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME29 hcwamc.rbf. The file is in the pvr45xxx.exe archive (self-extracting
/linux-4.4.14/Documentation/networking/caif/
DLinux-CAIF.txt82 and for adding/extracting header and trailers to protocol packets.
/linux-4.4.14/Documentation/filesystems/nfs/
Dknfsd-stats.txt12 interface for extracting and printing them.
/linux-4.4.14/Documentation/powerpc/
Dbootwrapper.txt49 dtbImages have platform specific code for extracting
/linux-4.4.14/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt90 extracted into rootfs when the kernel boots up. After extracting, the kernel
174 or extracting your own preprepared cpio files to feed to the kernel build
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt35 for extracting information from the blobs of data passed to the instantiation
/linux-4.4.14/Documentation/networking/
Dopenvswitch.txt19 extracting its flow key and looking it up in the flow table. If there
/linux-4.4.14/arch/
DKconfig518 normal C parameter passing, rather than extracting the syscall
/linux-4.4.14/init/
DKconfig123 The linux kernel is a kind of self-extracting executable.