Home
last modified time | relevance | path

Searched defs:bh_kunmap_irq (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dhighmem.h56 static inline void bh_kunmap_irq(char *buffer, unsigned long *flags) in bh_kunmap_irq() function
79 #define bh_kunmap_irq(bh, flags) do { *(flags) = 0; } while (0) macro