Searched defs:fbc (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
H A D | percpu_counter.h | 37 #define percpu_counter_init_many(fbc, value, gfp, nr_counters) \ argument 46 #define percpu_counter_init(fbc, value, gfp) \ argument 50 static inline void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy() 64 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare() 69 static inline void percpu_counter_add(struct percpu_counter *fbc, s64 amount) in percpu_counter_add() 75 percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit, s64 amount) in percpu_counter_limited_add() 92 percpu_counter_add_local(struct percpu_counter *fbc, s64 amount) in percpu_counter_add_local() 97 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive() 103 static inline s64 percpu_counter_sum(struct percpu_counter *fbc) in percpu_counter_sum() 108 static inline s64 percpu_counter_read(struct percpu_counter *fbc) in percpu_counter_read() [all …]
|
/linux/lib/ |
H A D | percpu_counter.c | 24 struct percpu_counter *fbc = addr; in percpu_counter_fixup_free() local 41 static inline void debug_percpu_counter_activate(struct percpu_counter *fbc) in debug_percpu_counter_activate() 47 static inline void debug_percpu_counter_deactivate(struct percpu_counter *fbc) in debug_percpu_counter_deactivate() 54 static inline void debug_percpu_counter_activate(struct percpu_counter *fbc) in debug_percpu_counter_activate() 56 static inline void debug_percpu_counter_deactivate(struct percpu_counter *fbc) in debug_percpu_counter_deactivate() 60 void percpu_counter_set(struct percpu_counter *fbc, s64 amount) in percpu_counter_set() 93 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() 120 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() 146 void percpu_counter_sync(struct percpu_counter *fbc) in percpu_counter_sync() 171 s64 __percpu_counter_sum(struct percpu_counter *fbc) in __percpu_counter_sum() [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | wq.c | 43 struct mlx5_frag_buf_ctrl *fbc = &wq->fbc; in mlx5_wq_cyc_create() local 216 struct mlx5_frag_buf_ctrl *fbc = &wq->fbc; in mlx5_wq_ll_create() local
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_wm_types.h | 28 u16 fbc; member 34 u16 fbc; member
|
/linux/drivers/video/fbdev/ |
H A D | ffb.c | 242 u32 fbc; member 354 struct ffb_fbc __iomem *fbc; member 378 struct ffb_fbc __iomem *fbc; in FFBFifo() local 393 struct ffb_fbc __iomem *fbc; in FFBWait() local 426 struct ffb_fbc __iomem *fbc = par->fbc; in ffb_switch_from_graph() local 479 struct ffb_fbc __iomem *fbc = par->fbc; in ffb_fillrect() local 519 struct ffb_fbc __iomem *fbc = par->fbc; in ffb_copyarea() local 553 struct ffb_fbc __iomem *fbc = par->fbc; in ffb_imageblit() local 900 struct ffb_fbc __iomem *fbc; in ffb_probe() local
|
H A D | cg6.c | 258 struct cg6_fbc __iomem *fbc; member 272 struct cg6_fbc __iomem *fbc = par->fbc; in cg6_sync() local 320 struct cg6_fbc __iomem *fbc = par->fbc; in cg6_fillrect() local 359 struct cg6_fbc __iomem *fbc = par->fbc; in cg6_copyarea() local 397 struct cg6_fbc __iomem *fbc = par->fbc; in cg6_imageblit() local 671 struct cg6_fbc __iomem *fbc = par->fbc; in cg6_chip_init() local
|
/linux/drivers/vfio/pci/mlx5/ |
H A D | cmd.h | 117 struct mlx5_frag_buf_ctrl fbc; member 151 struct mlx5_frag_buf_ctrl fbc; member
|
/linux/include/linux/mlx5/ |
H A D | driver.h | 910 struct mlx5_frag_buf_ctrl *fbc) in mlx5_init_fbc_offset() 923 struct mlx5_frag_buf_ctrl *fbc) in mlx5_init_fbc() 928 static inline void *mlx5_frag_buf_get_wqe(struct mlx5_frag_buf_ctrl *fbc, in mlx5_frag_buf_get_wqe() 940 mlx5_frag_buf_get_idx_last_contig_stride(struct mlx5_frag_buf_ctrl *fbc, u32 ix) in mlx5_frag_buf_get_idx_last_contig_stride()
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | mlx5_ib.h | 374 struct mlx5_frag_buf_ctrl fbc; member 566 struct mlx5_frag_buf_ctrl fbc; member 613 struct mlx5_frag_buf_ctrl fbc; member
|