Searched defs:readq (Results 1 – 6 of 6) sorted by relevance
391 #define readq readq in BUILDIO_MEM() macro
46 #define readq(addr) ((void)addr, 0) macro
63 #define readq(addr) (*(volatile unsigned long long *) (addr)) macro
4350 void initialise_threads(int readq, int fragq, int bwriteq, int fwriteq, in initialise_threads()5534 void calculate_queue_sizes(int mem, int *readq, int *fragq, int *bwriteq, in calculate_queue_sizes()5569 int readq; in main() local
153 static inline u64 readq(const volatile void __iomem *addr) in readq() function
123 #define readq(c) ({ u64 __v = __arch_getq(c); __iormb(); __v; }) macro