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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dmmu.h24 unsigned int priority_cached; member in struct:mm_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dpgtable.c379 return mm->context.priority_cached;
389 mm->context.priority_cached = -1U;
395 * Validate and return the priority_cached flag. We know if it's zero
401 * worry about it and don't unset the "priority_cached" field.
407 if (mm->context.priority_cached && down_write_trylock(&mm->mmap_sem)) {
414 mm->context.priority_cached = 0;
417 return mm->context.priority_cached;

Completed in 46 milliseconds