Home
last modified time | relevance | path

Searched refs:high_count (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/android/ion/
Dion_page_pool.c52 pool->high_count++; in ion_page_pool_add()
66 BUG_ON(!pool->high_count); in ion_page_pool_remove()
68 pool->high_count--; in ion_page_pool_remove()
86 if (pool->high_count) in ion_page_pool_alloc()
119 count += pool->high_count; in ion_page_pool_total()
144 } else if (high && pool->high_count) { in ion_page_pool_shrink()
164 pool->high_count = 0; in ion_page_pool_create()
Dion_system_heap.c269 pool->high_count, pool->order, in ion_system_heap_debug_show()
270 (PAGE_SIZE << pool->order) * pool->high_count); in ion_system_heap_debug_show()
Dion_priv.h373 int high_count; member
/drivers/i2c/busses/
Di2c-mxs.c699 uint16_t high_count, low_count, rcv_count, xmit_count; in mxs_i2c_derive_timing() local
744 high_count = DIV_ROUND_CLOSEST(divider * 6, (13 + 6)); in mxs_i2c_derive_timing()
750 high_count = DIV_ROUND_CLOSEST(divider * 40, (47 + 40)); in mxs_i2c_derive_timing()
754 rcv_count = high_count * 3 / 8; in mxs_i2c_derive_timing()
759 speed, clk / divider, divider, low_count, high_count, in mxs_i2c_derive_timing()
763 high_count -= 7; in mxs_i2c_derive_timing()
764 i2c->timing0 = (high_count << 16) | rcv_count; in mxs_i2c_derive_timing()
/drivers/net/ethernet/qlogic/qed/
Dqed_sp.h137 u32 high_count; member
Dqed_spq.c623 p_spq->high_count++; in qed_spq_add_entry()