Searched refs:vpe_list (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | vpe.c | 47 .vpe_list = LIST_HEAD_INIT(vpecontrol.vpe_list), 62 list_for_each_entry(v, &vpecontrol.vpe_list, list) { in get_vpe() 102 list_add_tail(&v->list, &vpecontrol.vpe_list); in alloc_vpe()
|
H A D | vpe-mt.c | 515 list_for_each_entry_safe(v, n, &vpecontrol.vpe_list, list) { in vpe_module_exit()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | vpe.h | 102 struct list_head vpe_list; /* Virtual processing elements */ member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | vpe.h | 96 struct list_head vpe_list; /* Virtual processing elements */ member
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | vpe-cmp.c | 177 list_for_each_entry_safe(v, n, &vpecontrol.vpe_list, list) in vpe_module_exit()
|
H A D | vpe.c | 47 .vpe_list = LIST_HEAD_INIT(vpecontrol.vpe_list), 62 list_for_each_entry(v, &vpecontrol.vpe_list, list) { in get_vpe() 102 list_add_tail(&v->list, &vpecontrol.vpe_list); in alloc_vpe()
|
H A D | vpe-mt.c | 516 list_for_each_entry_safe(v, n, &vpecontrol.vpe_list, list) { in vpe_module_exit()
|
Completed in 5 milliseconds