Home
last modified time | relevance | path

Searched refs:vpecontrol (Results 1 – 3 of 3) sorted by relevance

/arch/mips/kernel/
A Dvpe.c46 struct vpe_control vpecontrol = { variable
50 .tc_list = LIST_HEAD_INIT(vpecontrol.tc_list)
62 spin_lock(&vpecontrol.vpe_list_lock); in get_vpe()
69 spin_unlock(&vpecontrol.vpe_list_lock); in get_vpe()
80 spin_lock(&vpecontrol.tc_list_lock); in get_tc()
87 spin_unlock(&vpecontrol.tc_list_lock); in get_tc()
102 spin_lock(&vpecontrol.vpe_list_lock); in alloc_vpe()
103 list_add_tail(&v->list, &vpecontrol.vpe_list); in alloc_vpe()
104 spin_unlock(&vpecontrol.vpe_list_lock); in alloc_vpe()
125 spin_lock(&vpecontrol.tc_list_lock); in alloc_tc()
[all …]
A Dvpe-mt.c515 list_for_each_entry_safe(v, n, &vpecontrol.vpe_list, list) { in vpe_module_exit()
/arch/mips/include/asm/
A Dvpe.h101 extern struct vpe_control vpecontrol;

Completed in 9 milliseconds