Searched refs:dc_size (Results 1 – 12 of 12) sorted by relevance
/linux/arch/parisc/kernel/ |
A D | cache.c | 116 cache_info.dc_size/1024, in show_cache_info() 157 cache_info.dc_size, in parisc_cache_init() 406 if (threshold > cache_info.dc_size) in parisc_setup_cache_timing() 407 threshold = cache_info.dc_size; in parisc_setup_cache_timing()
|
A D | alternative.c | 32 ((cache_info.dc_size == 0) ? ALT_COND_NO_DCACHE : 0) | in apply_alternatives()
|
/linux/arch/mips/txx9/generic/ |
A D | setup.c | 154 unsigned int dc_size = 1 << (12 + ((conf & CONF_DC) >> 6)); in early_flush_dcache() local 158 end = INDEX_BASE + dc_size / 4; in early_flush_dcache() 202 unsigned int dc_size = 1 << (10 + ((conf & TX39_CONF_DCS_MASK) >> in early_flush_dcache() local 207 end = INDEX_BASE + dc_size / 2; in early_flush_dcache()
|
/linux/fs/reiserfs/ |
A D | fix_node.c | 931 return (MAX_CHILD_SIZE(f) - dc_size(B_N_CHILD(f, order))); in get_lfree() 954 return (MAX_CHILD_SIZE(f) - dc_size(B_N_CHILD(f, order))); in get_rfree() 1795 n = dc_size(B_N_CHILD(tb->FL[h], order_L)) / in dc_check_balance_internal() 1812 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) / in dc_check_balance_internal() 1857 n = dc_size(B_N_CHILD(tb->FL[h], order_L)) / (DC_SIZE + in dc_check_balance_internal() 1872 n = dc_size(B_N_CHILD(tb->FR[h], order_R)) / (DC_SIZE + in dc_check_balance_internal() 2195 dc_size(B_N_CHILD(tb->FL[0], child_position)), in get_neighbors() 2232 dc_size(B_N_CHILD(tb->FR[0], child_position)), in get_neighbors() 2235 dc_size(B_N_CHILD(tb->FR[0], child_position))); in get_neighbors()
|
A D | lbalance.c | 402 dc_size(t_dc) + (j - last_inserted_loc + in leaf_copy_items_entirely() 968 dc_size(t_dc) + (IH_SIZE + in leaf_insert_into_buf() 1061 put_dc_size(t_dc, dc_size(t_dc) + paste_size); in leaf_paste_in_buffer() 1234 put_dc_size(t_dc, dc_size(t_dc) - cut_size); in leaf_cut_from_buffer() 1304 dc_size(t_dc) - (j - last_removed_loc + in leaf_delete_items_entirely()
|
A D | ibalance.c | 190 dc_size(t_dc) + (count * (DC_SIZE + KEY_SIZE))); in internal_insert_childs() 266 dc_size(t_dc) - (del_num * (KEY_SIZE + DC_SIZE))); in internal_delete_pointers_items() 375 dc_size(t_dc) + (KEY_SIZE * (cpy_num - 1) + in internal_copy_pointers_items() 473 put_dc_size(t_dc, dc_size(t_dc) + KEY_SIZE); in internal_insert_key()
|
A D | do_balan.c | 1479 B_N_CHILD(bi->bi_parent, bi->bi_position)->dc_size = 0; /* Endian safe if 0 */ in make_empty_node() 1687 dc_size(B_N_CHILD in check_after_balance_leaf() 1697 dc_size(B_N_CHILD in check_after_balance_leaf() 1707 dc_size(B_N_CHILD(PATH_H_PBUFFER(tb->tb_path, 1), in check_after_balance_leaf() 1711 dc_size(B_N_CHILD(PATH_H_PBUFFER(tb->tb_path, 1), in check_after_balance_leaf() 1722 dc_size(B_N_CHILD in check_after_balance_leaf()
|
A D | reiserfs.h | 2037 __le16 dc_size; /* Disk child's used space. */ member 2043 #define dc_size(dc_p) (le16_to_cpu((dc_p)->dc_size)) macro 2045 #define put_dc_size(dc_p, val) do { (dc_p)->dc_size = cpu_to_le16(val); } while(0)
|
A D | prints.c | 171 dc_block_number(dc), dc_size(dc)); in scnprintf_disk_child()
|
/linux/arch/parisc/include/uapi/asm/ |
A D | pdc.h | 510 unsigned long dc_size; /* size in bytes */ member
|
/linux/drivers/gpu/drm/amd/display/dc/ |
A D | dc_hw_types.h | 126 struct dc_size { struct
|
A D | dc.h | 203 struct dc_size surface_size;
|
Completed in 62 milliseconds