Re: pci_map_single() and pci_unmap_single() pair
From: tcs (dzshen_at_winbond.com.tw)
Date: 05/09/04
- Previous message: phil-news-nospam_at_ipal.net: "Re: large files: when ubiquitous?"
- In reply to: Kris: "Re: pci_map_single() and pci_unmap_single() pair"
- Next in thread: Andi Kleen: "Re: pci_map_single() and pci_unmap_single() pair"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 09 May 2004 10:58:23 +0800
hmm, if pci_unmap_single() doesn't do anything useful, then how can we
release resources required by pci_map_single() back to system?
thanks
tcs
Kris wrote:
> tcs wrote:
>
>> Greetings:
>> I am maintaing a SCSI device driver and there are some weird behaviors.
>> The longer the driver is running, the slower it is, I doubt there is
>> memory
>> leak problem.
>>
>> Here is the question:
>> What if we use pci_map_single() but in some cases we forget to call
>> pci_unmap_single(), what's the obviously external behavior?
>>
>> thanks
>>
>> tcs
>>
>>
>
> None at all. pci_unmap_single is essentially void.
>
> Kris
>
- Previous message: phil-news-nospam_at_ipal.net: "Re: large files: when ubiquitous?"
- In reply to: Kris: "Re: pci_map_single() and pci_unmap_single() pair"
- Next in thread: Andi Kleen: "Re: pci_map_single() and pci_unmap_single() pair"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
Loading