Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
A Dvpe.c45 struct vpe_control vpecontrol = { variable
49 .tc_list = LIST_HEAD_INIT(vpecontrol.tc_list)
61 spin_lock(&vpecontrol.vpe_list_lock); in get_vpe()
68 spin_unlock(&vpecontrol.vpe_list_lock); in get_vpe()
79 spin_lock(&vpecontrol.tc_list_lock); in get_tc()
86 spin_unlock(&vpecontrol.tc_list_lock); in get_tc()
101 spin_lock(&vpecontrol.vpe_list_lock); in alloc_vpe()
102 list_add_tail(&v->list, &vpecontrol.vpe_list); in alloc_vpe()
103 spin_unlock(&vpecontrol.vpe_list_lock); in alloc_vpe()
124 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()
/linux/arch/mips/include/asm/
A Dvpe.h101 extern struct vpe_control vpecontrol;

Completed in 8 milliseconds