Lines Matching refs:miscj
952 list_for_each_entry_safe(block, tmp, &first_block->miscj, miscj) in amd_threshold_interrupt()
1162 INIT_LIST_HEAD(&b->miscj); in allocate_threshold_blocks()
1165 list_add(&b->miscj, in allocate_threshold_blocks()
1166 &per_cpu(threshold_banks, cpu)[bank]->blocks->miscj); in allocate_threshold_blocks()
1193 list_del(&b->miscj); in allocate_threshold_blocks()
1201 struct list_head *head = &b->blocks->miscj; in __threshold_add_blocks()
1210 list_for_each_entry_safe(pos, tmp, head, miscj) { in __threshold_add_blocks()
1214 list_for_each_entry_safe_reverse(pos, tmp, head, miscj) in __threshold_add_blocks()
1299 list_for_each_entry_safe(pos, tmp, &head->blocks->miscj, miscj) { in deallocate_threshold_block()
1301 list_del(&pos->miscj); in deallocate_threshold_block()
1316 list_for_each_entry_safe(pos, tmp, &b->blocks->miscj, miscj) in __threshold_remove_blocks()