Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/android/ion/
Dion_page_pool.c30 pool->high_count++; in ion_page_pool_add()
46 BUG_ON(!pool->high_count); in ion_page_pool_remove()
48 pool->high_count--; in ion_page_pool_remove()
68 if (pool->high_count) in ion_page_pool_alloc()
92 count += pool->high_count; in ion_page_pool_total()
117 } else if (high && pool->high_count) { in ion_page_pool_shrink()
137 pool->high_count = 0; in ion_page_pool_create()
Dion_system_heap.c228 pool->high_count, pool->order, in ion_system_heap_debug_show()
229 (PAGE_SIZE << pool->order) * pool->high_count); in ion_system_heap_debug_show()
Dion.h304 int high_count; member
/Linux-v4.19/drivers/i2c/busses/
Di2c-mxs.c692 uint16_t high_count, low_count, rcv_count, xmit_count; in mxs_i2c_derive_timing() local
737 high_count = DIV_ROUND_CLOSEST(divider * 6, (13 + 6)); in mxs_i2c_derive_timing()
743 high_count = DIV_ROUND_CLOSEST(divider * 40, (47 + 40)); in mxs_i2c_derive_timing()
747 rcv_count = high_count * 3 / 8; in mxs_i2c_derive_timing()
752 speed, clk / divider, divider, low_count, high_count, in mxs_i2c_derive_timing()
756 high_count -= 7; in mxs_i2c_derive_timing()
757 i2c->timing0 = (high_count << 16) | rcv_count; in mxs_i2c_derive_timing()
/Linux-v4.19/drivers/firmware/efi/test/
Defi_test.h72 u32 *high_count; member
Defi_test.c530 getnexthighmonocount.high_count ? &count : NULL); in efi_runtime_get_nexthighmonocount()
538 if (getnexthighmonocount.high_count && in efi_runtime_get_nexthighmonocount()
539 put_user(count, getnexthighmonocount.high_count)) in efi_runtime_get_nexthighmonocount()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_sp.h222 u32 high_count; member
Dqed_spq.c701 p_spq->high_count++; in qed_spq_add_entry()