Home
last modified time | relevance | path

Searched refs:GUP_PIN_COUNTING_BIAS (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dmm.h1234 * GUP_PIN_COUNTING_BIAS, and the associated functions that use it, overload
1245 * By making GUP_PIN_COUNTING_BIAS a power of two, debugging of page reference
1264 #define GUP_PIN_COUNTING_BIAS (1U << 10) macro
1279 * GUP_PIN_COUNTING_BIAS worth of normal page references".
1287 * used to track the pincount (instead using of the GUP_PIN_COUNTING_BIAS
1310 return ((unsigned int)page_ref_count(compound_head(page))) >= GUP_PIN_COUNTING_BIAS; in page_maybe_dma_pinned()

Completed in 6 milliseconds