/linux/lib/ |
H A 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/fs/quota/ |
H A 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/arch/powerpc/platforms/powernv/ |
H A 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/fs/ext4/ |
H A 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/drivers/media/platform/mediatek/mdp3/ |
H A 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/include/linux/ |
H A 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/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A 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/drivers/iio/adc/ |
H A 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/drivers/media/platform/ti/vpe/ |
H A 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/scripts/dtc/libfdt/ |
H A 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 …]
|
H A D | fdt_ro.c | 228 int depth; in fdt_subnode_offset_namelen() local 232 for (depth = 0; in fdt_subnode_offset_namelen() 233 (offset >= 0) && (depth >= 0); in fdt_subnode_offset_namelen() 234 offset = fdt_next_node(fdt, offset, &depth)) in fdt_subnode_offset_namelen() 235 if ((depth == 1) in fdt_subnode_offset_namelen() 239 if (depth < 0) in fdt_subnode_offset_namelen() 574 int offset, depth, namelen; in fdt_get_path() local 582 for (offset = 0, depth = 0; in fdt_get_path() 584 offset = fdt_next_node(fdt, offset, &depth)) { in fdt_get_path() 585 while (pdepth > depth) { in fdt_get_path() [all …]
|
/linux/arch/s390/kernel/ |
H A 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/sound/isa/gus/ |
H A 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/drivers/video/fbdev/core/ |
H A 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/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A 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/drivers/infiniband/hw/efa/ |
H A 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/arch/xtensa/kernel/ |
H A 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/kernel/trace/ |
H A D | trace_functions_graph.c | 24 int depth; member 148 entry->graph_ent.depth = trace->depth; in __trace_graph_retaddr_entry() 264 .depth = 0, in __trace_graph_function() 268 .depth = 0, in __trace_graph_function() 875 cpu_data->depth = call->depth - 1; in print_graph_entry_leaf() 878 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_leaf() 879 !WARN_ON_ONCE(call->depth < 0)) in print_graph_entry_leaf() 880 cpu_data->enter_funcs[call->depth] = 0; in print_graph_entry_leaf() 887 for (i = 0; i < call->depth * TRACE_GRAPH_INDENT; i++) in print_graph_entry_leaf() 923 cpu_data->depth = call->depth; in print_graph_entry_nested() [all …]
|
H A D | trace_entries.h | 82 __field_packed( int, graph_ent, depth ) 85 F_printk("--> %ps (%d)", (void *)__entry->func, __entry->depth) 98 __field_packed( int, graph_ent, depth ) 102 F_printk("--> %ps (%d) <- %ps", (void *)__entry->func, __entry->depth, 125 __field_packed( int, ret, depth ) 132 (void *)__entry->func, __entry->depth, 134 __entry->depth, __entry->retval) 147 __field_packed( int, ret, depth ) 154 (void *)__entry->func, __entry->depth, 156 __entry->depth)
|
/linux/fs/minix/ |
H A D | itree_common.c | 31 int depth, in get_branch() argument 45 while (--depth) { in get_branch() 160 int depth = block_to_path(inode, block, offsets); in get_block() local 162 if (depth == 0) in get_block() 166 partial = get_branch(inode, depth, offsets, chain, &err); in get_block() 171 map_bh(bh, inode->i_sb, block_to_cpu(chain[depth-1].key)); in get_block() 173 partial = chain+depth-1; /* the whole chain */ in get_block() 196 left = (chain + depth) - partial; in get_block() 224 int depth, in find_shared() argument 233 for (k = depth; k > 1 && !offsets[k-1]; k--) in find_shared() [all …]
|
/linux/include/trace/events/ |
H A 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/drivers/gpu/drm/vmwgfx/ |
H A D | vmw_surface_cache.h | 69 .depth = max_t(u32, base_level.depth >> mip_level, 1) in vmw_surface_get_mip_size() 84 block_size->depth = __KERNEL_DIV_ROUND_UP(pixel_size->depth, in vmw_surface_get_size_in_blocks() 85 desc->blockSize.depth); in vmw_surface_get_size_in_blocks() 132 total_size = clamped_umul32(total_size, image_blocks.depth); in vmw_surface_get_image_buffer_size() 141 total_size = clamped_umul32(slice_size, image_blocks.depth); in vmw_surface_get_image_buffer_size() 204 const u32 bd = desc->blockSize.depth; in vmw_surface_get_pixel_offset() 462 loc->z *= desc->blockSize.depth; in vmw_surface_get_loc() 497 loc->z += desc->blockSize.depth; in vmw_surface_inc_loc() 498 if (loc->z > size->depth) in vmw_surface_inc_loc() 499 loc->z = size->depth; in vmw_surface_inc_loc() [all …]
|
/linux/drivers/video/fbdev/i810/ |
H A D | i810_accel.c | 304 par->depth == 4) { in i810fb_fillrect() 309 if (par->depth == 1) in i810fb_fillrect() 316 dx = rect->dx * par->depth; in i810fb_fillrect() 317 width = rect->width * par->depth; in i810fb_fillrect() 332 par->depth == 4) { in i810fb_copyarea() 337 dx = region->dx * par->depth; in i810fb_copyarea() 338 sx = region->sx * par->depth; in i810fb_copyarea() 339 width = region->width * par->depth; in i810fb_copyarea() 373 par->depth == 4 || image->depth != 1) { in i810fb_imageblit() 391 (image->dx * par->depth); in i810fb_imageblit() [all …]
|
/linux/arch/sh/kernel/ |
H A D | return_address.c | 16 void *return_address(unsigned int depth) in return_address() argument 22 for (i = 0, frame = NULL, ra = 0; i <= depth; i++) { in return_address() 41 WARN_ON(i != depth + 1); in return_address() 51 void *return_address(unsigned int depth) in return_address() argument
|
/linux/fs/configfs/ |
H A D | symlink.c | 25 int depth = 0; in item_depth() local 26 do { depth++; } while ((p = p->ci_parent) && !configfs_is_root(p)); in item_depth() 27 return depth; in item_depth() 59 int depth, size; in configfs_get_target_path() local 62 depth = item_depth(item); in configfs_get_target_path() 63 size = item_path_length(target) + depth * 3 - 1; in configfs_get_target_path() 67 pr_debug("%s: depth = %d, size = %d\n", __func__, depth, size); in configfs_get_target_path() 69 for (s = path; depth--; s += 3) in configfs_get_target_path()
|