/linux-6.12.1/drivers/gpu/drm/ |
D | drm_fourcc.c | 41 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument 47 if (depth == 1) in drm_mode_legacy_fb_format() 52 if (depth == 2) in drm_mode_legacy_fb_format() 57 if (depth == 4) in drm_mode_legacy_fb_format() 62 if (depth == 8) in drm_mode_legacy_fb_format() 67 switch (depth) { in drm_mode_legacy_fb_format() 80 if (depth == 24) in drm_mode_legacy_fb_format() 85 switch (depth) { in drm_mode_legacy_fb_format() 120 uint32_t bpp, uint32_t depth) in drm_driver_legacy_fb_format() argument 122 uint32_t fmt = drm_mode_legacy_fb_format(bpp, depth); in drm_driver_legacy_fb_format() [all …]
|
/linux-6.12.1/lib/ |
D | sbitmap.c | 14 unsigned depth = sb->depth; in init_alloc_hint() local 20 if (depth && !sb->round_robin) { in init_alloc_hint() 24 *per_cpu_ptr(sb->alloc_hint, i) = get_random_u32_below(depth); in init_alloc_hint() 30 unsigned int depth) in update_alloc_hint_before_get() argument 35 if (unlikely(hint >= depth)) { in update_alloc_hint_before_get() 36 hint = depth ? get_random_u32_below(depth) : 0; in update_alloc_hint_before_get() 44 unsigned int depth, in update_alloc_hint_after_get() argument 54 if (hint >= depth - 1) in update_alloc_hint_after_get() 64 unsigned int depth, unsigned int alloc_hint, bool wrap) in sbitmap_deferred_clear() argument 71 if (depth == 0) in sbitmap_deferred_clear() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | dc_fpu.c | 54 int depth; in dc_assert_fp_enabled() local 56 depth = __this_cpu_read(fpu_recursion_depth); in dc_assert_fp_enabled() 58 ASSERT(depth >= 1); in dc_assert_fp_enabled() 76 int depth; in dc_fpu_begin() local 80 depth = __this_cpu_inc_return(fpu_recursion_depth); in dc_fpu_begin() 81 if (depth == 1) { in dc_fpu_begin() 86 TRACE_DCN_FPU(true, function_name, line, depth); in dc_fpu_begin() 101 int depth; in dc_fpu_end() local 103 depth = __this_cpu_dec_return(fpu_recursion_depth); in dc_fpu_end() 104 if (depth == 0) { in dc_fpu_end() [all …]
|
/linux-6.12.1/arch/powerpc/platforms/powernv/ |
D | opal-tracepoints.c | 50 unsigned int *depth; in __trace_opal_entry() local 54 depth = this_cpu_ptr(&opal_trace_depth); in __trace_opal_entry() 56 if (*depth) in __trace_opal_entry() 59 (*depth)++; in __trace_opal_entry() 62 (*depth)--; in __trace_opal_entry() 71 unsigned int *depth; in __trace_opal_exit() local 75 depth = this_cpu_ptr(&opal_trace_depth); in __trace_opal_exit() 77 if (*depth) in __trace_opal_exit() 80 (*depth)++; in __trace_opal_exit() 83 (*depth)--; in __trace_opal_exit()
|
/linux-6.12.1/fs/quota/ |
D | quota_tree.c | 32 static int __get_index(struct qtree_mem_dqinfo *info, qid_t id, int depth) in __get_index() argument 36 depth = info->dqi_qtree_depth - depth - 1; in __get_index() 37 while (depth--) in __get_index() 42 static int get_index(struct qtree_mem_dqinfo *info, struct kqid qid, int depth) in get_index() argument 46 return __get_index(info, id, depth); in get_index() 336 uint *blks, int depth) in do_insert_tree() argument 346 if (!blks[depth]) { in do_insert_tree() 350 for (i = 0; i < depth; i++) in do_insert_tree() 358 blks[depth] = ret; in do_insert_tree() 362 ret = read_blk(info, blks[depth], buf); in do_insert_tree() [all …]
|
/linux-6.12.1/fs/ext4/ |
D | extents.c | 116 int depth, i; in ext4_ext_drop_refs() local 120 depth = path->p_depth; in ext4_ext_drop_refs() 121 for (i = 0; i <= depth; i++, path++) in ext4_ext_drop_refs() 220 int depth = path->p_depth; in ext4_ext_find_goal() local 240 ex = path[depth].p_ext; in ext4_ext_find_goal() 253 if (path[depth].p_bh) in ext4_ext_find_goal() 254 return path[depth].p_bh->b_blocknr; in ext4_ext_find_goal() 348 ext4_ext_max_entries(struct inode *inode, int depth) in ext4_ext_max_entries() argument 352 if (depth == ext_depth(inode)) { in ext4_ext_max_entries() 353 if (depth == 0) in ext4_ext_max_entries() [all …]
|
/linux-6.12.1/drivers/media/platform/mediatek/mdp3/ |
D | mdp_cfg_data.c | 824 .depth = { 8 }, 831 .depth = { 16 }, 838 .depth = { 16 }, 845 .depth = { 24 }, 852 .depth = { 24 }, 859 .depth = { 32 }, 866 .depth = { 32 }, 873 .depth = { 16 }, 881 .depth = { 16 }, 889 .depth = { 16 }, [all …]
|
/linux-6.12.1/include/linux/ |
D | sbitmap.h | 56 unsigned int depth; member 170 int sbitmap_init_node(struct sbitmap *sb, unsigned int depth, int shift, 177 return sb->depth - (index << sb->shift); in __map_depth() 200 void sbitmap_resize(struct sbitmap *sb, unsigned int depth); 260 if (start >= sb->depth) in __sbitmap_for_each_set() 265 while (scanned < sb->depth) { in __sbitmap_for_each_set() 267 unsigned int depth = min_t(unsigned int, in __sbitmap_for_each_set() local 269 sb->depth - scanned); in __sbitmap_for_each_set() 271 scanned += depth; in __sbitmap_for_each_set() 281 depth += nr; in __sbitmap_for_each_set() [all …]
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | commonring.c | 31 void brcmf_commonring_config(struct brcmf_commonring *commonring, u16 depth, in brcmf_commonring_config() argument 34 commonring->depth = depth; in brcmf_commonring_config() 75 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_write_available() 83 if (available > commonring->depth / 8) { in brcmf_commonring_write_available() 116 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_reserve_for_write() 125 if (commonring->w_ptr == commonring->depth) in brcmf_commonring_reserve_for_write() 152 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_reserve_for_write_multiple() 161 if (*alloced + commonring->w_ptr > commonring->depth) in brcmf_commonring_reserve_for_write_multiple() 162 *alloced = commonring->depth - commonring->w_ptr; in brcmf_commonring_reserve_for_write_multiple() 164 if (commonring->w_ptr == commonring->depth) in brcmf_commonring_reserve_for_write_multiple() [all …]
|
/linux-6.12.1/drivers/iio/adc/ |
D | max1027.c | 97 #define MAX1027_V_CHAN(index, depth) \ argument 107 .realbits = depth, \ 109 .shift = (depth == 10) ? 2 : 0, \ 129 #define MAX1X27_CHANNELS(depth) \ argument 131 MAX1027_V_CHAN(0, depth), \ 132 MAX1027_V_CHAN(1, depth), \ 133 MAX1027_V_CHAN(2, depth), \ 134 MAX1027_V_CHAN(3, depth), \ 135 MAX1027_V_CHAN(4, depth), \ 136 MAX1027_V_CHAN(5, depth), \ [all …]
|
/linux-6.12.1/drivers/media/platform/ti/vpe/ |
D | vpdma.c | 32 .depth = 8, 37 .depth = 8, 42 .depth = 8, 47 .depth = 8, 52 .depth = 8, 57 .depth = 4, 62 .depth = 4, 67 .depth = 16, 72 .depth = 24, 77 .depth = 16, [all …]
|
/linux-6.12.1/arch/s390/kernel/ |
D | trace.c | 20 unsigned int *depth; in trace_s390_diagnose_norecursion() local 26 depth = this_cpu_ptr(&diagnose_trace_depth); in trace_s390_diagnose_norecursion() 27 if (*depth == 0) { in trace_s390_diagnose_norecursion() 28 (*depth)++; in trace_s390_diagnose_norecursion() 30 (*depth)--; in trace_s390_diagnose_norecursion()
|
/linux-6.12.1/scripts/dtc/libfdt/ |
D | fdt.c | 247 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() argument 266 if (depth) in fdt_next_node() 267 (*depth)++; in fdt_next_node() 271 if (depth && ((--(*depth)) < 0)) in fdt_next_node() 277 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth)) in fdt_next_node() 289 int depth = 0; in fdt_first_subnode() local 291 offset = fdt_next_node(fdt, offset, &depth); in fdt_first_subnode() 292 if (offset < 0 || depth != 1) in fdt_first_subnode() 300 int depth = 1; in fdt_next_subnode() local 307 offset = fdt_next_node(fdt, offset, &depth); in fdt_next_subnode() [all …]
|
/linux-6.12.1/fs/reiserfs/ |
D | lock.c | 55 int depth; in reiserfs_write_unlock_nested() local 61 depth = sb_i->lock_depth; in reiserfs_write_unlock_nested() 67 return depth; in reiserfs_write_unlock_nested() 70 void reiserfs_write_lock_nested(struct super_block *s, int depth) in reiserfs_write_lock_nested() argument 75 if (depth == -1) in reiserfs_write_lock_nested() 80 sb_i->lock_depth = depth; in reiserfs_write_lock_nested()
|
D | resize.c | 37 int depth; in reiserfs_resize() local 47 depth = reiserfs_write_unlock_nested(s); in reiserfs_resize() 49 reiserfs_write_lock_nested(s, depth); in reiserfs_resize() 143 int depth; in reiserfs_resize() local 148 depth = reiserfs_write_unlock_nested(s); in reiserfs_resize() 150 reiserfs_write_lock_nested(s, depth); in reiserfs_resize() 161 depth = reiserfs_write_unlock_nested(s); in reiserfs_resize() 163 reiserfs_write_lock_nested(s, depth); in reiserfs_resize()
|
/linux-6.12.1/sound/isa/gus/ |
D | gus_volume.c | 124 long depth; 140 depth = (((int) (*(vi2 + 1) - *vi1) * (pcents - *vi1) / (*vi2 - *vi1)) + v1) * fc_register >> 14; 141 if (depth) 142 depth++; 143 if (depth > 255) 144 depth = 255; 145 return cents < 0 ? -(short) depth : (short) depth;
|
/linux-6.12.1/kernel/trace/ |
D | trace_functions_graph.c | 24 int depth; member 201 .depth = 0, in __trace_graph_function() 205 .depth = 0, in __trace_graph_function() 735 cpu_data->depth = call->depth - 1; in print_graph_entry_leaf() 738 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_leaf() 739 !WARN_ON_ONCE(call->depth < 0)) in print_graph_entry_leaf() 740 cpu_data->enter_funcs[call->depth] = 0; in print_graph_entry_leaf() 747 for (i = 0; i < call->depth * TRACE_GRAPH_INDENT; i++) in print_graph_entry_leaf() 782 cpu_data->depth = call->depth; in print_graph_entry_nested() 785 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_nested() [all …]
|
/linux-6.12.1/drivers/video/fbdev/core/ |
D | fb_logo.c | 99 int depth) in fb_set_logo() argument 122 switch (depth) { in fb_set_logo() 175 int depth; member 291 image.depth = 8; in fb_show_logo_line() 312 if (fb_logo.depth <= 4) { in fb_show_logo_line() 322 fb_set_logo(info, logo, logo_new, fb_logo.depth); in fb_show_logo_line() 420 int depth = fb_get_color_depth(&info->var, &info->fix); in fb_prepare_logo() local 431 depth = info->var.blue.length; in fb_prepare_logo() 432 if (info->var.red.length < depth) in fb_prepare_logo() 433 depth = info->var.red.length; in fb_prepare_logo() [all …]
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_mutex.c | 17 u16 depth; member 151 mutex->depth = 0; in nfp_cpp_mutex_alloc() 199 mutex->depth, in nfp_cpp_mutex_lock() 228 if (mutex->depth > 1) { in nfp_cpp_mutex_unlock() 229 mutex->depth--; in nfp_cpp_mutex_unlock() 252 mutex->depth = 0; in nfp_cpp_mutex_unlock() 271 if (mutex->depth > 0) { in nfp_cpp_mutex_trylock() 272 if (mutex->depth == NFP_MUTEX_DEPTH_MAX) in nfp_cpp_mutex_trylock() 274 mutex->depth++; in nfp_cpp_mutex_trylock() 323 mutex->depth = 1; in nfp_cpp_mutex_trylock()
|
/linux-6.12.1/arch/xtensa/kernel/ |
D | stacktrace.c | 28 void xtensa_backtrace_user(struct pt_regs *regs, unsigned int depth, in xtensa_backtrace_user() argument 40 if (!depth--) in xtensa_backtrace_user() 71 for (index = WSBITS - 1; (index > 0) && depth; depth--, index--) in xtensa_backtrace_user() 92 if (!depth) in xtensa_backtrace_user() 97 while (a0 != 0 && depth--) { in xtensa_backtrace_user() 117 void xtensa_backtrace_kernel(struct pt_regs *regs, unsigned int depth, in xtensa_backtrace_kernel() argument 137 while (a1 > sp_start && a1 < sp_end && depth--) { in xtensa_backtrace_kernel() 151 xtensa_backtrace_user(regs, depth, ufn, data); in xtensa_backtrace_kernel()
|
/linux-6.12.1/kernel/locking/ |
D | lockdep.c | 785 int i, depth = READ_ONCE(p->lockdep_depth); in lockdep_print_held_locks() local 787 if (!depth) in lockdep_print_held_locks() 790 printk("%d lock%s held by %s/%d:\n", depth, in lockdep_print_held_locks() 791 str_plural(depth), p->comm, task_pid_nr(p)); in lockdep_print_held_locks() 798 for (i = 0; i < depth; i++) { in lockdep_print_held_locks() 1051 for (i = chain->base; i < chain->base + chain->depth; i++) in check_lock_chain_key() 1547 int depth = 0; in get_lock_depth() local 1552 depth++; in get_lock_depth() 1554 return depth; in get_lock_depth() 1872 print_circular_bug_entry(struct lock_list *target, int depth) in print_circular_bug_entry() argument [all …]
|
/linux-6.12.1/drivers/infiniband/hw/efa/ |
D | efa_com.c | 128 u16 size = aq->depth * sizeof(*sq->entries); in efa_com_admin_init_sq() 152 EFA_SET(&aq_caps, EFA_REGS_AQ_CAPS_AQ_DEPTH, aq->depth); in efa_com_admin_init_sq() 165 u16 size = aq->depth * sizeof(*cq->entries); in efa_com_admin_init_cq() 186 EFA_SET(&acq_caps, EFA_REGS_ACQ_CAPS_ACQ_DEPTH, aq->depth); in efa_com_admin_init_cq() 217 aenq->depth = EFA_ASYNC_QUEUE_DEPTH; in efa_com_admin_init_aenq() 227 EFA_SET(&aenq_caps, EFA_REGS_AENQ_CAPS_AENQ_DEPTH, aenq->depth); in efa_com_admin_init_aenq() 270 u16 ctx_id = cmd_id & (aq->depth - 1); in efa_com_put_comp_ctx() 280 u16 ctx_id = cmd_id & (aq->depth - 1); in efa_com_get_comp_ctx() 312 queue_size_mask = aq->depth - 1; in __efa_com_submit_admin_cmd() 357 size_t pool_size = aq->depth * sizeof(*aq->comp_ctx_pool); in efa_com_init_comp_ctxt() [all …]
|
/linux-6.12.1/include/trace/events/ |
D | kyber.h | 50 TP_PROTO(dev_t dev, const char *domain, unsigned int depth), 52 TP_ARGS(dev, domain, depth), 57 __field( unsigned int, depth ) 63 __entry->depth = depth; 68 __entry->depth)
|
/linux-6.12.1/drivers/media/platform/nxp/imx8-isi/ |
D | imx8-isi-video.c | 48 .depth = { 16 }, 57 .depth = { 32 }, 66 .depth = { 8, 16 }, 77 .depth = { 8, 16 }, 88 .depth = { 8, 16 }, 99 .depth = { 8, 16 }, 110 .depth = { 8, 8, 8 }, 125 .depth = { 16 }, 136 .depth = { 24 }, 147 .depth = { 24 }, [all …]
|
/linux-6.12.1/drivers/infiniband/hw/erdma/ |
D | erdma_cmdq.c | 94 sq->depth = cmdq->max_outstandings * sq->wqebb_cnt; in erdma_cmdq_sq_init() 96 sq->qbuf = dma_alloc_coherent(&dev->pdev->dev, sq->depth << SQEBB_SHIFT, in erdma_cmdq_sq_init() 111 erdma_reg_write32(dev, ERDMA_REGS_CMDQ_DEPTH_REG, sq->depth); in erdma_cmdq_sq_init() 117 dma_free_coherent(&dev->pdev->dev, sq->depth << SQEBB_SHIFT, in erdma_cmdq_sq_init() 128 cq->depth = cmdq->sq.depth; in erdma_cmdq_cq_init() 129 cq->qbuf = dma_alloc_coherent(&dev->pdev->dev, cq->depth << CQE_SHIFT, in erdma_cmdq_cq_init() 151 dma_free_coherent(&dev->pdev->dev, cq->depth << CQE_SHIFT, cq->qbuf, in erdma_cmdq_cq_init() 173 erdma_reg_write32(dev, ERDMA_REGS_CMDQ_EQ_DEPTH_REG, eq->depth); in erdma_cmdq_eq_init() 210 dma_free_coherent(&dev->pdev->dev, cmdq->cq.depth << CQE_SHIFT, in erdma_cmdq_init() 216 dma_free_coherent(&dev->pdev->dev, cmdq->sq.depth << SQEBB_SHIFT, in erdma_cmdq_init() [all …]
|