Searched refs:miscj (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/x86/kernel/cpu/mce/ |
D | amd.c | 1032 list_for_each_entry_safe(block, tmp, &first_block->miscj, miscj) in amd_threshold_interrupt() 1242 INIT_LIST_HEAD(&b->miscj); in allocate_threshold_blocks() 1245 list_add(&b->miscj, in allocate_threshold_blocks() 1246 &per_cpu(threshold_banks, cpu)[bank]->blocks->miscj); in allocate_threshold_blocks() 1273 list_del(&b->miscj); in allocate_threshold_blocks() 1281 struct list_head *head = &b->blocks->miscj; in __threshold_add_blocks() 1290 list_for_each_entry_safe(pos, tmp, head, miscj) { in __threshold_add_blocks() 1294 list_for_each_entry_safe_reverse(pos, tmp, head, miscj) in __threshold_add_blocks() 1379 list_for_each_entry_safe(pos, tmp, &head->blocks->miscj, miscj) { in deallocate_threshold_block() 1381 list_del(&pos->miscj); in deallocate_threshold_block() [all …]
|
/Linux-v5.4/arch/x86/include/asm/ |
D | amd_nb.h | 49 struct list_head miscj; /* member
|