Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/Documentation/filesystems/
Dbfs.txt18 When you have finished using it and umounted you need to also deallocate
31 deallocate /dev/loopN device if /etc/mtab file on your system is a
Dcoda.txt333 deallocate the message structure and return. The FS routine can proceed
/linux-2.4.37.9/Documentation/sound/
DREADME.modules78 deallocate them during close(). Linux can often have problems allocating
83 problem is to allocate the DMA buffers during module load and deallocate
/linux-2.4.37.9/fs/ext2/
DCHANGES84 - truncate() now tries to deallocate contiguous blocks in a single call
/linux-2.4.37.9/drivers/usb/host/
Dhc_simple.c347 deallocate: hci_free_dev,
/linux-2.4.37.9/include/linux/
Dusb.h755 int (*deallocate)(struct usb_device *); member
/linux-2.4.37.9/drivers/usb/
Dhcd.c1432 deallocate: hcd_free_dev,
Dusb.c1003 dev->bus->op->deallocate(dev); in usb_free_dev()