Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c510 INIT_LIST_HEAD(&b->miscj); in allocate_threshold_blocks()
513 list_add(&b->miscj, in allocate_threshold_blocks()
514 &per_cpu(threshold_banks, cpu)[bank]->blocks->miscj); in allocate_threshold_blocks()
546 list_del(&b->miscj); in allocate_threshold_blocks()
554 struct list_head *head = &b->blocks->miscj; in __threshold_add_blocks()
563 list_for_each_entry_safe(pos, tmp, head, miscj) { in __threshold_add_blocks()
567 list_for_each_entry_safe_reverse(pos, tmp, head, miscj) in __threshold_add_blocks()
674 list_for_each_entry_safe(pos, tmp, &head->blocks->miscj, miscj) { in deallocate_threshold_block()
676 list_del(&pos->miscj); in deallocate_threshold_block()
691 list_for_each_entry_safe(pos, tmp, &b->blocks->miscj, miscj) in __threshold_remove_blocks()
/linux-4.1.27/arch/x86/include/asm/
Damd_nb.h38 struct list_head miscj; member