Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dpercpu_counter.h32 #define percpu_counter_init(fbc, value) \ argument
45 static inline void percpu_counter_add(struct percpu_counter *fbc, s64 amount) in percpu_counter_add()
50 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive()
56 static inline s64 percpu_counter_sum(struct percpu_counter *fbc) in percpu_counter_sum()
61 static inline s64 percpu_counter_read(struct percpu_counter *fbc) in percpu_counter_read()
71 static inline s64 percpu_counter_read_positive(struct percpu_counter *fbc) in percpu_counter_read_positive()
81 static inline int percpu_counter_initialized(struct percpu_counter *fbc) in percpu_counter_initialized()
92 static inline int percpu_counter_init(struct percpu_counter *fbc, s64 amount) in percpu_counter_init()
98 static inline void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy()
102 static inline void percpu_counter_set(struct percpu_counter *fbc, s64 amount) in percpu_counter_set()
[all …]
/linux-2.6.39/lib/
Dpercpu_counter.c22 struct percpu_counter *fbc = addr; in percpu_counter_fixup_free() local
39 static inline void debug_percpu_counter_activate(struct percpu_counter *fbc) in debug_percpu_counter_activate()
45 static inline void debug_percpu_counter_deactivate(struct percpu_counter *fbc) in debug_percpu_counter_deactivate()
52 static inline void debug_percpu_counter_activate(struct percpu_counter *fbc) in debug_percpu_counter_activate()
54 static inline void debug_percpu_counter_deactivate(struct percpu_counter *fbc) in debug_percpu_counter_deactivate()
58 void percpu_counter_set(struct percpu_counter *fbc, s64 amount) in percpu_counter_set()
72 void __percpu_counter_add(struct percpu_counter *fbc, s64 amount, s32 batch) in __percpu_counter_add()
94 s64 __percpu_counter_sum(struct percpu_counter *fbc) in __percpu_counter_sum()
110 int __percpu_counter_init(struct percpu_counter *fbc, s64 amount, in __percpu_counter_init()
132 void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy()
[all …]
/linux-2.6.39/drivers/video/
Dffb.c241 u32 fbc; member
353 struct ffb_fbc __iomem *fbc; member
377 struct ffb_fbc __iomem *fbc; in FFBFifo() local
392 struct ffb_fbc __iomem *fbc; in FFBWait() local
425 struct ffb_fbc __iomem *fbc = par->fbc; in ffb_switch_from_graph() local
478 struct ffb_fbc __iomem *fbc = par->fbc; in ffb_fillrect() local
518 struct ffb_fbc __iomem *fbc = par->fbc; in ffb_copyarea() local
552 struct ffb_fbc __iomem *fbc = par->fbc; in ffb_imageblit() local
899 struct ffb_fbc __iomem *fbc; in ffb_probe() local
Dcg6.c257 struct cg6_fbc __iomem *fbc; member
271 struct cg6_fbc __iomem *fbc = par->fbc; in cg6_sync() local
319 struct cg6_fbc __iomem *fbc = par->fbc; in cg6_fillrect() local
358 struct cg6_fbc __iomem *fbc = par->fbc; in cg6_copyarea() local
396 struct cg6_fbc __iomem *fbc = par->fbc; in cg6_imageblit() local
670 struct cg6_fbc __iomem *fbc = par->fbc; in cg6_chip_init() local
/linux-2.6.39/fs/ext4/
Dballoc.c499 struct percpu_counter *fbc = &sbi->s_freeblocks_counter; in ext4_has_free_blocks() local