Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dhardwall.c323 struct hardwall_info *rect; in do_hardwall_trap() local
350 list_for_each_entry(rect, &hwt->list, list) { in do_hardwall_trap()
351 if (cpumask_test_cpu(cpu, &rect->cpumask)) in do_hardwall_trap()
360 BUG_ON(&rect->list == &hwt->list); in do_hardwall_trap()
367 if (rect->teardown_in_progress) { in do_hardwall_trap()
383 rect->teardown_in_progress = 1; in do_hardwall_trap()
391 list_for_each_entry(p, &rect->task_head, in do_hardwall_trap()
393 BUG_ON(p->thread.hardwall[hwt->index].info != rect); in do_hardwall_trap()