Home
last modified time | relevance | path

Searched refs:next_round_robin (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Dstab.c112 castout_entry = get_paca()->xStab_data.next_round_robin; in make_ste()
134 get_paca()->xStab_data.next_round_robin = (castout_entry + 1) & 0xf; in make_ste()
227 castout_entry = get_paca()->xStab_data.next_round_robin; in make_slbe()
236 get_paca()->xStab_data.next_round_robin = castout_entry; in make_slbe()
DpacaData.c46 next_round_robin: 1 /* Round robin index */ \
Dmk_defs.c73 DEFINE(PACASTABRR, offsetof(struct paca_struct, xStab_data.next_round_robin)); in main()
/linux-2.4.37.9/include/asm-ppc64/
Dmmu.h99 unsigned long next_round_robin; member
175 unsigned long next_round_robin; member