Searched refs:miscj (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/arch/x86/kernel/cpu/mce/ |
D | amd.c | 1056 list_for_each_entry_safe(block, tmp, &first_block->miscj, miscj) in amd_threshold_interrupt() 1274 INIT_LIST_HEAD(&b->miscj); in allocate_threshold_blocks() 1278 list_add(&b->miscj, &tb->blocks->miscj); in allocate_threshold_blocks() 1301 list_del(&b->miscj); in allocate_threshold_blocks() 1309 struct list_head *head = &b->blocks->miscj; in __threshold_add_blocks() 1318 list_for_each_entry_safe(pos, tmp, head, miscj) { in __threshold_add_blocks() 1322 list_for_each_entry_safe_reverse(pos, tmp, head, miscj) in __threshold_add_blocks() 1411 list_for_each_entry_safe(pos, tmp, &bank->blocks->miscj, miscj) { in deallocate_threshold_blocks() 1412 list_del(&pos->miscj); in deallocate_threshold_blocks() 1426 list_for_each_entry_safe(pos, tmp, &b->blocks->miscj, miscj) in __threshold_remove_blocks()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | amd_nb.h | 48 struct list_head miscj; /* member
|