Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/kernel/
Dvpe.c45 struct vpe_control vpecontrol = { variable
47 .vpe_list = LIST_HEAD_INIT(vpecontrol.vpe_list),
49 .tc_list = LIST_HEAD_INIT(vpecontrol.tc_list)
61 spin_lock(&vpecontrol.vpe_list_lock); in get_vpe()
62 list_for_each_entry(v, &vpecontrol.vpe_list, list) { in get_vpe()
68 spin_unlock(&vpecontrol.vpe_list_lock); in get_vpe()
79 spin_lock(&vpecontrol.tc_list_lock); in get_tc()
80 list_for_each_entry(t, &vpecontrol.tc_list, list) { in get_tc()
86 spin_unlock(&vpecontrol.tc_list_lock); in get_tc()
101 spin_lock(&vpecontrol.vpe_list_lock); in alloc_vpe()
[all …]
Dvpe-mt.c515 list_for_each_entry_safe(v, n, &vpecontrol.vpe_list, list) { in vpe_module_exit()
/Linux-v6.6/arch/mips/include/asm/
Dvpe.h101 extern struct vpe_control vpecontrol;