Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c611 INIT_LIST_HEAD(&b->miscj); in allocate_threshold_blocks()
614 list_add(&b->miscj, in allocate_threshold_blocks()
615 &per_cpu(threshold_banks, cpu)[bank]->blocks->miscj); in allocate_threshold_blocks()
647 list_del(&b->miscj); in allocate_threshold_blocks()
655 struct list_head *head = &b->blocks->miscj; in __threshold_add_blocks()
664 list_for_each_entry_safe(pos, tmp, head, miscj) { in __threshold_add_blocks()
668 list_for_each_entry_safe_reverse(pos, tmp, head, miscj) in __threshold_add_blocks()
775 list_for_each_entry_safe(pos, tmp, &head->blocks->miscj, miscj) { in deallocate_threshold_block()
777 list_del(&pos->miscj); in deallocate_threshold_block()
792 list_for_each_entry_safe(pos, tmp, &b->blocks->miscj, miscj) in __threshold_remove_blocks()
/linux-4.4.14/arch/x86/include/asm/
Damd_nb.h38 struct list_head miscj; member