Searched refs:fill_one_bp_slot (Results 1 – 1 of 1) sorted by relevance
/kernel/events/ |
D | hw_breakpoint_test.c | 65 static void fill_one_bp_slot(struct kunit *test, int *id, int cpu, struct task_struct *tsk) in fill_one_bp_slot() function 83 fill_one_bp_slot(test, id, cpu, tsk); in fill_bp_slots() 156 fill_one_bp_slot(test, &idx, get_test_cpu(0), NULL); in test_one_task_on_all_cpus() 190 fill_one_bp_slot(test, &idx, get_test_cpu(0), NULL); in test_one_task_on_one_cpu() 199 fill_one_bp_slot(test, &idx, get_test_cpu(0), current); in test_one_task_mixed() 208 fill_one_bp_slot(test, &idx, get_test_cpu(0), NULL); in test_one_task_mixed() 209 fill_one_bp_slot(test, &idx, get_test_cpu(0), NULL); in test_one_task_mixed() 255 fill_one_bp_slot(test, &idx, get_test_cpu(0), current); in test_task_on_all_and_one_cpu() 256 fill_one_bp_slot(test, &idx, -1, current); in test_task_on_all_and_one_cpu() 264 fill_one_bp_slot(test, &idx, get_test_cpu(1), NULL); in test_task_on_all_and_one_cpu() [all …]
|