Searched refs:high_count (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/android/ion/ |
H A D | ion_page_pool.c | 49 pool->high_count++; ion_page_pool_add() 63 BUG_ON(!pool->high_count); ion_page_pool_remove() 65 pool->high_count--; ion_page_pool_remove() 83 if (pool->high_count) ion_page_pool_alloc() 111 count += pool->high_count; ion_page_pool_total() 136 } else if (high && pool->high_count) { ion_page_pool_shrink() 156 pool->high_count = 0; ion_page_pool_create()
|
H A D | ion_system_heap.c | 267 pool->high_count, pool->order, ion_system_heap_debug_show() 268 (PAGE_SIZE << pool->order) * pool->high_count); ion_system_heap_debug_show()
|
H A D | ion_priv.h | 354 * @high_count: number of highmem items in the pool 370 int high_count; member in struct:ion_page_pool
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-mxs.c | 699 uint16_t high_count, low_count, rcv_count, xmit_count; mxs_i2c_derive_timing() local 707 * limit the divider, so that min(low_count, high_count) mxs_i2c_derive_timing() 717 * limit the divider, so that max(low_count, high_count) mxs_i2c_derive_timing() 737 * clock cycles to the low_count and 7 cycles to the high_count. mxs_i2c_derive_timing() 744 high_count = DIV_ROUND_CLOSEST(divider * 6, (13 + 6)); mxs_i2c_derive_timing() 750 high_count = DIV_ROUND_CLOSEST(divider * 40, (47 + 40)); mxs_i2c_derive_timing() 754 rcv_count = high_count * 3 / 8; mxs_i2c_derive_timing() 759 speed, clk / divider, divider, low_count, high_count, mxs_i2c_derive_timing() 763 high_count -= 7; mxs_i2c_derive_timing() 764 i2c->timing0 = (high_count << 16) | rcv_count; mxs_i2c_derive_timing()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sp.h | 137 u32 high_count; member in struct:qed_spq
|
H A D | qed_spq.c | 623 p_spq->high_count++; qed_spq_add_entry()
|
Completed in 210 milliseconds