/Linux-v5.4/include/linux/ |
D | percpu_counter.h | 34 #define percpu_counter_init(fbc, value, gfp) \ argument 48 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs) in percpu_counter_compare() 53 static inline void percpu_counter_add(struct percpu_counter *fbc, s64 amount) in percpu_counter_add() 58 static inline s64 percpu_counter_sum_positive(struct percpu_counter *fbc) in percpu_counter_sum_positive() 64 static inline s64 percpu_counter_sum(struct percpu_counter *fbc) in percpu_counter_sum() 69 static inline s64 percpu_counter_read(struct percpu_counter *fbc) in percpu_counter_read() 79 static inline s64 percpu_counter_read_positive(struct percpu_counter *fbc) in percpu_counter_read_positive() 89 static inline bool percpu_counter_initialized(struct percpu_counter *fbc) in percpu_counter_initialized() 100 static inline int percpu_counter_init(struct percpu_counter *fbc, s64 amount, in percpu_counter_init() 107 static inline void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy() [all …]
|
/Linux-v5.4/lib/ |
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() 82 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount, s32 batch) in percpu_counter_add_batch() 105 s64 __percpu_counter_sum(struct percpu_counter *fbc) in __percpu_counter_sum() 122 int __percpu_counter_init(struct percpu_counter *fbc, s64 amount, gfp_t gfp, in __percpu_counter_init() 146 void percpu_counter_destroy(struct percpu_counter *fbc) in percpu_counter_destroy() [all …]
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_fbc.c | 66 static unsigned int get_crtc_fence_y_offset(struct intel_fbc *fbc) in get_crtc_fence_y_offset() 367 struct intel_fbc *fbc = &dev_priv->fbc; in intel_fbc_hw_activate() local 383 struct intel_fbc *fbc = &dev_priv->fbc; in intel_fbc_hw_deactivate() local 412 struct intel_fbc *fbc = &dev_priv->fbc; in intel_fbc_deactivate() local 426 struct intel_fbc *fbc = &dev_priv->fbc; in multiple_pipes_ok() local 493 struct intel_fbc *fbc = &dev_priv->fbc; in intel_fbc_alloc_cfb() local 557 struct intel_fbc *fbc = &dev_priv->fbc; in __intel_fbc_cleanup_cfb() local 570 struct intel_fbc *fbc = &dev_priv->fbc; in intel_fbc_cleanup_cfb() local 633 struct intel_fbc *fbc = &dev_priv->fbc; in intel_fbc_hw_tracking_covers_screen() local 663 struct intel_fbc *fbc = &dev_priv->fbc; in intel_fbc_update_state_cache() local [all …]
|
D | intel_sprite.c | 2452 struct intel_fbc *fbc = &dev_priv->fbc; in skl_universal_plane_create() local
|
D | intel_display.c | 14873 struct intel_fbc *fbc = &dev_priv->fbc; in intel_primary_plane_create() local
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.c | 68 struct mlx5_frag_buf_ctrl *fbc = &wq->fbc; in mlx5_wq_cyc_create() local 203 struct mlx5_frag_buf_ctrl *fbc = &wq->fbc; in mlx5_wq_ll_create() local
|
D | wq.h | 52 struct mlx5_frag_buf_ctrl fbc; member 65 struct mlx5_frag_buf_ctrl fbc; member 71 struct mlx5_frag_buf_ctrl fbc; member
|
/Linux-v5.4/drivers/video/fbdev/ |
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
|
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-v5.4/include/linux/mlx5/ |
D | driver.h | 853 struct mlx5_frag_buf_ctrl *fbc) in mlx5_init_fbc_offset() 866 struct mlx5_frag_buf_ctrl *fbc) in mlx5_init_fbc() 871 static inline void *mlx5_frag_buf_get_wqe(struct mlx5_frag_buf_ctrl *fbc, in mlx5_frag_buf_get_wqe() 883 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-v5.4/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 268 struct mlx5_frag_buf_ctrl fbc; member 450 struct mlx5_frag_buf_ctrl fbc; member 537 struct mlx5_frag_buf_ctrl fbc; member
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_drv.h | 847 u16 fbc; member 853 u16 fbc; member 1376 struct intel_fbc fbc; member
|
D | i915_debugfs.c | 1308 struct intel_fbc *fbc = &dev_priv->fbc; in i915_fbc_status() local
|
D | intel_pm.c | 2498 u16 fbc; member
|
D | i915_reg.h | 6102 #define HSW_WM_LP_VAL(lat, fbc, pri, cur) \ argument
|