Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dvpe.c46 struct vpe_control vpecontrol = { variable
48 .vpe_list = LIST_HEAD_INIT(vpecontrol.vpe_list),
50 .tc_list = LIST_HEAD_INIT(vpecontrol.tc_list)
62 spin_lock(&vpecontrol.vpe_list_lock); in get_vpe()
63 list_for_each_entry(v, &vpecontrol.vpe_list, list) { in get_vpe()
69 spin_unlock(&vpecontrol.vpe_list_lock); in get_vpe()
80 spin_lock(&vpecontrol.tc_list_lock); in get_tc()
81 list_for_each_entry(t, &vpecontrol.tc_list, list) { in get_tc()
87 spin_unlock(&vpecontrol.tc_list_lock); in get_tc()
102 spin_lock(&vpecontrol.vpe_list_lock); in alloc_vpe()
[all …]
H A Dvpe-mt.c515 list_for_each_entry_safe(v, n, &vpecontrol.vpe_list, list) { in vpe_module_exit()